mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-15 22:19:18 +00:00
Upd: Character (#596)
This commit is contained in:
parent
5a5c160cda
commit
ba16d0d579
BIN
assets/character/Jade.png
Normal file
BIN
assets/character/Jade.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
assets/character/Yunli.png
Normal file
BIN
assets/character/Yunli.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -672,6 +672,7 @@
|
||||
"Himeko",
|
||||
"Hook",
|
||||
"Huohuo",
|
||||
"Jade",
|
||||
"JingYuan",
|
||||
"Jingliu",
|
||||
"Kafka",
|
||||
@ -1240,6 +1241,7 @@
|
||||
"Himeko",
|
||||
"Hook",
|
||||
"Huohuo",
|
||||
"Jade",
|
||||
"JingYuan",
|
||||
"Jingliu",
|
||||
"Kafka",
|
||||
@ -1526,6 +1528,7 @@
|
||||
"Himeko",
|
||||
"Hook",
|
||||
"Huohuo",
|
||||
"Jade",
|
||||
"JingYuan",
|
||||
"Jingliu",
|
||||
"Kafka",
|
||||
|
@ -100,7 +100,7 @@ class ConfigGenerator:
|
||||
option_add(keys='Ornament.Dungeon.option', options=ornament)
|
||||
# Insert characters
|
||||
from tasks.character.keywords import CharacterList
|
||||
unsupported_characters = ["Jade", "Jiaoqiu"]
|
||||
unsupported_characters = ["Jiaoqiu"]
|
||||
characters = [character.name for character in CharacterList.instances.values()
|
||||
if character.name not in unsupported_characters]
|
||||
option_add(keys='DungeonSupport.Character.option', options=characters)
|
||||
|
@ -403,6 +403,7 @@
|
||||
"Himeko": "Himeko",
|
||||
"Hook": "Hook",
|
||||
"Huohuo": "Huohuo",
|
||||
"Jade": "Jade",
|
||||
"JingYuan": "Jing Yuan",
|
||||
"Jingliu": "Jingliu",
|
||||
"Kafka": "Kafka",
|
||||
|
@ -403,6 +403,7 @@
|
||||
"Himeko": "Himeko",
|
||||
"Hook": "Hook",
|
||||
"Huohuo": "Huohuo",
|
||||
"Jade": "Jade",
|
||||
"JingYuan": "Jing Yuan",
|
||||
"Jingliu": "Jingliu",
|
||||
"Kafka": "Kafka",
|
||||
|
@ -403,6 +403,7 @@
|
||||
"Himeko": "姫子",
|
||||
"Hook": "フック",
|
||||
"Huohuo": "フォフォ",
|
||||
"Jade": "ジェイド",
|
||||
"JingYuan": "景元",
|
||||
"Jingliu": "鏡流",
|
||||
"Kafka": "カフカ",
|
||||
|
@ -403,6 +403,7 @@
|
||||
"Himeko": "姬子",
|
||||
"Hook": "虎克",
|
||||
"Huohuo": "藿藿",
|
||||
"Jade": "翡翠",
|
||||
"JingYuan": "景元",
|
||||
"Jingliu": "镜流",
|
||||
"Kafka": "卡芙卡",
|
||||
|
@ -403,6 +403,7 @@
|
||||
"Himeko": "姬子",
|
||||
"Hook": "虎克",
|
||||
"Huohuo": "藿藿",
|
||||
"Jade": "翡翠",
|
||||
"JingYuan": "景元",
|
||||
"Jingliu": "鏡流",
|
||||
"Kafka": "卡芙卡",
|
||||
|
Loading…
Reference in New Issue
Block a user