From 53d3e0b443910eabeec94f6aa92f456d045a2c4e Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 24 Jan 2025 10:59:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E6=B7=BB=E5=8A=A0=E7=83=9B?= =?UTF-8?q?=E9=BE=99=E6=97=A5=E6=9C=88=E4=BD=A9=E5=90=88=E6=88=90=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E5=8F=8A=E7=89=A9=E5=93=81=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 ItemMergeConfig.json 中添加烛龙日月佩的合成配置 - 在 StdItems.json 中添加烛龙日月佩的物品属性 - 优化配置文件格式,调整部分缩进和换行 --- configs/ItemMergeConfig.json | 21 ++++++++++++++++++--- configs/StdItems.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 3 deletions(-) diff --git a/configs/ItemMergeConfig.json b/configs/ItemMergeConfig.json index ef0077b..83bc6e3 100644 --- a/configs/ItemMergeConfig.json +++ b/configs/ItemMergeConfig.json @@ -4129,6 +4129,21 @@ "openDay": 85 }, "redpoint": 1 + }, + "3101": { + "circle": 0, + "compose": { "id": 1388, "type": 0, "count": 1 }, + "index": 3, + "text": "合成", + "Eid": 3101, + "second_index": 1, + "table": [ + { "id": 1268, "type": 0, "count": 5 }, + { "id": 1269, "type": 0, "count": 5 }, + { "id": 4, "type": 4, "count": 10000 } + ], + "level": 1, + "redpoint": 1 } }, "2": { @@ -4499,8 +4514,8 @@ ] } }, - "4":{ - "3401":{ + "4": { + "3401": { "circle": 1, "compose": { "id": 13, @@ -4523,7 +4538,7 @@ "openserverday": 1, "level": 1 }, - "3402":{ + "3402": { "circle": 1, "compose": { "id": 13, diff --git a/configs/StdItems.json b/configs/StdItems.json index 2fff618..d7a1f63 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -48095,5 +48095,41 @@ "time": 0, "trade": 1, "type": 2 + }, + "1388": { + "cdTime": 0, + "colGroup": 0, + "conds": [{ "cond": 6, "value": 1 }], + "dealPrice": 10, + "dealType": 0, + "denyDestroy": 1, + "desc": "带有烛龙的日月图案,象征烛龙的掌控之力,山海经套装之一", + "dropBroadcast": -1, + "dropEffect": 11, + "dup": 0, + "existScenes": [-1], + "icon": 13734, + "id": 1388, + "itemEff": 5, + "itemlevel": 250, + "itemlvl": 3, + "name": "烛龙日月佩", + "packageType": 1, + "recordLog": 1, + "recoverView": [{ "count": 1, "id": 1319, "rate": 100, "type": 0 }], + "recoverid": 150091, + "shape": 0, + "showQuality": 5, + "staitcAttrs": [ + { "type": 81, "value": 3000 }, + { "type": 6, "value": 3000 }, + { "type": 70, "value": 2000 }, + { "type": 75, "value": 1500 } + ], + "suggVocation": 0, + "suitId": 0, + "time": 0, + "trade": 1, + "type": 16 } }