From 7224e8eb8fda19ec244637216c7ee6e8e9c38941 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 14 Jan 2025 12:05:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(ItemMerge):=20=E6=B7=BB=E5=8A=A0=E6=96=B0?= =?UTF-8?q?=E7=89=A9=E5=93=81=E5=90=88=E6=88=90=E9=85=8D=E7=BD=AE=E5=B9=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=8E=B0=E6=9C=89=E7=89=A9=E5=93=81=E5=90=88?= =?UTF-8?q?=E6=88=90=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增物品 ID 11006 的合成配置,需要 1 个物品 ID 1383,产出 500 个物品 ID 845 和 100000 个物品 ID 4 - 更新物品 ID 4 的合成效果,将合成事件 ID 从 241 改为 7303 --- LogicServer/data/config/Merge/ItemMerge.config | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/LogicServer/data/config/Merge/ItemMerge.config b/LogicServer/data/config/Merge/ItemMerge.config index 09beddf..0a670b7 100755 --- a/LogicServer/data/config/Merge/ItemMerge.config +++ b/LogicServer/data/config/Merge/ItemMerge.config @@ -1936,6 +1936,16 @@ ItemMergeConfig = { openserverday = 1, table = { { id = 844, type = 0, count = 1000 }, { id = 4, type = 4, count = 250000 } }, }, + [11006] = { + circle = 0, + compose = { id = 1383, type = 0, count = 1 }, + index = 1, + text = "合成", + Eid = 11006, + second_index = 2, + openserverday = 1, + table = { { id = 845, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } }, + }, }, }, [4] = { @@ -4176,7 +4186,7 @@ ItemMergeConfig = { clicklimit = 1, buttontxt10 = "合成10次", mergebutton10 = 1, - Eid = 241, + Eid = 7303, second_index = 3, table = { { id = 831, type = 0, count = 100 } }, openserverday = 1,