add technique

This commit is contained in:
bridge
2025-10-04 23:10:37 +08:00
parent aea1923ba6
commit 54d1040907

View File

@@ -157,6 +157,7 @@ def draw_tooltip_for_avatar(pygame_mod, screen, colors, font, avatar: Avatar):
f"HP: {avatar.hp}",
f"MP: {avatar.mp}",
f"灵根: {str(avatar.root)}",
f"功法: {avatar.technique.name}{avatar.technique.attribute}·{avatar.technique.grade.value}",
f"个性: {', '.join([persona.name for persona in avatar.personas])}",
f"位置: ({avatar.pos_x}, {avatar.pos_y})",
]