mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-21 16:28:17 +00:00
Upd: Character (#352)
This commit is contained in:
parent
94dca8b9ce
commit
dbb5658103
BIN
assets/character/Sparkle.png
Normal file
BIN
assets/character/Sparkle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -50,12 +50,12 @@ def handle_sensitive_info(image):
|
||||
|
||||
_ = EmptyConnection()
|
||||
name = input(
|
||||
'输入alas配置文件名称,或者模拟器serial,或者模拟器端口号: (默认输入 "alas"):\n'
|
||||
'例如:"alas", "127.0.0.1:16384", "7555"\n'
|
||||
'输入src配置文件名称,或者模拟器serial,或者模拟器端口号: (默认输入 "src"):\n'
|
||||
'例如:"src", "127.0.0.1:16384", "7555"\n'
|
||||
)
|
||||
name = name.strip().strip('"').strip()
|
||||
if not name:
|
||||
name = 'alas'
|
||||
name = 'src'
|
||||
if name.isdigit():
|
||||
name = f'127.0.0.1:{name}'
|
||||
if name in alas_instance():
|
||||
|
@ -421,6 +421,7 @@
|
||||
"Seele",
|
||||
"Serval",
|
||||
"SilverWolf",
|
||||
"Sparkle",
|
||||
"Sushang",
|
||||
"Tingyun",
|
||||
"TopazNumby",
|
||||
@ -1326,6 +1327,7 @@
|
||||
"Seele",
|
||||
"Serval",
|
||||
"SilverWolf",
|
||||
"Sparkle",
|
||||
"Sushang",
|
||||
"Tingyun",
|
||||
"TopazNumby",
|
||||
|
@ -53,7 +53,7 @@ class GeneratedConfig:
|
||||
|
||||
# Group `DungeonSupport`
|
||||
DungeonSupport_Use = 'when_daily' # always_use, when_daily, do_not_use
|
||||
DungeonSupport_Character = 'FirstCharacter' # FirstCharacter, Argenti, Arlan, Asta, Bailu, BlackSwan, Blade, Bronya, Clara, DanHeng, DanHengImbibitorLunae, DrRatio, FuXuan, Gepard, Guinaifen, Hanya, Herta, Himeko, Hook, Huohuo, JingYuan, Jingliu, Kafka, Luka, Luocha, Lynx, March7th, Misha, Natasha, Pela, Qingque, RuanMei, Sampo, Seele, Serval, SilverWolf, Sushang, Tingyun, TopazNumby, TrailblazerDestruction, TrailblazerPreservation, Welt, Xueyi, Yanqing, Yukong
|
||||
DungeonSupport_Character = 'FirstCharacter' # FirstCharacter, Argenti, Arlan, Asta, Bailu, BlackSwan, Blade, Bronya, Clara, DanHeng, DanHengImbibitorLunae, DrRatio, FuXuan, Gepard, Guinaifen, Hanya, Herta, Himeko, Hook, Huohuo, JingYuan, Jingliu, Kafka, Luka, Luocha, Lynx, March7th, Misha, Natasha, Pela, Qingque, RuanMei, Sampo, Seele, Serval, SilverWolf, Sparkle, Sushang, Tingyun, TopazNumby, TrailblazerDestruction, TrailblazerPreservation, Welt, Xueyi, Yanqing, Yukong
|
||||
|
||||
# Group `DungeonStorage`
|
||||
DungeonStorage_TrailblazePower = {}
|
||||
|
@ -100,7 +100,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 = ['Sparkle']
|
||||
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)
|
||||
|
@ -441,6 +441,7 @@
|
||||
"Seele": "Seele",
|
||||
"Serval": "Serval",
|
||||
"SilverWolf": "Silver Wolf",
|
||||
"Sparkle": "Sparkle",
|
||||
"Sushang": "Sushang",
|
||||
"Tingyun": "Tingyun",
|
||||
"TopazNumby": "Topaz & Numby",
|
||||
|
@ -441,6 +441,7 @@
|
||||
"Seele": "Seele",
|
||||
"Serval": "Serval",
|
||||
"SilverWolf": "Silver Wolf",
|
||||
"Sparkle": "Sparkle",
|
||||
"Sushang": "Sushang",
|
||||
"Tingyun": "Tingyun",
|
||||
"TopazNumby": "Topaz y Conti",
|
||||
|
@ -441,6 +441,7 @@
|
||||
"Seele": "ゼーレ",
|
||||
"Serval": "セーバル",
|
||||
"SilverWolf": "銀狼",
|
||||
"Sparkle": "花火",
|
||||
"Sushang": "素裳",
|
||||
"Tingyun": "停雲",
|
||||
"TopazNumby": "トパーズ&カブ",
|
||||
|
@ -441,6 +441,7 @@
|
||||
"Seele": "希儿",
|
||||
"Serval": "希露瓦",
|
||||
"SilverWolf": "银狼",
|
||||
"Sparkle": "花火",
|
||||
"Sushang": "素裳",
|
||||
"Tingyun": "停云",
|
||||
"TopazNumby": "托帕&账账",
|
||||
|
@ -441,6 +441,7 @@
|
||||
"Seele": "希兒",
|
||||
"Serval": "希露瓦",
|
||||
"SilverWolf": "銀狼",
|
||||
"Sparkle": "花火",
|
||||
"Sushang": "素裳",
|
||||
"Tingyun": "停雲",
|
||||
"TopazNumby": "托帕&帳帳",
|
||||
|
Loading…
Reference in New Issue
Block a user