Files
bl/public/seer_data-main/resource/config/json/SysMessageInfo.json
昔念 906bad9e21 refactor(fight): 重构战斗效果和技能初始化逻辑
- 将 InitEffect 重命名为 InitSkillEffect,用于初始化技能效果
- 修改技能效果的 ID,避免和普通效果 ID 冲突
- 优化战斗循环逻辑,增加战斗结束的判断条件
- 调整输入结构,移除未使用的属性和状态容器
- 重构技能解析和攻击处理逻辑,提高代码可读性和维护性
2025-09-14 19:59:58 +08:00

24 lines
987 B
Go
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"data": [
{
"id": 1,
"SysMsgContent": "[a href='event:1_8_0_1'][font color= #40e3fb][u]巅峰圣战[/u][/font][/a]竞技模式火热对抗中,祝赛尔们勇创佳绩!\\n[a href='event:1_256_1_4'][font color= #ffd325][u]查看排行榜[/u][/font] [/a]",
"type": 1
},
{
"id": 2,
"SysMsgContent": "巅峰圣战竞技模式暂时告一段落,请赛尔们暂且休整,养精蓄锐。\\n[a href='event:1_256_0_1'][font color= #ffd325][u]查看排行榜[/u][/font] [/a]",
"type": 1
},
{
"id": 3,
"SysMsgContent": "[font color= #40e3fb]巅峰圣战[/font]竞技模式火热对抗中,祝赛尔们勇创佳绩!",
"type": 2
},
{
"id": 4,
"SysMsgContent": "巅峰圣战竞技模式暂时告一段落,请赛尔们暂且休整,养精蓄锐。",
"type": 2
}
]
}