From 3533cef10f96f5c46ff480886be526482390eb08 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Fri, 24 Jan 2025 16:35:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ItemMerge):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=90=88=E6=88=90=E6=9D=90=E6=96=99=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了多个物品合成配置中的材料数量 - 例如:将 843 号材料的数量从 500 调整到 200 - 此修改可能会影响游戏中的物品合成过程和平衡 --- LogicServer/data/config/Merge/ItemMerge.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LogicServer/data/config/Merge/ItemMerge.config b/LogicServer/data/config/Merge/ItemMerge.config index 5c6d080..2f1612d 100755 --- a/LogicServer/data/config/Merge/ItemMerge.config +++ b/LogicServer/data/config/Merge/ItemMerge.config @@ -2096,7 +2096,7 @@ ItemMergeConfig = { text = "合成", Eid = 11002, second_index = 2, - table = { { id = 843, type = 0, count = 500 }, { id = 4, type = 4, count = 20000 } }, + table = { { id = 843, type = 0, count = 200 }, { id = 4, type = 4, count = 20000 } }, openserverday = 1, level = 1, }, @@ -2107,7 +2107,7 @@ ItemMergeConfig = { text = "合成", Eid = 11003, second_index = 2, - table = { { id = 846, type = 0, count = 500 }, { id = 4, type = 4, count = 30000 } }, + table = { { id = 846, type = 0, count = 300 }, { id = 4, type = 4, count = 30000 } }, openserverday = 1, }, [11004] = { @@ -2118,7 +2118,7 @@ ItemMergeConfig = { Eid = 11004, second_index = 2, openserverday = 1, - table = { { id = 847, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } }, + table = { { id = 847, type = 0, count = 200 }, { id = 4, type = 4, count = 100000 } }, }, [11005] = { circle = 0, @@ -2128,7 +2128,7 @@ ItemMergeConfig = { Eid = 11005, second_index = 2, openserverday = 1, - table = { { id = 844, type = 0, count = 1000 }, { id = 4, type = 4, count = 250000 } }, + table = { { id = 844, type = 0, count = 200 }, { id = 4, type = 4, count = 250000 } }, }, [11006] = { circle = 0, @@ -2138,7 +2138,7 @@ ItemMergeConfig = { Eid = 11006, second_index = 2, openserverday = 1, - table = { { id = 845, type = 0, count = 500 }, { id = 4, type = 4, count = 100000 } }, + table = { { id = 845, type = 0, count = 100 }, { id = 4, type = 4, count = 100000 } }, }, }, [4] = {