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

82 lines
2.1 KiB
Go

{
"data": [
{
"id": 1,
"type": 2015,
"petName": "圣光灵神",
"monsterId": 3311,
"monAppend": "2533_30469_40850",
"price": "998_898_810_800_790_764_754_744_698",
"isOn": 0,
"startTime": "",
"endTime": "",
"userInfoId": 0,
"userInfoBitPos": 0
},
{
"id": 2,
"type": 2016,
"petName": "重生之翼",
"monsterId": 2987,
"monAppend": "2172_19103_40546",
"price": "998",
"isOn": 0,
"startTime": "",
"endTime": "",
"userInfoId": 0,
"userInfoBitPos": 0
},
{
"id": 3,
"type": 2017,
"petName": "瀚宇星皇",
"monsterId": 3291,
"monAppend": "2501_30381_40833",
"price": "998",
"isOn": 0,
"startTime": "",
"endTime": "",
"userInfoId": 0,
"userInfoBitPos": 0
},
{
"id": 4,
"type": 2018,
"petName": "天启帝君",
"monsterId": 3550,
"monAppend": "2767_31582_41156",
"price": "998",
"isOn": 0,
"startTime": "",
"endTime": "",
"userInfoId": 0,
"userInfoBitPos": 0
},
{
"id": 5,
"type": 2019,
"petName": "混元天尊",
"monsterId": 3788,
"monAppend": "3062_32912_41463",
"price": "998",
"isOn": 0,
"startTime": "",
"endTime": "",
"userInfoId": 0,
"userInfoBitPos": 0
},
{
"id": 6,
"type": 2000,
"petName": "全部回归",
"monsterId": 0,
"monAppend": "",
"price": "",
"isOn": 1,
"startTime": "2024_9_13",
"endTime": "2025_9_13",
"userInfoId": 0,
"userInfoBitPos": 0
}
]
}