Compare commits
3 Commits
89d5a0eeda
...
cbfbda0fed
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cbfbda0fed | ||
|
|
724291ec51 | ||
|
|
88bde2df69 |
@@ -2022,6 +2022,7 @@
|
||||
},
|
||||
"index": 1,
|
||||
"buttontxt10": "合成10次",
|
||||
"mergebutton10": 1,
|
||||
"mergelimit": {
|
||||
"office": 1
|
||||
},
|
||||
@@ -2029,7 +2030,6 @@
|
||||
"redpointlimit": {
|
||||
"zsLevel": 2
|
||||
},
|
||||
"mergebutton10": 1,
|
||||
"Eid": 112,
|
||||
"second_index": 8,
|
||||
"table": [
|
||||
@@ -2297,6 +2297,8 @@
|
||||
"count": 1
|
||||
},
|
||||
"index": 1,
|
||||
"buttontxt10": "合成10次",
|
||||
"mergebutton10": 1,
|
||||
"mergelimit": {
|
||||
"office": 10
|
||||
},
|
||||
@@ -2328,6 +2330,8 @@
|
||||
"count": 1
|
||||
},
|
||||
"index": 1,
|
||||
"buttontxt10": "合成10次",
|
||||
"mergebutton10": 1,
|
||||
"mergelimit": {
|
||||
"office": 12
|
||||
},
|
||||
@@ -2359,6 +2363,8 @@
|
||||
"count": 1
|
||||
},
|
||||
"index": 1,
|
||||
"buttontxt10": "合成10次",
|
||||
"mergebutton10": 1,
|
||||
"mergelimit": {
|
||||
"office": 15
|
||||
},
|
||||
@@ -2390,6 +2396,8 @@
|
||||
"count": 1
|
||||
},
|
||||
"index": 1,
|
||||
"buttontxt10": "合成10次",
|
||||
"mergebutton10": 1,
|
||||
"mergelimit": {
|
||||
"office": 15
|
||||
},
|
||||
@@ -2421,6 +2429,8 @@
|
||||
"count": 1
|
||||
},
|
||||
"index": 1,
|
||||
"buttontxt10": "合成10次",
|
||||
"mergebutton10": 1,
|
||||
"mergelimit": {
|
||||
"office": 23
|
||||
},
|
||||
@@ -2452,6 +2462,8 @@
|
||||
"count": 1
|
||||
},
|
||||
"index": 1,
|
||||
"buttontxt10": "合成10次",
|
||||
"mergebutton10": 1,
|
||||
"mergelimit": {
|
||||
"office": 28
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -7,9 +7,9 @@ const scope = [
|
||||
"Monster",
|
||||
"ItemMergeConfig",
|
||||
"MergeConfig",
|
||||
"NpcTransConf"
|
||||
// "NpcTransConf"
|
||||
// "MergeTotal", "RecyclingSettingConfig", "UpstarConfig",
|
||||
];
|
||||
].filter(Boolean);
|
||||
const strKey = (key) => (isNaN(key) ? `${key}` : `[${key}]`);
|
||||
function jsonToLua(jsonObj, indent = "", linefeed = "\n") {
|
||||
let luaStr = "";
|
||||
|
||||
Reference in New Issue
Block a user