From 8256b146b8d70303eed5d1718a79a3b4b0d415aa Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 31 Dec 2024 16:59:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor(configs):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E9=81=93=E5=85=B7=E9=85=8D=E7=BD=AE=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在多个物品配置中添加 recoverid 字段,替代原有的 recoverView 数组 - 此修改简化了道具恢复相关的配置结构,提高了可维护性 --- configs/StdItems.json | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index 363705e..2a6c82d 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -47863,7 +47863,8 @@ "rate": 100, "count": 5 } - ] + ], + "recoverid":100770 }, "854": { "dup": 9999, @@ -47908,7 +47909,8 @@ "rate": 100, "count": 5 } - ] + ], + "recoverid":100770 }, "855": { "dup": 9999, @@ -47954,7 +47956,8 @@ "rate": 100, "count": 5 } - ] + ], + "recoverid":100770 }, "856": { "dup": 9999, @@ -48000,7 +48003,8 @@ "rate": 100, "count": 5 } - ] + ], + "recoverid":100770 }, "857": { "dup": 999, @@ -56758,14 +56762,7 @@ "existScenes": [ -1 ], - "recoverView": [ - { - "id": 3, - "type": 3, - "rate": 100, - "count": 5 - } - ] + "recoverid":100770 }, "1019": { "dup": 9999,