config: 更新 ItemMerge 和 shop 配置
- 修改 ItemMerge 配置: - 将 mergelimit 中的 circle 改为 zs,表示转生等级 - 更新 limitTips 文本,使用"转生"代替"转生等级" - 更新 shop 配置: - 修改商品 ID 从 1242 到 1394 - 更改购买限制类型和值,从无限制到转生等级 15 - 更新商品价格,从 188 个第 3 类物品到 100 万个第 4 类物品
This commit is contained in:
@@ -2074,8 +2074,8 @@ ItemMergeConfig = {
|
||||
second_index = 2,
|
||||
openserverday = 1,
|
||||
table = { { id = 845, type = 0, count = 10000 }, { id = 4, type = 4, count = 1000000 } },
|
||||
mergelimit = { office = 23, circle = 15 },
|
||||
limitTips = "转生等级15且官职为5珠亲王以上方可兑换",
|
||||
mergelimit = { office = 23, zs = 15 },
|
||||
limitTips = "转生15且5珠亲王以上方可兑换",
|
||||
},
|
||||
[11001] = {
|
||||
circle = 0,
|
||||
|
||||
@@ -117,12 +117,12 @@ ShopConfig = {
|
||||
shopid = 94,
|
||||
shoptype = 1,
|
||||
Tabshop = 1,
|
||||
shop = { id = 1242, type = 0, count = 1 },
|
||||
shop = { id = 1394, type = 0, count = 1 },
|
||||
statictype = 51,
|
||||
buytype = { { limit = { { value = 0, times = 1 } }, type = 3 } },
|
||||
buytype = { { limit = { { value = 15, times = 1 } }, type = 2 } },
|
||||
daylimit = 0,
|
||||
levellimit = 1,
|
||||
price = { id = 3, type = 3, count = 188 },
|
||||
price = { id = 4, type = 4, count = 1000000 },
|
||||
},
|
||||
},
|
||||
[2] = {
|
||||
|
||||
Reference in New Issue
Block a user