From 9609ad494da1e811fce1690ab578c9bcff56ecd5 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Fri, 24 Jan 2025 16:34:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor(config):=20=E8=B0=83=E6=95=B4=E9=81=93?= =?UTF-8?q?=E5=85=B7=E5=90=88=E6=88=90=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了多个道具的合成数量,包括: - 道具ID 843 的合成数量从 500 调整为 200 - 道具ID 846 的合成数量从 500 调整为 300 - 道具ID 847 的合成数量从 500 调整为 200 - 道具ID 844 的合成数量从 1000 调整为 200 - 道具ID 845 的合成数量从 500 调整为 100 - 这些修改可能会影响游戏中的道具合成和平衡 --- configs/ItemMergeConfig.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 321cfcc..be2a438 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -2424,7 +2424,7 @@ "Eid": 11002, "second_index": 2, "table": [ - { "id": 843, "type": 0, "count": 500 }, + { "id": 843, "type": 0, "count": 200 }, { "id": 4, "type": 4, "count": 20000 } ], "openserverday": 1, @@ -2438,7 +2438,7 @@ "Eid": 11003, "second_index": 2, "table": [ - { "id": 846, "type": 0, "count": 500 }, + { "id": 846, "type": 0, "count": 300 }, { "id": 4, "type": 4, "count": 30000 } ], "openserverday": 1 @@ -2452,7 +2452,7 @@ "second_index": 2, "openserverday": 1, "table": [ - { "id": 847, "type": 0, "count": 500 }, + { "id": 847, "type": 0, "count": 200 }, { "id": 4, "type": 4, "count": 100000 } ] }, @@ -2465,7 +2465,7 @@ "second_index": 2, "openserverday": 1, "table": [ - { "id": 844, "type": 0, "count": 1000 }, + { "id": 844, "type": 0, "count": 200 }, { "id": 4, "type": 4, "count": 250000 } ] }, @@ -2478,7 +2478,7 @@ "second_index": 2, "openserverday": 1, "table": [ - { "id": 845, "type": 0, "count": 500 }, + { "id": 845, "type": 0, "count": 100 }, { "id": 4, "type": 4, "count": 100000 } ] }