From 2bbb5118fc2f98e9afa81917421cf8ec898ce0c1 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 19 Dec 2024 17:06:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(configs):=20=E4=BF=AE=E6=94=B9=20StdItems.j?= =?UTF-8?q?son=20=E4=B8=AD=E7=9A=84=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 value 字段的值从 100000 修改为 10000 - 此修改可能影响游戏中的某些物品属性或行为 --- configs/StdItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index 2cc6bfc..dc96866 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -44713,7 +44713,7 @@ "type": 116 }, { - "value": 100000, + "value": 10000, "type": 75 } ],