refactor(shop): 移除商品购买类型中的无用配置

- 从 ShopConfig.json 中删除了多个商品的 buytype 配置项
- 删除的配置类型为 3,限制玩家购买次数为 3 次
- 受影响的商品静态类型包括 52、53、54 和 55
This commit is contained in:
2025-01-04 22:08:12 +08:00
parent 1328e9a2eb
commit 4cd05a205c

View File

@@ -3531,15 +3531,6 @@
},
"statictype": 52,
"buytype": [
{
"limit": [
{
"value": 0,
"times": 3
}
],
"type": 3
}
],
"daylimit": 0,
"levellimit": 1,
@@ -3563,15 +3554,6 @@
},
"statictype": 53,
"buytype": [
{
"limit": [
{
"value": 0,
"times": 3
}
],
"type": 3
}
],
"daylimit": 0,
"levellimit": 1,
@@ -3595,15 +3577,6 @@
},
"statictype": 54,
"buytype": [
{
"limit": [
{
"value": 0,
"times": 3
}
],
"type": 3
}
],
"daylimit": 0,
"levellimit": 1,
@@ -3627,15 +3600,6 @@
},
"statictype": 55,
"buytype": [
{
"limit": [
{
"value": 0,
"times": 3
}
],
"type": 3
}
],
"daylimit": 0,
"levellimit": 1,