From b323431d2ea46173bd021947190af119c8101a84 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 21 Jan 2025 16:26:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(Monster):=20=E6=9B=B4=E6=96=B0=E7=89=9B?= =?UTF-8?q?=E9=AD=94=E7=B3=BB=E5=88=97=E6=80=AA=E7=89=A9=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=BD=92=E5=B1=9E=E6=9D=83=E5=BC=80?= =?UTF-8?q?=E6=94=BE=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为多个牛魔系列怪物添加 ascriptionopen 字段,设置为 1 - 更新部分怪物的 dropid 和 propid 属性 - 修改怪物名称和属性,如守卫骑士、骷髅卫士等 --- configs/Monster.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/configs/Monster.json b/configs/Monster.json index 6fdbacf..ef25dca 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -4128,6 +4128,7 @@ }, "171": { "aiConfigId": 26, + "ascriptionopen": 1, "attackInterval": 1000, "attackMusicId": "bosstongyong-2", "attackMusicRate": 100, @@ -11504,6 +11505,7 @@ }, "456": { "aiConfigId": 29, + "ascriptionopen": 1, "attackInterval": 1000, "attackMusicId": "pttongyong-2", "attackMusicRate": 100, @@ -11801,6 +11803,7 @@ }, "467": { "aiConfigId": 29, + "ascriptionopen": 1, "attackInterval": 1000, "attackMusicId": "pttongyong-2", "attackMusicRate": 100, @@ -11841,7 +11844,7 @@ "damageMusicRate": 100, "dieMusicId": "pttongyong-5", "dieMusicRate": 100, - "dropid": 200117, + "dropid": 200139, "entityType": 1, "entityid": 468, "exp": 72000, @@ -11851,7 +11854,7 @@ "monsterType": 1, "name": "[牛魔]守卫骑士", "nameQuality": 2, - "propid": 412, + "propid": 446, "scale": 50, "skills": [], "targetMusicId": "pttongyong-1", @@ -11867,7 +11870,7 @@ "damageMusicRate": 100, "dieMusicId": "pttongyong-5", "dieMusicRate": 100, - "dropid": 200117, + "dropid": 200139, "entityType": 1, "entityid": 469, "exp": 72000, @@ -11877,7 +11880,7 @@ "monsterType": 1, "name": "[牛魔]骷髅卫士", "nameQuality": 2, - "propid": 413, + "propid": 447, "scale": 80, "skills": [], "targetMusicId": "pttongyong-1", @@ -11894,7 +11897,7 @@ "damageMusicRate": 100, "dieMusicId": "pttongyong-5", "dieMusicRate": 100, - "dropid": 200118, + "dropid": 200140, "entityType": 1, "entityid": 470, "exp": 90000, @@ -11904,7 +11907,7 @@ "monsterType": 1, "name": "[牛魔]镇守者", "nameQuality": 4, - "propid": 414, + "propid": 448, "scale": 70, "skills": [{ "autoCD": false, "event": 0, "id": 45, "level": 1 }], "targetMusicId": "pttongyong-1", @@ -11912,6 +11915,7 @@ }, "471": { "aiConfigId": 29, + "ascriptionopen": 1, "attackInterval": 1000, "attackMusicId": "pttongyong-2", "attackMusicRate": 100, @@ -11944,6 +11948,7 @@ }, "472": { "aiConfigId": 29, + "ascriptionopen": 1, "attackInterval": 1000, "attackMusicId": "pttongyong-2", "attackMusicRate": 100, @@ -11972,6 +11977,7 @@ }, "473": { "aiConfigId": 29, + "ascriptionopen": 1, "attackInterval": 1000, "attackMusicId": "pttongyong-2", "attackMusicRate": 100, @@ -12004,6 +12010,7 @@ }, "474": { "aiConfigId": 29, + "ascriptionopen": 1, "attackInterval": 1000, "attackMusicId": "pttongyong-2", "attackMusicRate": 100, @@ -12036,6 +12043,7 @@ }, "475": { "aiConfigId": 29, + "ascriptionopen": 1, "attackInterval": 1000, "attackMusicId": "pttongyong-2", "attackMusicRate": 100, @@ -12068,6 +12076,7 @@ }, "476": { "aiConfigId": 29, + "ascriptionopen": 1, "attackInterval": 1000, "attackMusicId": "pttongyong-2", "attackMusicRate": 100, @@ -12098,5 +12107,4 @@ "targetMusicId": "pttongyong-1", "targetMusicTate": 100 } - }