refactor(configs): 调整道具合并配置和商店配置

- 修改 ItemMergeConfig.json 中的 mergelimit 字段,将 circle 改为 zs
- 更新 ShopConfig.json 中的商品 ID、价格和限制条件
This commit is contained in:
2025-02-12 23:42:37 +08:00
parent e3fdac04bc
commit 56bea22ff3
2 changed files with 7 additions and 7 deletions

View File

@@ -2481,7 +2481,7 @@
{ "id": 845, "type": 0, "count": 10000 }, { "id": 845, "type": 0, "count": 10000 },
{ "id": 4, "type": 4, "count": 1000000 } { "id": 4, "type": 4, "count": 1000000 }
], ],
"mergelimit": { "office": 23, "circle": 15 }, "mergelimit": { "office": 23, "zs": 15 },
"limitTips": "转生15且5珠亲王以上方可兑换" "limitTips": "转生15且5珠亲王以上方可兑换"
} }
}, },

View File

@@ -214,7 +214,7 @@
"shoptype": 1, "shoptype": 1,
"Tabshop": 1, "Tabshop": 1,
"shop": { "shop": {
"id": 1242, "id": 1394,
"type": 0, "type": 0,
"count": 1 "count": 1
}, },
@@ -223,19 +223,19 @@
{ {
"limit": [ "limit": [
{ {
"value": 0, "value": 15,
"times": 1 "times": 1
} }
], ],
"type": 3 "type": 2
} }
], ],
"daylimit": 0, "daylimit": 0,
"levellimit": 1, "levellimit": 1,
"price": { "price": {
"id": 3, "id":4,
"type": 3, "type": 4,
"count": 188 "count": 1000000
} }
} }
}, },