add technique
This commit is contained in:
@@ -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})",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user