From bd6d11cf9da267917b0349faeef5e2f02d397536 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Sat, 18 Jan 2025 13:24:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=96=97=E4=BC=A4=E8=8D=AF=E7=9A=84=E5=93=81=E8=B4=A8=E7=AD=89?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将疗伤药的 itemlevel 从 32 降低到 29 - 此修改可能影响游戏中的物品平衡和玩家体验 --- configs/StdItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index 583551e..6bf164b 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -8127,7 +8127,7 @@ "icon": 13001, "id": 248, "isShowUseBtn": 1, - "itemlevel": 32, + "itemlevel": 29, "itemlvl": 3, "name": "疗伤药", "packageType": 0,