From e1e6e2b515c144b540322b0c0e4e87d0131efeb8 Mon Sep 17 00:00:00 2001 From: kubbo <390378816@qq.com> Date: Sat, 4 Jan 2025 22:26:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(shop):=20=E8=B0=83=E6=95=B4=E9=81=93?= =?UTF-8?q?=E5=85=B7=E4=BB=B7=E6=A0=BC=E5=92=8C=E8=B4=AD=E4=B9=B0=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将道具 1059、1060、1061 和 1062 的价格从 60 调整为 600 - 移除了道具 1062 的购买类型限制 --- LogicServer/data/config/shop/shop.config | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/LogicServer/data/config/shop/shop.config b/LogicServer/data/config/shop/shop.config index 28fffda..efab4cd 100755 --- a/LogicServer/data/config/shop/shop.config +++ b/LogicServer/data/config/shop/shop.config @@ -1795,7 +1795,7 @@ ShopConfig={ Tabshop = 7, shopid = 95, shop = {type=0,id=1059,count=1}, - price = {type=3,id=3,count=60}, + price = {type=3,id=3,count=600}, levellimit = 1, reincarnationlimit = 0, daylimit = 0, @@ -1808,7 +1808,7 @@ ShopConfig={ Tabshop = 7, shopid = 96, shop = {type=0,id=1060,count=1}, - price = {type=3,id=3,count=60}, + price = {type=3,id=3,count=600}, levellimit = 1, reincarnationlimit = 0, daylimit = 0, @@ -1821,7 +1821,7 @@ ShopConfig={ Tabshop = 7, shopid = 97, shop = {type=0,id=1061,count=1}, - price = {type=3,id=3,count=60}, + price = {type=3,id=3,count=600}, levellimit = 1, reincarnationlimit = 0, daylimit = 0, @@ -1834,11 +1834,10 @@ ShopConfig={ Tabshop = 7, shopid = 98, shop = {type=0,id=1062,count=1}, - price = {type=3,id=3,count=60}, + price = {type=3,id=3,count=600}, levellimit = 1, reincarnationlimit = 0, daylimit = 0, - buytype = {{type=3,limit={{value=0,times=3}}}}, statictype = 55, batchbuy = 1, Maxbatchbuy = 999,