feat(ItemMergeConfig): 优化合成配置并添加新功能
- 为多个物品合并配置添加了"合成10次"按钮文本 - 在多个配置中添加了 mergebutton10 字段,支持合成10次功能 - 调整了部分配置的结构,优化了可读性和可维护性
This commit is contained in:
@@ -2022,6 +2022,7 @@
|
|||||||
},
|
},
|
||||||
"index": 1,
|
"index": 1,
|
||||||
"buttontxt10": "合成10次",
|
"buttontxt10": "合成10次",
|
||||||
|
"mergebutton10": 1,
|
||||||
"mergelimit": {
|
"mergelimit": {
|
||||||
"office": 1
|
"office": 1
|
||||||
},
|
},
|
||||||
@@ -2029,7 +2030,6 @@
|
|||||||
"redpointlimit": {
|
"redpointlimit": {
|
||||||
"zsLevel": 2
|
"zsLevel": 2
|
||||||
},
|
},
|
||||||
"mergebutton10": 1,
|
|
||||||
"Eid": 112,
|
"Eid": 112,
|
||||||
"second_index": 8,
|
"second_index": 8,
|
||||||
"table": [
|
"table": [
|
||||||
@@ -2297,6 +2297,8 @@
|
|||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"index": 1,
|
"index": 1,
|
||||||
|
"buttontxt10": "合成10次",
|
||||||
|
"mergebutton10": 1,
|
||||||
"mergelimit": {
|
"mergelimit": {
|
||||||
"office": 10
|
"office": 10
|
||||||
},
|
},
|
||||||
@@ -2328,6 +2330,8 @@
|
|||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"index": 1,
|
"index": 1,
|
||||||
|
"buttontxt10": "合成10次",
|
||||||
|
"mergebutton10": 1,
|
||||||
"mergelimit": {
|
"mergelimit": {
|
||||||
"office": 12
|
"office": 12
|
||||||
},
|
},
|
||||||
@@ -2359,6 +2363,8 @@
|
|||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"index": 1,
|
"index": 1,
|
||||||
|
"buttontxt10": "合成10次",
|
||||||
|
"mergebutton10": 1,
|
||||||
"mergelimit": {
|
"mergelimit": {
|
||||||
"office": 15
|
"office": 15
|
||||||
},
|
},
|
||||||
@@ -2390,6 +2396,8 @@
|
|||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"index": 1,
|
"index": 1,
|
||||||
|
"buttontxt10": "合成10次",
|
||||||
|
"mergebutton10": 1,
|
||||||
"mergelimit": {
|
"mergelimit": {
|
||||||
"office": 15
|
"office": 15
|
||||||
},
|
},
|
||||||
@@ -2421,6 +2429,8 @@
|
|||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"index": 1,
|
"index": 1,
|
||||||
|
"buttontxt10": "合成10次",
|
||||||
|
"mergebutton10": 1,
|
||||||
"mergelimit": {
|
"mergelimit": {
|
||||||
"office": 23
|
"office": 23
|
||||||
},
|
},
|
||||||
@@ -2452,6 +2462,8 @@
|
|||||||
"count": 1
|
"count": 1
|
||||||
},
|
},
|
||||||
"index": 1,
|
"index": 1,
|
||||||
|
"buttontxt10": "合成10次",
|
||||||
|
"mergebutton10": 1,
|
||||||
"mergelimit": {
|
"mergelimit": {
|
||||||
"office": 28
|
"office": 28
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user