refactor(fight): 重构战斗效果和技能初始化逻辑
- 将 InitEffect 重命名为 InitSkillEffect,用于初始化技能效果 - 修改技能效果的 ID,避免和普通效果 ID 冲突 - 优化战斗循环逻辑,增加战斗结束的判断条件 - 调整输入结构,移除未使用的属性和状态容器 - 重构技能解析和攻击处理逻辑,提高代码可读性和维护性
This commit is contained in:
173
public/seer_data-main/resource/config/json/ActivityCenter.json
Normal file
173
public/seer_data-main/resource/config/json/ActivityCenter.json
Normal file
@@ -0,0 +1,173 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"name": "markDraw",
|
||||
"labelName": "刻印抽奖",
|
||||
"type": 1,
|
||||
"sorting": 5,
|
||||
"Go": 135,
|
||||
"beginning": "",
|
||||
"ending": "",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "holidaySign",
|
||||
"labelName": "假期签到",
|
||||
"type": 1,
|
||||
"sorting": 11,
|
||||
"Go": 134,
|
||||
"beginning": "2023_1_13 00:00:00",
|
||||
"ending": "2023_2_10 00:00:00",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "wishFloatingBottle",
|
||||
"labelName": "星愿好礼",
|
||||
"type": 1,
|
||||
"sorting": 3,
|
||||
"Go": 59,
|
||||
"beginning": "",
|
||||
"ending": "",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "七日签到&1_心愿清单&2_星愿商店&3#rb",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "contractCall",
|
||||
"labelName": "伙伴效果",
|
||||
"type": 1,
|
||||
"sorting": 2,
|
||||
"Go": 164,
|
||||
"beginning": "",
|
||||
"ending": "",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "契约伙伴&1_王联伙伴&2_西游伙伴&3_桃园结义&4#relationGroup",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "latestActivities",
|
||||
"labelName": "最新活动",
|
||||
"type": 1,
|
||||
"sorting": 1,
|
||||
"Go": 183,
|
||||
"beginning": "",
|
||||
"ending": "",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "energyResearchStation",
|
||||
"labelName": "能源中心",
|
||||
"type": 1,
|
||||
"sorting": 8,
|
||||
"Go": 188,
|
||||
"beginning": "2023_02_10 00:00:00",
|
||||
"ending": "2026_12_31 00:00:00",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "oracleAdvance",
|
||||
"labelName": "神谕进阶",
|
||||
"type": 1,
|
||||
"sorting": 6,
|
||||
"Go": 187,
|
||||
"beginning": "2024_08_09 00:00:00",
|
||||
"ending": "2024_08_30 00:00:00",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "peakWeeklyReward",
|
||||
"labelName": "巅峰奖励周",
|
||||
"type": 1,
|
||||
"sorting": 10,
|
||||
"Go": 194,
|
||||
"beginning": "2023_12_08 00:00:00",
|
||||
"ending": "2023_12_15 00:00:00",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "communityCenter",
|
||||
"labelName": "社区相关",
|
||||
"type": 1,
|
||||
"sorting": 9,
|
||||
"Go": 217,
|
||||
"beginning": "",
|
||||
"ending": "",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "预约好礼&1&CommunitySubscribeCondition_更新指引&2&CommunityCondition1_社区活动&3&CommunityCondition2#communityGroup",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"name": "diamondAward",
|
||||
"labelName": "",
|
||||
"type": 1,
|
||||
"sorting": 0,
|
||||
"Go": 182,
|
||||
"beginning": "",
|
||||
"ending": "",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 0
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"name": "advancedPetBackStore",
|
||||
"labelName": "神谕归来",
|
||||
"type": 1,
|
||||
"sorting": 7,
|
||||
"Go": 264,
|
||||
"beginning": "",
|
||||
"ending": "",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 0
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"name": "peakEndReward",
|
||||
"labelName": "赛末结算",
|
||||
"type": 1,
|
||||
"sorting": 12,
|
||||
"Go": 266,
|
||||
"beginning": "2023_12_29 00:00:00",
|
||||
"ending": "2024_1_5 00:00:00",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 1
|
||||
},
|
||||
{
|
||||
"id": 13,
|
||||
"name": "fusionMonster",
|
||||
"labelName": "年兽来袭",
|
||||
"type": 1,
|
||||
"sorting": 4,
|
||||
"Go": 203,
|
||||
"beginning": "2024_02_08 00:00:00",
|
||||
"ending": "2024_02_23 00:00:00",
|
||||
"statLog": "",
|
||||
"pageChildrenName": "",
|
||||
"isShow": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user