From 396ed6514bef528038b54823b55d9782b1a117d5 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Mon, 20 Jan 2025 23:28:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=B9=B8=E8=BF=90=E5=A5=B3=E7=A5=9E=E6=80=AA=E7=89=A9=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 [神话]幸运女神 怪物的 scale 属性从 100 修改为 50 - 此修改旨在优化游戏平衡或视觉效果 --- configs/Monster.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/Monster.json b/configs/Monster.json index ef4335b..cd9f7c5 100644 --- a/configs/Monster.json +++ b/configs/Monster.json @@ -11955,7 +11955,7 @@ "name": "[神话]幸运女神", "nameQuality": 6, "propid": 439, - "scale": 100, + "scale": 50, "shadow": 1, "skills": [ { "autoCD": false, "event": 0, "id": 69, "level": 1 }