add more emojis

This commit is contained in:
bridge
2026-01-03 21:48:26 +08:00
parent 5b5ea31d87
commit 6cc0c355dd
6 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class SwitchWeapon(InstantAction):
"""
ACTION_NAME = "切换兵器"
EMOJI = "🔄"
DESC = "切换到指定类型的练气兵器或卸下兵器。当前兵器会丧失熟练度会重置为0。适用于想要更换兵器类型或从头修炼新兵器的情况。"
DOABLES_REQUIREMENTS = "无前置条件"
PARAMS = {"weapon_type_name": "str"}