refactor(configs): 调整物品复制数量上限

- 将多个物品的 dup 属性值从 9999 或 999 修改为 99
- 涉及物品 ID:1244、1245、1246、1247、1248、1249
This commit is contained in:
2025-01-13 02:04:00 +08:00
parent a95371f2b3
commit fe317b5114

View File

@@ -66310,7 +66310,7 @@
"existScenes": [-1] "existScenes": [-1]
}, },
"1244": { "1244": {
"dup": 9999, "dup": 99,
"denyDestroy": 1, "denyDestroy": 1,
"forcetips": 1, "forcetips": 1,
"suggVocation": 0, "suggVocation": 0,
@@ -66347,7 +66347,7 @@
"existScenes": [-1] "existScenes": [-1]
}, },
"1245": { "1245": {
"dup": 9999, "dup": 99,
"denyDestroy": 1, "denyDestroy": 1,
"forcetips": 1, "forcetips": 1,
"suggVocation": 0, "suggVocation": 0,
@@ -66384,7 +66384,7 @@
"existScenes": [-1] "existScenes": [-1]
}, },
"1246": { "1246": {
"dup": 999, "dup": 99,
"denyDestroy": 1, "denyDestroy": 1,
"forcetips": 1, "forcetips": 1,
"suggVocation": 0, "suggVocation": 0,
@@ -66421,7 +66421,7 @@
"existScenes": [-1] "existScenes": [-1]
}, },
"1247": { "1247": {
"dup": 999, "dup": 99,
"denyDestroy": 1, "denyDestroy": 1,
"forcetips": 1, "forcetips": 1,
"suggVocation": 0, "suggVocation": 0,
@@ -66458,7 +66458,7 @@
"existScenes": [-1] "existScenes": [-1]
}, },
"1248": { "1248": {
"dup": 999, "dup": 99,
"denyDestroy": 1, "denyDestroy": 1,
"forcetips": 1, "forcetips": 1,
"suggVocation": 0, "suggVocation": 0,
@@ -66495,7 +66495,7 @@
"existScenes": [-1] "existScenes": [-1]
}, },
"1249": { "1249": {
"dup": 999, "dup": 99,
"denyDestroy": 1, "denyDestroy": 1,
"forcetips": 1, "forcetips": 1,
"suggVocation": 0, "suggVocation": 0,