fix(configs): 调整物品使用次数限制

- 修改 StdItems.json 文件中物品类型 13 的使用次数限制
- 将物品类型 13 的使用次数从 1200 次降低到 120 次
- 此修改旨在平衡游戏内物品的使用频率和效果
This commit is contained in:
2025-02-12 22:35:15 +08:00
parent 3de79cc1fa
commit d7bfd860dc

View File

@@ -40536,7 +40536,7 @@
{ "type": 19, "value": 120 },
{ "type": 17, "value": 120 },
{ "type": 15, "value": 120 },
{ "type": 13, "value": 1200 },
{ "type": 13, "value": 120 },
{ "type": 11, "value": 120 },
{ "type": 9, "value": 120 }
],