feat(config): 更新月卡和商店配置
- 调整月卡消费数量,降低部分等级的消费门槛 - 修改商店商品数量,增加某些商品的可购买量 - 更新 json2lua 工具,添加 MonthCardConfig 的处理
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"shop": {
|
||||
"id": 4,
|
||||
"type": 4,
|
||||
"count": 100
|
||||
"count": 5
|
||||
},
|
||||
"buytype": [],
|
||||
"daylimit": 0,
|
||||
@@ -205,7 +205,7 @@
|
||||
"price": {
|
||||
"id": 4,
|
||||
"type": 4,
|
||||
"count": 88
|
||||
"count": 500
|
||||
}
|
||||
},
|
||||
"94": {
|
||||
@@ -235,7 +235,7 @@
|
||||
"price": {
|
||||
"id": 3,
|
||||
"type": 3,
|
||||
"count": 188
|
||||
"count": 88888
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user