From fe317b51145d6a3ebc9355a6095b7903cf12b711 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Mon, 13 Jan 2025 02:04:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=89=A9=E5=93=81=E5=A4=8D=E5=88=B6=E6=95=B0=E9=87=8F=E4=B8=8A?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将多个物品的 dup 属性值从 9999 或 999 修改为 99 - 涉及物品 ID:1244、1245、1246、1247、1248、1249 --- configs/StdItems.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index b483be0..f399553 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -66310,7 +66310,7 @@ "existScenes": [-1] }, "1244": { - "dup": 9999, + "dup": 99, "denyDestroy": 1, "forcetips": 1, "suggVocation": 0, @@ -66347,7 +66347,7 @@ "existScenes": [-1] }, "1245": { - "dup": 9999, + "dup": 99, "denyDestroy": 1, "forcetips": 1, "suggVocation": 0, @@ -66384,7 +66384,7 @@ "existScenes": [-1] }, "1246": { - "dup": 999, + "dup": 99, "denyDestroy": 1, "forcetips": 1, "suggVocation": 0, @@ -66421,7 +66421,7 @@ "existScenes": [-1] }, "1247": { - "dup": 999, + "dup": 99, "denyDestroy": 1, "forcetips": 1, "suggVocation": 0, @@ -66458,7 +66458,7 @@ "existScenes": [-1] }, "1248": { - "dup": 999, + "dup": 99, "denyDestroy": 1, "forcetips": 1, "suggVocation": 0, @@ -66495,7 +66495,7 @@ "existScenes": [-1] }, "1249": { - "dup": 999, + "dup": 99, "denyDestroy": 1, "forcetips": 1, "suggVocation": 0,