feat(configs): 添加神话幸运宝箱怪物配置

- 在 Monster.json 文件中添加了新的怪物配置
- 新增的怪物名为 "[神话]幸运宝箱"
- 配置了怪物的属性,包括等级、经验、模型ID等
- 添加了怪物的技能和音乐相关设置
This commit is contained in:
2025-01-20 23:21:43 +08:00
parent c82602661b
commit 9ca146644c

View File

@@ -11932,5 +11932,35 @@
],
"targetMusicId": "pttongyong-1",
"targetMusicTate": 100
},
"472": {
"aiConfigId": 29,
"attackInterval": 1000,
"attackMusicId": "pttongyong-2",
"attackMusicRate": 100,
"chassis": 100,
"circle": 15,
"damageMusicId": "pttongyong-4",
"damageMusicRate": 100,
"dieMusicId": "pttongyong-5",
"dieMusicRate": 100,
"dropid": 100880,
"entityType": 1,
"entityid": 472,
"exp": 2500000,
"flagid": 5,
"level": 300,
"modelid": 30117,
"monsterType": 4,
"name": "[神话]幸运宝箱",
"nameQuality": 6,
"propid": 439,
"scale": 100,
"shadow": 1,
"skills": [
{ "autoCD": false, "event": 0, "id": 69, "level": 1 }
],
"targetMusicId": "pttongyong-1",
"targetMusicTate": 100
}
}