refactor(fight): 重构战斗效果和技能初始化逻辑
- 将 InitEffect 重命名为 InitSkillEffect,用于初始化技能效果 - 修改技能效果的 ID,避免和普通效果 ID 冲突 - 优化战斗循环逻辑,增加战斗结束的判断条件 - 调整输入结构,移除未使用的属性和状态容器 - 重构技能解析和攻击处理逻辑,提高代码可读性和维护性
This commit is contained in:
67
public/seer_data-main/resource/config/json/privateSign.json
Normal file
67
public/seer_data-main/resource/config/json/privateSign.json
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"id": 1,
|
||||
"day": 1,
|
||||
"rewardPet": "undefined",
|
||||
"reward": "1_300136_1;1_300617_4;1_300651_4;1_300700_1",
|
||||
"name": "养成好礼",
|
||||
"intro": "多维度助力精灵养成",
|
||||
"petId": 0
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"day": 2,
|
||||
"rewardPet": "undefined",
|
||||
"reward": "1_1726208_1000;1_300053_2;1_300065_3;1_1200445_4",
|
||||
"name": "星光三主宠进化道具",
|
||||
"intro": "新手必备强力精灵加速获取",
|
||||
"petId": 0
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"day": 3,
|
||||
"rewardPet": "undefined",
|
||||
"reward": "1_300066_1;1_1706924_5;1_1706927_100;1_1706928_100",
|
||||
"name": "通用刻印激活水晶",
|
||||
"intro": "精灵刻印珍贵道具",
|
||||
"petId": 0
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"day": 4,
|
||||
"rewardPet": "4202_5695_34982_42006",
|
||||
"reward": "1_300666_4;1_1706826_3;1_300075_5",
|
||||
"name": "纳西斯",
|
||||
"intro": "PVE助力",
|
||||
"petId": 4202
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"day": 5,
|
||||
"rewardPet": "undefined",
|
||||
"reward": "1_1726208_1500;1_300650_10;1_300136_2;1_300878_4",
|
||||
"name": "星光三主宠进化道具",
|
||||
"intro": "新手必备强力精灵加速获取",
|
||||
"petId": 0
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"day": 6,
|
||||
"rewardPet": "undefined",
|
||||
"reward": "1_300066_1;1_1706925_5;1_1706927_200;1_1706928_200",
|
||||
"name": "通用刻印激活水晶",
|
||||
"intro": "精灵刻印珍贵道具",
|
||||
"petId": 0
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"day": 7,
|
||||
"rewardPet": "undefined",
|
||||
"reward": "1_1726848_400;1_1706926_5;1_300065_3;1_1200445_8",
|
||||
"name": "助力皮神",
|
||||
"intro": "同生共死PVE神宠",
|
||||
"petId": 4731
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user