feat(configs): 添加牛魔系列怪物配置

- 新增了三种牛魔怪物的配置:守卫骑士、骷髅卫士和镇守者
- 每种怪物都有独特的属性和模型ID
- 镇守者拥有特殊技能
- 所有新增怪物均为第300级,具有不同的经验值和掉落ID
This commit is contained in:
aixianling
2025-01-17 17:54:05 +08:00
parent 8bef2af913
commit 3dc02cb5f3

View File

@@ -11821,5 +11821,84 @@
"skills": [{ "autoCD": false, "event": 0, "id": 44, "level": 1 }], "skills": [{ "autoCD": false, "event": 0, "id": 44, "level": 1 }],
"targetMusicId": "pttongyong-1", "targetMusicId": "pttongyong-1",
"targetMusicTate": 100 "targetMusicTate": 100
},
"468": {
"aiConfigId": 2,
"attackInterval": 1000,
"attackMusicId": "pttongyong-2",
"attackMusicRate": 100,
"circle": 13,
"damageMusicId": "pttongyong-4",
"damageMusicRate": 100,
"dieMusicId": "pttongyong-5",
"dieMusicRate": 100,
"dropid": 200117,
"entityType": 1,
"entityid": 468,
"exp": 72000,
"flagid": 2,
"level": 300,
"modelid": 30220,
"monsterType": 1,
"name": "[牛魔]守卫骑士",
"nameQuality": 2,
"propid": 412,
"scale": 70,
"skills": [],
"targetMusicId": "pttongyong-1",
"targetMusicTate": 100
},
"469": {
"aiConfigId": 2,
"attackInterval": 1000,
"attackMusicId": "pttongyong-2",
"attackMusicRate": 100,
"circle": 13,
"damageMusicId": "pttongyong-4",
"damageMusicRate": 100,
"dieMusicId": "pttongyong-5",
"dieMusicRate": 100,
"dropid": 200117,
"entityType": 1,
"entityid": 469,
"exp": 72000,
"flagid": 2,
"level": 300,
"modelid": 30221,
"monsterType": 1,
"name": "[牛魔]骷髅卫士",
"nameQuality": 2,
"propid": 413,
"scale": 90,
"skills": [],
"targetMusicId": "pttongyong-1",
"targetMusicTate": 100
},
"470": {
"aiConfigId": 2,
"attackInterval": 1000,
"attackMusicId": "pttongyong-2",
"attackMusicRate": 100,
"chassis": 400,
"circle": 13,
"damageMusicId": "pttongyong-4",
"damageMusicRate": 100,
"dieMusicId": "pttongyong-5",
"dieMusicRate": 100,
"dropid": 200118,
"entityType": 1,
"entityid": 470,
"exp": 90000,
"flagid": 2,
"level": 300,
"modelid": 110108,
"monsterType": 1,
"name": "[牛魔]镇守者",
"nameQuality": 4,
"propid": 414,
"scale": 90,
"skills": [{ "autoCD": false, "event": 0, "id": 45, "level": 1 }],
"targetMusicId": "pttongyong-1",
"targetMusicTate": 100
} }
} }