feat(config): 更新月卡配置和商城商品

- 重新组织月卡配置结构,增加新字段如 Ybprice、ViewType 等
- 更新月卡奖励和购买条件
- 调整商城商品价格:
  - shopid 1 的商品价格从 100 降至 5
  - shopid 93 的商品价格从 88 增至 500
  - shopid 120 的商品价格从 188 增至 88888
This commit is contained in:
2025-05-18 16:17:51 +08:00
parent 403b49453e
commit 8cf19dc965
2 changed files with 166 additions and 105 deletions

View File

@@ -6,7 +6,7 @@ ShopConfig = {
shopid = 1,
shoptype = 1,
Tabshop = 1,
shop = { id = 4, type = 4, count = 100 },
shop = { id = 4, type = 4, count = 5 },
buytype = {},
daylimit = 0,
levellimit = 1,
@@ -110,7 +110,7 @@ ShopConfig = {
buytype = {},
daylimit = 0,
levellimit = 1,
price = { id = 4, type = 4, count = 88 },
price = { id = 4, type = 4, count = 500 },
},
[94] = {
reincarnationlimit = 0,
@@ -122,7 +122,7 @@ ShopConfig = {
buytype = { { limit = { { value = 0, times = 1 } }, type = 3 } },
daylimit = 0,
levellimit = 1,
price = { id = 3, type = 3, count = 188 },
price = { id = 3, type = 3, count = 88888 },
},
},
[2] = {