From 9dd2accf66ff4f8c132e009ef89f91d3c909b72f Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 17 Jan 2025 17:59:32 +0800 Subject: [PATCH] =?UTF-8?q?refactor(monster):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=89=9B=E9=AD=94=E7=9B=B8=E5=85=B3=E6=80=AA=E7=89=A9=E7=9A=84?= =?UTF-8?q?=E4=BD=93=E5=9E=8B=E6=AF=94=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 [牛魔] 守卫骑士 的体型比例从 70 调整为 35 - 将 [牛魔] 骷髅卫士 的体型比例从 90 调整为 80 - 将 [牛魔] 镇守者 的体型比例从 90 调整为 70 --- LogicServer/data/config/monster/Monster.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LogicServer/data/config/monster/Monster.config b/LogicServer/data/config/monster/Monster.config index 9373600..815958d 100755 --- a/LogicServer/data/config/monster/Monster.config +++ b/LogicServer/data/config/monster/Monster.config @@ -11783,7 +11783,7 @@ Monster = { name = "[牛魔]守卫骑士", nameQuality = 2, propid = 412, - scale = 70, + scale = 35, skills = {}, targetMusicId = "pttongyong-1", targetMusicTate = 100, @@ -11809,7 +11809,7 @@ Monster = { name = "[牛魔]骷髅卫士", nameQuality = 2, propid = 413, - scale = 90, + scale = 80, skills = {}, targetMusicId = "pttongyong-1", targetMusicTate = 100, @@ -11836,7 +11836,7 @@ Monster = { name = "[牛魔]镇守者", nameQuality = 4, propid = 414, - scale = 90, + scale = 70, skills = { { autoCD = false, event = 0, id = 45, level = 1 } }, targetMusicId = "pttongyong-1", targetMusicTate = 100,