From d7bfd860dc1852de2b9f0b8548e48bcd22df8686 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Wed, 12 Feb 2025 22:35:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(configs):=20=E8=B0=83=E6=95=B4=E7=89=A9?= =?UTF-8?q?=E5=93=81=E4=BD=BF=E7=94=A8=E6=AC=A1=E6=95=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 StdItems.json 文件中物品类型 13 的使用次数限制 - 将物品类型 13 的使用次数从 1200 次降低到 120 次 - 此修改旨在平衡游戏内物品的使用频率和效果 --- configs/StdItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index 8dda8b4..06896d9 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -40536,7 +40536,7 @@ { "type": 19, "value": 120 }, { "type": 17, "value": 120 }, { "type": 15, "value": 120 }, - { "type": 13, "value": 1200 }, + { "type": 13, "value": 120 }, { "type": 11, "value": 120 }, { "type": 9, "value": 120 } ],