From 9ca146644c18b364d1b5be548ac0c710ed42228b Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Mon, 20 Jan 2025 23:21:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E6=B7=BB=E5=8A=A0=E7=A5=9E?= =?UTF-8?q?=E8=AF=9D=E5=B9=B8=E8=BF=90=E5=AE=9D=E7=AE=B1=E6=80=AA=E7=89=A9?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 Monster.json 文件中添加了新的怪物配置 - 新增的怪物名为 "[神话]幸运宝箱" - 配置了怪物的属性,包括等级、经验、模型ID等 - 添加了怪物的技能和音乐相关设置 --- configs/Monster.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/configs/Monster.json b/configs/Monster.json index 6028c9e..25ef30c 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -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 } }