add choice helper

This commit is contained in:
bridge
2026-01-03 22:26:55 +08:00
parent 5b5cd79cb5
commit 3a9a9fd6f0
10 changed files with 58 additions and 61 deletions

View File

@@ -49,7 +49,7 @@ def dummy_avatar(base_world):
# 赋予一个 Mock 武器,防止 get_avatar_info 报错
av.weapon = MagicMock()
av.weapon.get_detailed_info.return_value = "测试木剑(凡品"
av.weapon.get_detailed_info.return_value = "测试木剑(练气"
av.weapon_proficiency = 0.0
return av