mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-22 00:35:34 +00:00
Upd: Character (#614)
This commit is contained in:
parent
729e2bfa31
commit
1c914a8854
BIN
assets/character/Jiaoqiu.png
Normal file
BIN
assets/character/Jiaoqiu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -673,6 +673,7 @@
|
|||||||
"Hook",
|
"Hook",
|
||||||
"Huohuo",
|
"Huohuo",
|
||||||
"Jade",
|
"Jade",
|
||||||
|
"Jiaoqiu",
|
||||||
"JingYuan",
|
"JingYuan",
|
||||||
"Jingliu",
|
"Jingliu",
|
||||||
"Kafka",
|
"Kafka",
|
||||||
@ -868,6 +869,7 @@
|
|||||||
"Hook",
|
"Hook",
|
||||||
"Huohuo",
|
"Huohuo",
|
||||||
"Jade",
|
"Jade",
|
||||||
|
"Jiaoqiu",
|
||||||
"JingYuan",
|
"JingYuan",
|
||||||
"Jingliu",
|
"Jingliu",
|
||||||
"Kafka",
|
"Kafka",
|
||||||
@ -1401,6 +1403,7 @@
|
|||||||
"Hook",
|
"Hook",
|
||||||
"Huohuo",
|
"Huohuo",
|
||||||
"Jade",
|
"Jade",
|
||||||
|
"Jiaoqiu",
|
||||||
"JingYuan",
|
"JingYuan",
|
||||||
"Jingliu",
|
"Jingliu",
|
||||||
"Kafka",
|
"Kafka",
|
||||||
|
@ -53,7 +53,7 @@ class GeneratedConfig:
|
|||||||
|
|
||||||
# Group `DungeonSupport`
|
# Group `DungeonSupport`
|
||||||
DungeonSupport_Use = 'when_daily' # always_use, when_daily, do_not_use
|
DungeonSupport_Use = 'when_daily' # always_use, when_daily, do_not_use
|
||||||
DungeonSupport_Character = 'FirstCharacter' # FirstCharacter, Acheron, Argenti, Arlan, Asta, Aventurine, Bailu, BlackSwan, Blade, Boothill, Bronya, Clara, DanHeng, DanHengImbibitorLunae, DrRatio, Firefly, FuXuan, Gallagher, Gepard, Guinaifen, Hanya, Herta, Himeko, Hook, Huohuo, Jade, JingYuan, Jingliu, Kafka, Luka, Luocha, Lynx, March7thPreservation, March7thTheHunt, Misha, Natasha, Pela, Qingque, Robin, RuanMei, Sampo, Seele, Serval, SilverWolf, Sparkle, Sushang, Tingyun, TopazNumby, TrailblazerDestruction, TrailblazerHarmony, TrailblazerPreservation, Welt, Xueyi, Yanqing, Yukong, Yunli
|
DungeonSupport_Character = 'FirstCharacter' # FirstCharacter, Acheron, Argenti, Arlan, Asta, Aventurine, Bailu, BlackSwan, Blade, Boothill, Bronya, Clara, DanHeng, DanHengImbibitorLunae, DrRatio, Firefly, FuXuan, Gallagher, Gepard, Guinaifen, Hanya, Herta, Himeko, Hook, Huohuo, Jade, Jiaoqiu, JingYuan, Jingliu, Kafka, Luka, Luocha, Lynx, March7thPreservation, March7thTheHunt, Misha, Natasha, Pela, Qingque, Robin, RuanMei, Sampo, Seele, Serval, SilverWolf, Sparkle, Sushang, Tingyun, TopazNumby, TrailblazerDestruction, TrailblazerHarmony, TrailblazerPreservation, Welt, Xueyi, Yanqing, Yukong, Yunli
|
||||||
|
|
||||||
# Group `DungeonStorage`
|
# Group `DungeonStorage`
|
||||||
DungeonStorage_TrailblazePower = {}
|
DungeonStorage_TrailblazePower = {}
|
||||||
|
@ -100,7 +100,7 @@ class ConfigGenerator:
|
|||||||
option_add(keys='Ornament.Dungeon.option', options=ornament)
|
option_add(keys='Ornament.Dungeon.option', options=ornament)
|
||||||
# Insert characters
|
# Insert characters
|
||||||
from tasks.character.keywords import CharacterList
|
from tasks.character.keywords import CharacterList
|
||||||
unsupported_characters = ["Jiaoqiu"]
|
unsupported_characters = []
|
||||||
characters = [character.name for character in CharacterList.instances.values()
|
characters = [character.name for character in CharacterList.instances.values()
|
||||||
if character.name not in unsupported_characters]
|
if character.name not in unsupported_characters]
|
||||||
option_add(keys='DungeonSupport.Character.option', options=characters)
|
option_add(keys='DungeonSupport.Character.option', options=characters)
|
||||||
|
@ -404,6 +404,7 @@
|
|||||||
"Hook": "Hook",
|
"Hook": "Hook",
|
||||||
"Huohuo": "Huohuo",
|
"Huohuo": "Huohuo",
|
||||||
"Jade": "Jade",
|
"Jade": "Jade",
|
||||||
|
"Jiaoqiu": "Jiaoqiu",
|
||||||
"JingYuan": "Jing Yuan",
|
"JingYuan": "Jing Yuan",
|
||||||
"Jingliu": "Jingliu",
|
"Jingliu": "Jingliu",
|
||||||
"Kafka": "Kafka",
|
"Kafka": "Kafka",
|
||||||
|
@ -404,6 +404,7 @@
|
|||||||
"Hook": "Hook",
|
"Hook": "Hook",
|
||||||
"Huohuo": "Huohuo",
|
"Huohuo": "Huohuo",
|
||||||
"Jade": "Jade",
|
"Jade": "Jade",
|
||||||
|
"Jiaoqiu": "Jiaoqiu",
|
||||||
"JingYuan": "Jing Yuan",
|
"JingYuan": "Jing Yuan",
|
||||||
"Jingliu": "Jingliu",
|
"Jingliu": "Jingliu",
|
||||||
"Kafka": "Kafka",
|
"Kafka": "Kafka",
|
||||||
|
@ -404,6 +404,7 @@
|
|||||||
"Hook": "フック",
|
"Hook": "フック",
|
||||||
"Huohuo": "フォフォ",
|
"Huohuo": "フォフォ",
|
||||||
"Jade": "ジェイド",
|
"Jade": "ジェイド",
|
||||||
|
"Jiaoqiu": "椒丘",
|
||||||
"JingYuan": "景元",
|
"JingYuan": "景元",
|
||||||
"Jingliu": "鏡流",
|
"Jingliu": "鏡流",
|
||||||
"Kafka": "カフカ",
|
"Kafka": "カフカ",
|
||||||
|
@ -404,6 +404,7 @@
|
|||||||
"Hook": "虎克",
|
"Hook": "虎克",
|
||||||
"Huohuo": "藿藿",
|
"Huohuo": "藿藿",
|
||||||
"Jade": "翡翠",
|
"Jade": "翡翠",
|
||||||
|
"Jiaoqiu": "椒丘",
|
||||||
"JingYuan": "景元",
|
"JingYuan": "景元",
|
||||||
"Jingliu": "镜流",
|
"Jingliu": "镜流",
|
||||||
"Kafka": "卡芙卡",
|
"Kafka": "卡芙卡",
|
||||||
|
@ -404,6 +404,7 @@
|
|||||||
"Hook": "虎克",
|
"Hook": "虎克",
|
||||||
"Huohuo": "藿藿",
|
"Huohuo": "藿藿",
|
||||||
"Jade": "翡翠",
|
"Jade": "翡翠",
|
||||||
|
"Jiaoqiu": "椒丘",
|
||||||
"JingYuan": "景元",
|
"JingYuan": "景元",
|
||||||
"Jingliu": "鏡流",
|
"Jingliu": "鏡流",
|
||||||
"Kafka": "卡芙卡",
|
"Kafka": "卡芙卡",
|
||||||
|
Loading…
Reference in New Issue
Block a user