mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-21 16:28:17 +00:00
Upd: Character (#488)
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
This commit is contained in:
parent
f3da1f7815
commit
f661ed5ced
BIN
assets/character/Boothill.png
Normal file
BIN
assets/character/Boothill.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -658,6 +658,7 @@
|
||||
"Bailu",
|
||||
"BlackSwan",
|
||||
"Blade",
|
||||
"Boothill",
|
||||
"Bronya",
|
||||
"Clara",
|
||||
"DanHeng",
|
||||
@ -1575,6 +1576,7 @@
|
||||
"Bailu",
|
||||
"BlackSwan",
|
||||
"Blade",
|
||||
"Boothill",
|
||||
"Bronya",
|
||||
"Clara",
|
||||
"DanHeng",
|
||||
|
@ -53,7 +53,7 @@ class GeneratedConfig:
|
||||
|
||||
# Group `DungeonSupport`
|
||||
DungeonSupport_Use = 'when_daily' # always_use, when_daily, do_not_use
|
||||
DungeonSupport_Character = 'FirstCharacter' # FirstCharacter, Acheron, Argenti, Arlan, Asta, Aventurine, Bailu, BlackSwan, Blade, Bronya, Clara, DanHeng, DanHengImbibitorLunae, DrRatio, FuXuan, Gallagher, Gepard, Guinaifen, Hanya, Herta, Himeko, Hook, Huohuo, JingYuan, Jingliu, Kafka, Luka, Luocha, Lynx, March7th, Misha, Natasha, Pela, Qingque, Robin, RuanMei, Sampo, Seele, Serval, SilverWolf, Sparkle, Sushang, Tingyun, TopazNumby, TrailblazerDestruction, TrailblazerPreservation, Welt, Xueyi, Yanqing, Yukong
|
||||
DungeonSupport_Character = 'FirstCharacter' # FirstCharacter, Acheron, Argenti, Arlan, Asta, Aventurine, Bailu, BlackSwan, Blade, Boothill, Bronya, Clara, DanHeng, DanHengImbibitorLunae, DrRatio, FuXuan, Gallagher, Gepard, Guinaifen, Hanya, Herta, Himeko, Hook, Huohuo, JingYuan, Jingliu, Kafka, Luka, Luocha, Lynx, March7th, Misha, Natasha, Pela, Qingque, Robin, RuanMei, Sampo, Seele, Serval, SilverWolf, Sparkle, Sushang, Tingyun, TopazNumby, TrailblazerDestruction, TrailblazerPreservation, Welt, Xueyi, Yanqing, Yukong
|
||||
|
||||
# Group `DungeonStorage`
|
||||
DungeonStorage_TrailblazePower = {}
|
||||
|
@ -97,7 +97,7 @@ class ConfigGenerator:
|
||||
options=[dungeon.name for dungeon in DungeonList.instances.values() if dungeon.is_Echo_of_War])
|
||||
# Insert characters
|
||||
from tasks.character.keywords import CharacterList
|
||||
unsupported_characters = ["Boothill", "TrailblazerHarmony"]
|
||||
unsupported_characters = ["TrailblazerHarmony"]
|
||||
characters = [character.name for character in CharacterList.instances.values()
|
||||
if character.name not in unsupported_characters]
|
||||
option_add(keys='DungeonSupport.Character.option', options=characters)
|
||||
|
@ -379,6 +379,7 @@
|
||||
"Bailu": "Bailu",
|
||||
"BlackSwan": "Black Swan",
|
||||
"Blade": "Blade",
|
||||
"Boothill": "Boothill",
|
||||
"Bronya": "Bronya",
|
||||
"Clara": "Clara",
|
||||
"DanHeng": "Dan Heng",
|
||||
|
@ -379,6 +379,7 @@
|
||||
"Bailu": "Bailu",
|
||||
"BlackSwan": "Cisne Negro",
|
||||
"Blade": "Blade",
|
||||
"Boothill": "Boothill",
|
||||
"Bronya": "Bronya",
|
||||
"Clara": "Clara",
|
||||
"DanHeng": "Dan Heng",
|
||||
|
@ -379,6 +379,7 @@
|
||||
"Bailu": "白露",
|
||||
"BlackSwan": "ブラックスワン",
|
||||
"Blade": "刃",
|
||||
"Boothill": "ブートヒル",
|
||||
"Bronya": "ブローニャ",
|
||||
"Clara": "クラーラ",
|
||||
"DanHeng": "丹恒",
|
||||
|
@ -379,6 +379,7 @@
|
||||
"Bailu": "白露",
|
||||
"BlackSwan": "黑天鹅",
|
||||
"Blade": "刃",
|
||||
"Boothill": "波提欧",
|
||||
"Bronya": "布洛妮娅",
|
||||
"Clara": "克拉拉",
|
||||
"DanHeng": "丹恒",
|
||||
|
@ -379,6 +379,7 @@
|
||||
"Bailu": "白露",
|
||||
"BlackSwan": "黑天鵝",
|
||||
"Blade": "刃",
|
||||
"Boothill": "波提歐",
|
||||
"Bronya": "布洛妮婭",
|
||||
"Clara": "克拉拉",
|
||||
"DanHeng": "丹恆",
|
||||
|
Loading…
Reference in New Issue
Block a user