From d700be4fe77668f0a7d616efd1426ef95f9af1e8 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Thu, 17 Apr 2025 14:56:39 +0800 Subject: [PATCH] =?UTF-8?q?feat(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 - 将多个道具的合成数量从 5 个调整为 3 个 - 涉及的道具 ID 包括 365、366、367、368、369、370、371、863 和 864 --- configs/ItemMergeConfig.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 9340f0d..aead6fd 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -967,7 +967,7 @@ "Eid": 57, "second_index": 7, "table": [ - { "id": 365, "type": 0, "count": 5 }, + { "id": 365, "type": 0, "count": 3 }, { "id": 2, "type": 2, "count": 1000 } ], "openserverday": 1, @@ -985,7 +985,7 @@ "Eid": 58, "second_index": 7, "table": [ - { "id": 366, "type": 0, "count": 5 }, + { "id": 366, "type": 0, "count": 3 }, { "id": 2, "type": 2, "count": 3000 } ], "openserverday": 1, @@ -1003,7 +1003,7 @@ "Eid": 59, "second_index": 7, "table": [ - { "id": 367, "type": 0, "count": 5 }, + { "id": 367, "type": 0, "count": 3 }, { "id": 2, "type": 2, "count": 5000 } ], "openserverday": 1, @@ -1021,7 +1021,7 @@ "Eid": 60, "second_index": 7, "table": [ - { "id": 368, "type": 0, "count": 5 }, + { "id": 368, "type": 0, "count": 3 }, { "id": 2, "type": 2, "count": 8000 } ], "openserverday": 1, @@ -1037,7 +1037,7 @@ "Eid": 61, "second_index": 7, "table": [ - { "id": 369, "type": 0, "count": 5 }, + { "id": 369, "type": 0, "count": 3 }, { "id": 2, "type": 2, "count": 15000 } ], "openserverday": 1, @@ -1053,7 +1053,7 @@ "Eid": 62, "second_index": 7, "table": [ - { "id": 370, "type": 0, "count": 5 }, + { "id": 370, "type": 0, "count": 3 }, { "id": 2, "type": 2, "count": 30000 } ], "openserverday": 1, @@ -1069,7 +1069,7 @@ "Eid": 63, "second_index": 7, "table": [ - { "id": 371, "type": 0, "count": 5 }, + { "id": 371, "type": 0, "count": 3 }, { "id": 2, "type": 2, "count": 50000 } ], "openserverday": 1, @@ -1085,7 +1085,7 @@ "Eid": 64, "second_index": 7, "table": [ - { "id": 863, "type": 0, "count": 5 }, + { "id": 863, "type": 0, "count": 3 }, { "id": 2, "type": 2, "count": 80000 } ], "openserverday": 1, @@ -1101,7 +1101,7 @@ "Eid": 65, "second_index": 7, "table": [ - { "id": 864, "type": 0, "count": 5 }, + { "id": 864, "type": 0, "count": 3 }, { "id": 2, "type": 2, "count": 120000 } ], "openserverday": 1,