From 3dc02cb5f3c7af1a6fdb5e5eb47c6bdcf99c772a Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Jan 2025 17:54:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E6=B7=BB=E5=8A=A0=E7=89=9B?= =?UTF-8?q?=E9=AD=94=E7=B3=BB=E5=88=97=E6=80=AA=E7=89=A9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增了三种牛魔怪物的配置:守卫骑士、骷髅卫士和镇守者 - 每种怪物都有独特的属性和模型ID - 镇守者拥有特殊技能 - 所有新增怪物均为第300级,具有不同的经验值和掉落ID --- configs/Monster.json | 79 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/configs/Monster.json b/configs/Monster.json index 26f4c71..ccd14ee 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -11821,5 +11821,84 @@ "skills": [{ "autoCD": false, "event": 0, "id": 44, "level": 1 }], "targetMusicId": "pttongyong-1", "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 } }