refactor(configs): 调整道具合并配置和商店配置
- 修改 ItemMergeConfig.json 中的 mergelimit 字段,将 circle 改为 zs - 更新 ShopConfig.json 中的商品 ID、价格和限制条件
This commit is contained in:
@@ -2481,7 +2481,7 @@
|
||||
{ "id": 845, "type": 0, "count": 10000 },
|
||||
{ "id": 4, "type": 4, "count": 1000000 }
|
||||
],
|
||||
"mergelimit": { "office": 23, "circle": 15 },
|
||||
"mergelimit": { "office": 23, "zs": 15 },
|
||||
"limitTips": "转生15且5珠亲王以上方可兑换"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -214,7 +214,7 @@
|
||||
"shoptype": 1,
|
||||
"Tabshop": 1,
|
||||
"shop": {
|
||||
"id": 1242,
|
||||
"id": 1394,
|
||||
"type": 0,
|
||||
"count": 1
|
||||
},
|
||||
@@ -223,19 +223,19 @@
|
||||
{
|
||||
"limit": [
|
||||
{
|
||||
"value": 0,
|
||||
"value": 15,
|
||||
"times": 1
|
||||
}
|
||||
],
|
||||
"type": 3
|
||||
"type": 2
|
||||
}
|
||||
],
|
||||
"daylimit": 0,
|
||||
"levellimit": 1,
|
||||
"price": {
|
||||
"id": 3,
|
||||
"type": 3,
|
||||
"count": 188
|
||||
"id":4,
|
||||
"type": 4,
|
||||
"count": 1000000
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user