feat(Monster): 为寻宝秘境的 BOSS 添加新技能

- 在 [寻宝秘境] 白银 BOSS 和黄金 BOSS 的配置中添加了技能 ID 44
- 在另一个未命名 BOSS 的技能列表中添加了相同的技能
- 新技能的等级为 1,不绑定事件,不自动冷却
This commit is contained in:
aixianling
2024-12-25 15:04:36 +08:00
parent 96a3e00e95
commit 67531fc4a4

View File

@@ -13050,7 +13050,14 @@
"name": "[寻宝秘境]白银BOSS", "name": "[寻宝秘境]白银BOSS",
"attackMusicId": "shiwang-2", "attackMusicId": "shiwang-2",
"aiConfigId": 2, "aiConfigId": 2,
"skills": [], "skills": [
{
"id": 44,
"level": 1,
"event": 0,
"autoCD": false
}
],
"modelid": 110108, "modelid": 110108,
"circle": 6 "circle": 6
}, },
@@ -13078,7 +13085,14 @@
"name": "[寻宝秘境]黄金BOSS", "name": "[寻宝秘境]黄金BOSS",
"attackMusicId": "shiwang-2", "attackMusicId": "shiwang-2",
"aiConfigId": 2, "aiConfigId": 2,
"skills": [], "skills": [
{
"id": 44,
"level": 1,
"event": 0,
"autoCD": false
}
],
"modelid": 90008, "modelid": 90008,
"circle": 6 "circle": 6
}, },
@@ -13107,6 +13121,12 @@
"attackMusicId": "shiwang-2", "attackMusicId": "shiwang-2",
"aiConfigId": 29, "aiConfigId": 29,
"skills": [ "skills": [
{
"id": 44,
"level": 1,
"event": 0,
"autoCD": false
},
{ {
"id": 69, "id": 69,
"level": 1, "level": 1,