From 4d065bde3c4b21234ade32767d938a2aa0b22e4e Mon Sep 17 00:00:00 2001 From: yzh Date: Sat, 9 Sep 2023 18:16:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E5=80=BC=EF=BC=9A=E5=95=86=E5=BA=97?= =?UTF-8?q?=E8=A1=A8=E5=A2=9E=E5=8A=A0=E8=8B=B1=E7=81=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/resource/jsons/dic_zyz_shop.json | 76 +++++++++++++++++++++ shared/resource/jsons/dic_zyz_shopList.json | 8 +++ shared/resource/jsons/dic_zyz_shopType.json | 8 +++ 3 files changed, 92 insertions(+) diff --git a/shared/resource/jsons/dic_zyz_shop.json b/shared/resource/jsons/dic_zyz_shop.json index 2c4be49f2..ec615ff1d 100644 --- a/shared/resource/jsons/dic_zyz_shop.json +++ b/shared/resource/jsons/dic_zyz_shop.json @@ -2905,5 +2905,81 @@ "indirectId": 0, "vipPurchaseLimit": 0, "seasonNum": 0 + }, + { + "id": 9401, + "goodId": 110066, + "goodName": "马超", + "num": 1, + "shop": 9, + "type": 22, + "guildLvLimit": 0, + "lvLimit": 0, + "ranklimit": 0, + "purchaseLimit": 20, + "refreshType": 2, + "money": 40020, + "price": "1&540", + "chosen": 0, + "indirectId": 0, + "vipPurchaseLimit": 0, + "seasonNum": 0 + }, + { + "id": 9402, + "goodId": 110067, + "goodName": "阿丽雅", + "num": 1, + "shop": 9, + "type": 22, + "guildLvLimit": 0, + "lvLimit": 0, + "ranklimit": 0, + "purchaseLimit": 20, + "refreshType": 2, + "money": 40020, + "price": "1&540", + "chosen": 0, + "indirectId": 0, + "vipPurchaseLimit": 0, + "seasonNum": 0 + }, + { + "id": 9403, + "goodId": 110029, + "goodName": "张星彩", + "num": 1, + "shop": 9, + "type": 22, + "guildLvLimit": 0, + "lvLimit": 0, + "ranklimit": 0, + "purchaseLimit": 20, + "refreshType": 2, + "money": 40020, + "price": "1&540", + "chosen": 0, + "indirectId": 0, + "vipPurchaseLimit": 0, + "seasonNum": 0 + }, + { + "id": 9404, + "goodId": 110043, + "goodName": "鲁肃", + "num": 1, + "shop": 9, + "type": 22, + "guildLvLimit": 0, + "lvLimit": 0, + "ranklimit": 0, + "purchaseLimit": 20, + "refreshType": 2, + "money": 40020, + "price": "1&540", + "chosen": 0, + "indirectId": 0, + "vipPurchaseLimit": 0, + "seasonNum": 0 } ] \ No newline at end of file diff --git a/shared/resource/jsons/dic_zyz_shopList.json b/shared/resource/jsons/dic_zyz_shopList.json index c1ae652a9..d97361585 100644 --- a/shared/resource/jsons/dic_zyz_shopList.json +++ b/shared/resource/jsons/dic_zyz_shopList.json @@ -62,5 +62,13 @@ "typeid": "9&10", "moneyid": "40011&", "openLimit": "&" + }, + { + "shopid": 9, + "shopname": "英灵商店", + "shopicon": "shoptubiaozi_jianghun", + "typeid": "22&", + "moneyid": "40020&", + "openLimit": "53&" } ] \ No newline at end of file diff --git a/shared/resource/jsons/dic_zyz_shopType.json b/shared/resource/jsons/dic_zyz_shopType.json index 451983e0e..b19243a15 100644 --- a/shared/resource/jsons/dic_zyz_shopType.json +++ b/shared/resource/jsons/dic_zyz_shopType.json @@ -166,5 +166,13 @@ "shop": 2, "isLimit": 0, "openLimit": "50&" + }, + { + "id": 22, + "typeid": 22, + "name": "英灵", + "shop": 9, + "isLimit": 0, + "openLimit": "53&" } ] \ No newline at end of file