From 65f32f2738df1d219d9880fcb7f14192cdf7249a Mon Sep 17 00:00:00 2001 From: jingyushiwo <751360932@qq.com> Date: Mon, 8 Aug 2022 17:51:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=BA=97=EF=BC=9A=E5=95=86=E5=93=81ty?= =?UTF-8?q?pe=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/resource/jsons/dic_zyz_shop.json | 10 +++++----- shared/resource/jsons/dic_zyz_shopList.json | 2 +- shared/resource/jsons/dic_zyz_shopType.json | 8 ++++++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/shared/resource/jsons/dic_zyz_shop.json b/shared/resource/jsons/dic_zyz_shop.json index 7c3ad7ce3..4151c1a41 100644 --- a/shared/resource/jsons/dic_zyz_shop.json +++ b/shared/resource/jsons/dic_zyz_shop.json @@ -1245,7 +1245,7 @@ "goodId": 50001, "goodName": "下品装备图纸", "shop": 7, - "type": 11, + "type": 20, "guildLvLimit": 0, "lvLimit": 0, "ranklimit": 0, @@ -1262,7 +1262,7 @@ "goodId": 50002, "goodName": "中品装备图纸", "shop": 7, - "type": 11, + "type": 20, "guildLvLimit": 0, "lvLimit": 0, "ranklimit": 0, @@ -1279,7 +1279,7 @@ "goodId": 50003, "goodName": "上品装备图纸", "shop": 7, - "type": 11, + "type": 20, "guildLvLimit": 0, "lvLimit": 0, "ranklimit": 0, @@ -1296,7 +1296,7 @@ "goodId": 50004, "goodName": "极品装备图纸", "shop": 7, - "type": 11, + "type": 20, "guildLvLimit": 0, "lvLimit": 0, "ranklimit": 0, @@ -1313,7 +1313,7 @@ "goodId": 50005, "goodName": "圣品装备图纸", "shop": 7, - "type": 11, + "type": 20, "guildLvLimit": 0, "lvLimit": 0, "ranklimit": 0, diff --git a/shared/resource/jsons/dic_zyz_shopList.json b/shared/resource/jsons/dic_zyz_shopList.json index 470feaa26..2b521d561 100644 --- a/shared/resource/jsons/dic_zyz_shopList.json +++ b/shared/resource/jsons/dic_zyz_shopList.json @@ -51,7 +51,7 @@ "shopid": 7, "shopname": "秘境商店", "shopicon": "shoptubiaozi_mijing", - "typeid": "2&11", + "typeid": "2&20", "moneyid": "40007&", "openLimit": "0&110" }, diff --git a/shared/resource/jsons/dic_zyz_shopType.json b/shared/resource/jsons/dic_zyz_shopType.json index ecc4a3a6a..9e5a24ae8 100644 --- a/shared/resource/jsons/dic_zyz_shopType.json +++ b/shared/resource/jsons/dic_zyz_shopType.json @@ -150,5 +150,13 @@ "shop": 6, "isLimit": 0, "openLimit": "&" + }, + { + "id": 20, + "typeid": 20, + "name": "图纸", + "shop": 7, + "isLimit": 0, + "openLimit": "&" } ] \ No newline at end of file