diff --git a/shared/resource/jsons/dic_zyz_shop.json b/shared/resource/jsons/dic_zyz_shop.json index 5e4951fd6..221e17e17 100644 --- a/shared/resource/jsons/dic_zyz_shop.json +++ b/shared/resource/jsons/dic_zyz_shop.json @@ -1009,7 +1009,7 @@ "goodid": 50001, "goodname": "蓝品图纸", "shop": 7, - "type": 5, + "type": 11, "guildlvlimit": "&", "lvlimit": 0, "purchaselimit": 9999, @@ -1024,7 +1024,7 @@ "goodid": 50002, "goodname": "紫品图纸", "shop": 7, - "type": 5, + "type": 11, "guildlvlimit": "&", "lvlimit": 0, "purchaselimit": 9999, @@ -1039,7 +1039,7 @@ "goodid": 50003, "goodname": "橙品图纸", "shop": 7, - "type": 5, + "type": 11, "guildlvlimit": "&", "lvlimit": 0, "purchaselimit": 9999, @@ -1054,7 +1054,7 @@ "goodid": 50004, "goodname": "红品图纸", "shop": 7, - "type": 10, + "type": 11, "guildlvlimit": "&", "lvlimit": 0, "purchaselimit": 9999, @@ -1069,7 +1069,7 @@ "goodid": 50005, "goodname": "金品图纸", "shop": 7, - "type": 10, + "type": 11, "guildlvlimit": "&", "lvlimit": 0, "purchaselimit": 9999, diff --git a/shared/resource/jsons/dic_zyz_shopList.json b/shared/resource/jsons/dic_zyz_shopList.json index 554469210..efeaaf9d4 100644 --- a/shared/resource/jsons/dic_zyz_shopList.json +++ b/shared/resource/jsons/dic_zyz_shopList.json @@ -3,7 +3,7 @@ "shopid": 1, "shopname": "元宝商店", "shopicon": "shoptubiaozi_yuanbaoshangdian", - "typeid": "5&2", + "typeid": "5&", "moneyid": "31001&31002", "openLimit": "1&" }, @@ -43,16 +43,16 @@ "shopid": 6, "shopname": "寻宝商店", "shopicon": "shoptubiaozi_xunbao", - "typeid": "11&12&13&14&15", - "moneyid": "31002&40002", - "openLimit": "0&108" + "typeid": "3&5", + "moneyid": "40002&", + "openLimit": "20&" }, { "shopid": 7, "shopname": "秘境商店", "shopicon": "shoptubiaozi_mijing", - "typeid": "3&5", - "moneyid": "31002&40007", + "typeid": "2&11", + "moneyid": "40007&", "openLimit": "0&110" }, { diff --git a/shared/resource/jsons/dic_zyz_shoptype.json b/shared/resource/jsons/dic_zyz_shoptype.json index 566e99454..ec63ec79b 100644 --- a/shared/resource/jsons/dic_zyz_shoptype.json +++ b/shared/resource/jsons/dic_zyz_shoptype.json @@ -37,22 +37,6 @@ }, { "typeid": 11, - "name": "蓝品图纸" - }, - { - "typeid": 12, - "name": "紫品图纸" - }, - { - "typeid": 13, - "name": "橙品图纸" - }, - { - "typeid": 14, - "name": "红品图纸" - }, - { - "typeid": 15, - "name": "金品图纸" + "name": "图纸" } ] \ No newline at end of file