Upd: Character (#596)

This commit is contained in:
Zero 2024-07-31 19:15:57 +08:00 committed by GitHub
parent 5a5c160cda
commit ba16d0d579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 9 additions and 1 deletions

BIN
assets/character/Jade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
assets/character/Yunli.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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",

View File

@ -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)

View File

@ -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",

View File

@ -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",

View File

@ -403,6 +403,7 @@
"Himeko": "姫子", "Himeko": "姫子",
"Hook": "フック", "Hook": "フック",
"Huohuo": "フォフォ", "Huohuo": "フォフォ",
"Jade": "ジェイド",
"JingYuan": "景元", "JingYuan": "景元",
"Jingliu": "鏡流", "Jingliu": "鏡流",
"Kafka": "カフカ", "Kafka": "カフカ",

View File

@ -403,6 +403,7 @@
"Himeko": "姬子", "Himeko": "姬子",
"Hook": "虎克", "Hook": "虎克",
"Huohuo": "藿藿", "Huohuo": "藿藿",
"Jade": "翡翠",
"JingYuan": "景元", "JingYuan": "景元",
"Jingliu": "镜流", "Jingliu": "镜流",
"Kafka": "卡芙卡", "Kafka": "卡芙卡",

View File

@ -403,6 +403,7 @@
"Himeko": "姬子", "Himeko": "姬子",
"Hook": "虎克", "Hook": "虎克",
"Huohuo": "藿藿", "Huohuo": "藿藿",
"Jade": "翡翠",
"JingYuan": "景元", "JingYuan": "景元",
"Jingliu": "鏡流", "Jingliu": "鏡流",
"Kafka": "卡芙卡", "Kafka": "卡芙卡",