From 4b022cde3784997bc6cffded91e21776dc85c02b Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Wed, 12 Feb 2025 23:00:57 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=96=B0=E5=A2=9E=E5=90=88?= =?UTF-8?q?=E6=88=90=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 ItemMergeConfig.json 中添加了新的合成配置项,ID 为 3301 - 新增配置项包括合成条件、产出物品及限制条件等信息 - 此次更新增加了合成产出的多样性和游戏内兑换的限制条件 --- configs/ItemMergeConfig.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index 0c0c5ac..48e0eb6 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -2468,6 +2468,21 @@ { "id": 845, "type": 0, "count": 100 }, { "id": 4, "type": 4, "count": 100000 } ] + }, + "3301": { + "circle": 0, + "compose": { "id": 1394, "type": 0, "count": 1 }, + "index": 1, + "text": "合成", + "Eid": 3301, + "second_index": 2, + "openserverday": 1, + "table": [ + { "id": 845, "type": 0, "count": 10000 }, + { "id": 4, "type": 4, "count": 1000000 } + ], + "mergelimit": { "office": 23, "circle": 15 }, + "limitTips": "转生等级15且官职为5珠亲王以上方可兑换" } }, "4": {