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",
|
"Himeko",
|
||||||
"Hook",
|
"Hook",
|
||||||
"Huohuo",
|
"Huohuo",
|
||||||
|
"Jade",
|
||||||
"JingYuan",
|
"JingYuan",
|
||||||
"Jingliu",
|
"Jingliu",
|
||||||
"Kafka",
|
"Kafka",
|
||||||
@ -1240,6 +1241,7 @@
|
|||||||
"Himeko",
|
"Himeko",
|
||||||
"Hook",
|
"Hook",
|
||||||
"Huohuo",
|
"Huohuo",
|
||||||
|
"Jade",
|
||||||
"JingYuan",
|
"JingYuan",
|
||||||
"Jingliu",
|
"Jingliu",
|
||||||
"Kafka",
|
"Kafka",
|
||||||
@ -1526,6 +1528,7 @@
|
|||||||
"Himeko",
|
"Himeko",
|
||||||
"Hook",
|
"Hook",
|
||||||
"Huohuo",
|
"Huohuo",
|
||||||
|
"Jade",
|
||||||
"JingYuan",
|
"JingYuan",
|
||||||
"Jingliu",
|
"Jingliu",
|
||||||
"Kafka",
|
"Kafka",
|
||||||
|
@ -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 = ["Jade", "Jiaoqiu"]
|
unsupported_characters = ["Jiaoqiu"]
|
||||||
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)
|
||||||
|
@ -403,6 +403,7 @@
|
|||||||
"Himeko": "Himeko",
|
"Himeko": "Himeko",
|
||||||
"Hook": "Hook",
|
"Hook": "Hook",
|
||||||
"Huohuo": "Huohuo",
|
"Huohuo": "Huohuo",
|
||||||
|
"Jade": "Jade",
|
||||||
"JingYuan": "Jing Yuan",
|
"JingYuan": "Jing Yuan",
|
||||||
"Jingliu": "Jingliu",
|
"Jingliu": "Jingliu",
|
||||||
"Kafka": "Kafka",
|
"Kafka": "Kafka",
|
||||||
|
@ -403,6 +403,7 @@
|
|||||||
"Himeko": "Himeko",
|
"Himeko": "Himeko",
|
||||||
"Hook": "Hook",
|
"Hook": "Hook",
|
||||||
"Huohuo": "Huohuo",
|
"Huohuo": "Huohuo",
|
||||||
|
"Jade": "Jade",
|
||||||
"JingYuan": "Jing Yuan",
|
"JingYuan": "Jing Yuan",
|
||||||
"Jingliu": "Jingliu",
|
"Jingliu": "Jingliu",
|
||||||
"Kafka": "Kafka",
|
"Kafka": "Kafka",
|
||||||
|
@ -403,6 +403,7 @@
|
|||||||
"Himeko": "姫子",
|
"Himeko": "姫子",
|
||||||
"Hook": "フック",
|
"Hook": "フック",
|
||||||
"Huohuo": "フォフォ",
|
"Huohuo": "フォフォ",
|
||||||
|
"Jade": "ジェイド",
|
||||||
"JingYuan": "景元",
|
"JingYuan": "景元",
|
||||||
"Jingliu": "鏡流",
|
"Jingliu": "鏡流",
|
||||||
"Kafka": "カフカ",
|
"Kafka": "カフカ",
|
||||||
|
@ -403,6 +403,7 @@
|
|||||||
"Himeko": "姬子",
|
"Himeko": "姬子",
|
||||||
"Hook": "虎克",
|
"Hook": "虎克",
|
||||||
"Huohuo": "藿藿",
|
"Huohuo": "藿藿",
|
||||||
|
"Jade": "翡翠",
|
||||||
"JingYuan": "景元",
|
"JingYuan": "景元",
|
||||||
"Jingliu": "镜流",
|
"Jingliu": "镜流",
|
||||||
"Kafka": "卡芙卡",
|
"Kafka": "卡芙卡",
|
||||||
|
@ -403,6 +403,7 @@
|
|||||||
"Himeko": "姬子",
|
"Himeko": "姬子",
|
||||||
"Hook": "虎克",
|
"Hook": "虎克",
|
||||||
"Huohuo": "藿藿",
|
"Huohuo": "藿藿",
|
||||||
|
"Jade": "翡翠",
|
||||||
"JingYuan": "景元",
|
"JingYuan": "景元",
|
||||||
"Jingliu": "鏡流",
|
"Jingliu": "鏡流",
|
||||||
"Kafka": "卡芙卡",
|
"Kafka": "卡芙卡",
|
||||||
|
Loading…
Reference in New Issue
Block a user