refactor(fight): 重构战斗效果和技能初始化逻辑

- 将 InitEffect 重命名为 InitSkillEffect,用于初始化技能效果
- 修改技能效果的 ID,避免和普通效果 ID 冲突
- 优化战斗循环逻辑,增加战斗结束的判断条件
- 调整输入结构,移除未使用的属性和状态容器
- 重构技能解析和攻击处理逻辑,提高代码可读性和维护性
This commit is contained in:
2025-09-14 19:59:58 +08:00
parent 929b0c9006
commit 906bad9e21
617 changed files with 3615605 additions and 42 deletions

View File

@@ -0,0 +1,25 @@
<!--
表情配置表
id 对应该素材名
shortcut 快捷键
-->
<root path="resource/emotion/">
<emotion id="1" shortcut="#1" des="高兴" />
<emotion id="2" shortcut="#2" des="难过" />
<emotion id="3" shortcut="#3" des="汗" />
<emotion id="4" shortcut="#4" des="哭" />
<emotion id="5" shortcut="#5" des="生气" />
<emotion id="6" shortcut="#6" des="仰幕" />
<emotion id="7" shortcut="#7" des="疑问" />
<emotion id="8" shortcut="#8" des="嘿嘿" />
<emotion id="9" shortcut="#9" des="害羞" />
<emotion id="10" shortcut="#10" des="惊呆" />
<emotion id="11" shortcut="#11" des="吃粽子" />
<emotion id="97" shortcut="#97" des="任务提示" />
<emotion id="98" shortcut="#98" des="任务提示" />
<emotion id="99" shortcut="#99" des="任务提示" />
<!--下面是回答语句中的表情-->
<emotion id="101" shortcut="#101" des="任务感叹号" />
</root>