From bf7ecccb7388a2fba046282694cb21fcb3d61147 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 21 Jan 2025 22:18:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E6=80=AA=E7=89=A9=20[=E7=89=9B=E9=AD=94]=E7=A5=AD=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增怪物配置,包括属性、技能和音乐设置 - 怪物名称:[牛魔]祭司 - 等级:300 - 经验:90000 - 模型ID:30168 - 技能ID:64、69 --- configs/Monster.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/configs/Monster.json b/configs/Monster.json index a8b2643..0473c16 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -12106,5 +12106,35 @@ ], "targetMusicId": "pttongyong-1", "targetMusicTate": 100 + }, + "477": { + "aiConfigId": 2, + "attackInterval": 1000, + "attackMusicId": "pttongyong-2", + "attackMusicRate": 100, + "chassis": 400, + "circle": 13, + "damageMusicId": "pttongyong-4", + "damageMusicRate": 100, + "dieMusicId": "pttongyong-5", + "dieMusicRate": 100, + "dropid": 200140, + "entityType": 1, + "entityid": 477, + "exp": 90000, + "flagid": 2, + "level": 300, + "modelid": 30168, + "monsterType": 1, + "name": "[牛魔]祭司", + "nameQuality": 4, + "propid": 448, + "scale": 70, + "skills": [ + { "autoCD": false, "event": 0, "id": 64, "level": 1 }, + { "autoCD": false, "event": 0, "id": 69, "level": 1 } + ], + "targetMusicId": "pttongyong-1", + "targetMusicTate": 100 } }