From 1c414a5f8c984f5189a15673f4cbe1d1f9adfde7 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Thu, 17 Apr 2025 14:41:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(configs):=20=E6=9B=B4=E6=96=B0=20StdItems.?= =?UTF-8?q?json=20=E9=81=93=E5=85=B7=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将道具 id 为 36303 的可叠加数量从 0 修改为 9999 - 新增道具 id 为 1395 的"天赐机缘盒"配置项 --- configs/StdItems.json | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/configs/StdItems.json b/configs/StdItems.json index d5ff522..f6509e0 100644 --- a/configs/StdItems.json +++ b/configs/StdItems.json @@ -36303,7 +36303,7 @@ "desc": "该道具不可交易,开服第8天可以开启。使用后立即返还5元宝、并随机抽取一件永久时装!包含红玫瑰、紫玫瑰、黄金裁决、黄金屠龙、黄金嗜魂、黄金羽扇", "dropBroadcast": 0, "dropGroupid": 151016, - "dup": 0, + "dup": 9999, "existScenes": [-1], "fashionTips": "bx_show_001", "icon": 13532, @@ -48382,5 +48382,37 @@ "time": 0, "trade": 3, "type": 131 + }, + "1395": { + "cdTime": 0, + "colGroup": 0, + "conds": [], + "dealPrice": 10, + "dealType": 0, + "denyDeal": 1, + "denyDestroy": 1, + "denySell": 1, + "desc": "打开后随机获得三阶魔器中的任意一件,获得随机奖励", + "dropBroadcast": 0, + "dropGroupid": 100881, + "dup": 9999, + "existScenes": [-1], + "icon": 13509, + "id": 1395, + "isShowUseBtn": 1, + "iseffect": 127, + "itemlvl": 3, + "name": "天赐机缘盒", + "packageType": 2, + "recordLog": 1, + "recoverid": 0, + "shape": 0, + "showQuality": 5, + "staitcAttrs": [], + "suggVocation": 0, + "suitId": 0, + "time": 0, + "trade": 3, + "type": 131 } }