mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Upd: Add support character TrailblazerHarmony
This commit is contained in:
parent
02d8eb978f
commit
c8acd75eda
@ -695,6 +695,7 @@
|
||||
"Tingyun",
|
||||
"TopazNumby",
|
||||
"TrailblazerDestruction",
|
||||
"TrailblazerHarmony",
|
||||
"TrailblazerPreservation",
|
||||
"Welt",
|
||||
"Xueyi",
|
||||
@ -1613,6 +1614,7 @@
|
||||
"Tingyun",
|
||||
"TopazNumby",
|
||||
"TrailblazerDestruction",
|
||||
"TrailblazerHarmony",
|
||||
"TrailblazerPreservation",
|
||||
"Welt",
|
||||
"Xueyi",
|
||||
|
@ -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 = ["TrailblazerHarmony"]
|
||||
unsupported_characters = []
|
||||
characters = [character.name for character in CharacterList.instances.values()
|
||||
if character.name not in unsupported_characters]
|
||||
option_add(keys='DungeonSupport.Character.option', options=characters)
|
||||
|
@ -416,6 +416,7 @@
|
||||
"Tingyun": "Tingyun",
|
||||
"TopazNumby": "Topaz & Numby",
|
||||
"TrailblazerDestruction": "Trailblazer Destruction",
|
||||
"TrailblazerHarmony": "Trailblazer Harmony",
|
||||
"TrailblazerPreservation": "Trailblazer Preservation",
|
||||
"Welt": "Welt",
|
||||
"Xueyi": "Xueyi",
|
||||
|
@ -416,6 +416,7 @@
|
||||
"Tingyun": "Tingyun",
|
||||
"TopazNumby": "Topaz y Conti",
|
||||
"TrailblazerDestruction": "Trailblazer de Destrucción",
|
||||
"TrailblazerHarmony": "Trailblazer de Armonía",
|
||||
"TrailblazerPreservation": "Trailblazer de Conservación",
|
||||
"Welt": "Welt",
|
||||
"Xueyi": "Xueyi",
|
||||
|
@ -416,6 +416,7 @@
|
||||
"Tingyun": "停雲",
|
||||
"TopazNumby": "トパーズ&カブ",
|
||||
"TrailblazerDestruction": "開拓者・壊滅",
|
||||
"TrailblazerHarmony": "開拓者・調和",
|
||||
"TrailblazerPreservation": "開拓者・存護",
|
||||
"Welt": "ヴェルト",
|
||||
"Xueyi": "雪衣",
|
||||
|
@ -416,6 +416,7 @@
|
||||
"Tingyun": "停云",
|
||||
"TopazNumby": "托帕&账账",
|
||||
"TrailblazerDestruction": "开拓者•毁灭",
|
||||
"TrailblazerHarmony": "开拓者•同谐",
|
||||
"TrailblazerPreservation": "开拓者•存护",
|
||||
"Welt": "瓦尔特",
|
||||
"Xueyi": "雪衣",
|
||||
|
@ -416,6 +416,7 @@
|
||||
"Tingyun": "停雲",
|
||||
"TopazNumby": "托帕&帳帳",
|
||||
"TrailblazerDestruction": "開拓者•毀滅",
|
||||
"TrailblazerHarmony": "開拓者•同諧",
|
||||
"TrailblazerPreservation": "開拓者•存護",
|
||||
"Welt": "瓦爾特",
|
||||
"Xueyi": "雪衣",
|
||||
|
Loading…
Reference in New Issue
Block a user