diff --git a/game-server/app/services/equipService.ts b/game-server/app/services/equipService.ts index 2810d0b69..917da8a33 100644 --- a/game-server/app/services/equipService.ts +++ b/game-server/app/services/equipService.ts @@ -25,36 +25,32 @@ export function getRandSeResult(id: number, randSe: RandSe[], originSe: RandSe[] } let newSeid = nextRandEffect? nextRandEffect.id: seid; newRandSe.push(getJewelRandSe(id, newSeid)); - chosen.push(seid); + chosen.push(newSeid); startId++; } - if(originId) { // 天晶继承的原天晶 - for (let i = startId; i < randSe.length; i++) { - newRandSe.push(randSe[i]); - } - } else { // 洗练 - let randomResult: number[] = getRandEelm(randomEffect.filter(cur => !chosen.includes(cur)), effectCount); // 随机出的结果 - if(randomResult.length < effectCount) { // 去上轮之后不够,把上轮加入 - let chosenRandom = getRandEelm(chosen, effectCount - randomResult.length); - randomResult.push(...chosenRandom); - } - if(randomResult.length < effectCount) { // 还是不够 - let allRandom = getRandEelm(randomEffect, effectCount - randomResult.length); - randomResult.push(...allRandom); - } - - for (let i = startId; i < effectCount; i++) { - if(randSe[i]) { - if(randSe[i] && randSe[i].locked) { - newRandSe.push(randSe[i]); - } else { - newRandSe.push(getJewelRandSe(randSe[i].id, randomResult[i])); - } + let randomResult: number[] = getRandEelm(randomEffect.filter(cur => !chosen.includes(cur)), effectCount); // 随机出的结果 + if(randomResult.length < effectCount) { // 去上轮之后不够,把上轮加入 + let chosenRandom = getRandEelm(chosen, effectCount - randomResult.length); + randomResult.push(...chosenRandom); + } + if(randomResult.length < effectCount) { // 还是不够 + let allRandom = getRandEelm(randomEffect, effectCount - randomResult.length); + randomResult.push(...allRandom); + } + + console.log('##### getRandSeResult', startId, effectCount) + + for (let i = startId; i < effectCount; i++) { + if(randSe[i]) { + if(randSe[i] && randSe[i].locked) { + newRandSe.push(randSe[i]); } else { - newRandSe.push(getJewelRandSe(i + 1, randomResult[i])); + newRandSe.push(getJewelRandSe(randSe[i].id, randomResult[i])); } - } + } else { + newRandSe.push(getJewelRandSe(i + 1, randomResult[i])); + } } return newRandSe diff --git a/shared/resource/jsons/dic_zyz_randomEffectPool.json b/shared/resource/jsons/dic_zyz_randomEffectPool.json index a127e6911..d689db4e1 100644 --- a/shared/resource/jsons/dic_zyz_randomEffectPool.json +++ b/shared/resource/jsons/dic_zyz_randomEffectPool.json @@ -11,7 +11,8 @@ "gap": 1, "planId": "&", "info": "物攻", - "comment": "物攻提高" + "comment": "物攻提高", + "__EMPTY": 0 }, { "id": 2, @@ -25,7 +26,8 @@ "gap": 1, "planId": "&", "info": "生命", - "comment": "生命值提高" + "comment": "生命值提高", + "__EMPTY": 0 }, { "id": 4, @@ -39,7 +41,8 @@ "gap": 1, "planId": "&", "info": "物防", - "comment": "物防提高" + "comment": "物防提高", + "__EMPTY": 0 }, { "id": 5, @@ -53,7 +56,8 @@ "gap": 1, "planId": "&", "info": "策防", - "comment": "策防提高" + "comment": "策防提高", + "__EMPTY": 0 }, { "id": 8, @@ -67,7 +71,8 @@ "gap": 1, "planId": "&", "info": "物攻", - "comment": "物攻提高" + "comment": "物攻提高", + "__EMPTY": 0 }, { "id": 9, @@ -81,7 +86,8 @@ "gap": 1, "planId": "&", "info": "生命", - "comment": "生命值提高" + "comment": "生命值提高", + "__EMPTY": 0 }, { "id": 10, @@ -95,7 +101,8 @@ "gap": 1, "planId": "&", "info": "策攻", - "comment": "策攻提高" + "comment": "策攻提高", + "__EMPTY": 0 }, { "id": 11, @@ -109,7 +116,8 @@ "gap": 1, "planId": "&", "info": "物防", - "comment": "物防提高" + "comment": "物防提高", + "__EMPTY": 0 }, { "id": 12, @@ -123,7 +131,8 @@ "gap": 1, "planId": "&", "info": "策防", - "comment": "策防提高" + "comment": "策防提高", + "__EMPTY": 0 }, { "id": 15, @@ -137,7 +146,8 @@ "gap": 1, "planId": "&", "info": "移动", - "comment": "移动提高" + "comment": "移动提高", + "__EMPTY": 0 }, { "id": 16, @@ -151,7 +161,8 @@ "gap": 1, "planId": "&", "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 17, @@ -165,7 +176,8 @@ "gap": 1, "planId": "&", "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 18, @@ -179,7 +191,8 @@ "gap": 1, "planId": "&", "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 19, @@ -193,7 +206,8 @@ "gap": 1, "planId": "&", "info": "暴击等级", - "comment": "暴击等级提高" + "comment": "暴击等级提高", + "__EMPTY": 0 }, { "id": 24, @@ -207,7 +221,8 @@ "gap": 1, "planId": "&", "info": "生命", - "comment": "生命值提高" + "comment": "生命值提高", + "__EMPTY": 0 }, { "id": 25, @@ -221,7 +236,8 @@ "gap": 1, "planId": "&", "info": "物攻", - "comment": "物攻提高" + "comment": "物攻提高", + "__EMPTY": 0 }, { "id": 90010, @@ -235,12 +251,13 @@ "gap": 1, "planId": 90010, "info": "生命", - "comment": "生命百分比提高" + "comment": "生命百分比提高", + "__EMPTY": 0 }, { "id": 90011, "type": 2, - "group": 90011, + "group": 90010, "level": 2, "gainValue": "1&0", "index": 2, @@ -249,12 +266,13 @@ "gap": 1, "planId": 90011, "info": "生命", - "comment": "生命百分比提高" + "comment": "生命百分比提高", + "__EMPTY": 0 }, { "id": 90012, "type": 2, - "group": 90012, + "group": 90010, "level": 3, "gainValue": "1&0", "index": 2, @@ -263,12 +281,13 @@ "gap": 1, "planId": 90012, "info": "生命", - "comment": "生命百分比提高" + "comment": "生命百分比提高", + "__EMPTY": 0 }, { "id": 90013, "type": 2, - "group": 90013, + "group": 90010, "level": 4, "gainValue": "1&0", "index": 2, @@ -277,12 +296,13 @@ "gap": 1, "planId": 90013, "info": "生命", - "comment": "生命百分比提高" + "comment": "生命百分比提高", + "__EMPTY": 0 }, { "id": 90014, "type": 2, - "group": 90014, + "group": 90010, "level": 5, "gainValue": "1&0", "index": 2, @@ -291,12 +311,13 @@ "gap": 1, "planId": 90014, "info": "生命", - "comment": "生命百分比提高" + "comment": "生命百分比提高", + "__EMPTY": 0 }, { "id": 90015, "type": 2, - "group": 90015, + "group": 90010, "level": 6, "gainValue": "1&0", "index": 2, @@ -305,12 +326,13 @@ "gap": 1, "planId": 90015, "info": "生命", - "comment": "生命百分比提高" + "comment": "生命百分比提高", + "__EMPTY": 0 }, { "id": 90016, "type": 2, - "group": 90016, + "group": 90010, "level": 7, "gainValue": "1&0", "index": 2, @@ -319,12 +341,13 @@ "gap": 1, "planId": 90016, "info": "生命", - "comment": "生命百分比提高" + "comment": "生命百分比提高", + "__EMPTY": 0 }, { "id": 90017, "type": 2, - "group": 90017, + "group": 90010, "level": 8, "gainValue": "1&0", "index": 2, @@ -333,12 +356,13 @@ "gap": 1, "planId": 90017, "info": "生命", - "comment": "生命百分比提高" + "comment": "生命百分比提高", + "__EMPTY": 0 }, { "id": 90018, "type": 2, - "group": 90018, + "group": 90010, "level": 9, "gainValue": "1&0", "index": 2, @@ -347,7 +371,8 @@ "gap": 1, "planId": 90018, "info": "生命", - "comment": "生命百分比提高" + "comment": "生命百分比提高", + "__EMPTY": 0 }, { "id": 90110, @@ -361,12 +386,13 @@ "gap": 1, "planId": 90110, "info": "攻击", - "comment": "攻击百分比提高" + "comment": "攻击百分比提高", + "__EMPTY": 0 }, { "id": 90111, "type": 2, - "group": 90111, + "group": 90110, "level": 2, "gainValue": "2&0", "index": 2, @@ -375,12 +401,13 @@ "gap": 1, "planId": 90111, "info": "攻击", - "comment": "攻击百分比提高" + "comment": "攻击百分比提高", + "__EMPTY": 0 }, { "id": 90112, "type": 2, - "group": 90112, + "group": 90110, "level": 3, "gainValue": "2&0", "index": 2, @@ -389,12 +416,13 @@ "gap": 1, "planId": 90112, "info": "攻击", - "comment": "攻击百分比提高" + "comment": "攻击百分比提高", + "__EMPTY": 0 }, { "id": 90113, "type": 2, - "group": 90113, + "group": 90110, "level": 4, "gainValue": "2&0", "index": 2, @@ -403,12 +431,13 @@ "gap": 1, "planId": 90113, "info": "攻击", - "comment": "攻击百分比提高" + "comment": "攻击百分比提高", + "__EMPTY": 0 }, { "id": 90114, "type": 2, - "group": 90114, + "group": 90110, "level": 5, "gainValue": "2&0", "index": 2, @@ -417,12 +446,13 @@ "gap": 1, "planId": 90114, "info": "攻击", - "comment": "攻击百分比提高" + "comment": "攻击百分比提高", + "__EMPTY": 0 }, { "id": 90115, "type": 2, - "group": 90115, + "group": 90110, "level": 6, "gainValue": "2&0", "index": 2, @@ -431,12 +461,13 @@ "gap": 1, "planId": 90115, "info": "攻击", - "comment": "攻击百分比提高" + "comment": "攻击百分比提高", + "__EMPTY": 0 }, { "id": 90116, "type": 2, - "group": 90116, + "group": 90110, "level": 7, "gainValue": "2&0", "index": 2, @@ -445,12 +476,13 @@ "gap": 1, "planId": 90116, "info": "攻击", - "comment": "攻击百分比提高" + "comment": "攻击百分比提高", + "__EMPTY": 0 }, { "id": 90117, "type": 2, - "group": 90117, + "group": 90110, "level": 8, "gainValue": "2&0", "index": 2, @@ -459,12 +491,13 @@ "gap": 1, "planId": 90117, "info": "攻击", - "comment": "攻击百分比提高" + "comment": "攻击百分比提高", + "__EMPTY": 0 }, { "id": 90118, "type": 2, - "group": 90118, + "group": 90110, "level": 9, "gainValue": "2&0", "index": 2, @@ -473,7 +506,8 @@ "gap": 1, "planId": 90118, "info": "攻击", - "comment": "攻击百分比提高" + "comment": "攻击百分比提高", + "__EMPTY": 0 }, { "id": 90210, @@ -487,12 +521,13 @@ "gap": 1, "planId": 90210, "info": "物防", - "comment": "物防百分比提高" + "comment": "物防百分比提高", + "__EMPTY": 0 }, { "id": 90211, "type": 2, - "group": 90211, + "group": 90210, "level": 2, "gainValue": "4&0", "index": 2, @@ -501,12 +536,13 @@ "gap": 1, "planId": 90211, "info": "物防", - "comment": "物防百分比提高" + "comment": "物防百分比提高", + "__EMPTY": 0 }, { "id": 90212, "type": 2, - "group": 90212, + "group": 90210, "level": 3, "gainValue": "4&0", "index": 2, @@ -515,12 +551,13 @@ "gap": 1, "planId": 90212, "info": "物防", - "comment": "物防百分比提高" + "comment": "物防百分比提高", + "__EMPTY": 0 }, { "id": 90213, "type": 2, - "group": 90213, + "group": 90210, "level": 4, "gainValue": "4&0", "index": 2, @@ -529,12 +566,13 @@ "gap": 1, "planId": 90213, "info": "物防", - "comment": "物防百分比提高" + "comment": "物防百分比提高", + "__EMPTY": 0 }, { "id": 90214, "type": 2, - "group": 90214, + "group": 90210, "level": 5, "gainValue": "4&0", "index": 2, @@ -543,12 +581,13 @@ "gap": 1, "planId": 90214, "info": "物防", - "comment": "物防百分比提高" + "comment": "物防百分比提高", + "__EMPTY": 0 }, { "id": 90215, "type": 2, - "group": 90215, + "group": 90210, "level": 6, "gainValue": "4&0", "index": 2, @@ -557,12 +596,13 @@ "gap": 1, "planId": 90215, "info": "物防", - "comment": "物防百分比提高" + "comment": "物防百分比提高", + "__EMPTY": 0 }, { "id": 90216, "type": 2, - "group": 90216, + "group": 90210, "level": 7, "gainValue": "4&0", "index": 2, @@ -571,12 +611,13 @@ "gap": 1, "planId": 90216, "info": "物防", - "comment": "物防百分比提高" + "comment": "物防百分比提高", + "__EMPTY": 0 }, { "id": 90217, "type": 2, - "group": 90217, + "group": 90210, "level": 8, "gainValue": "4&0", "index": 2, @@ -585,12 +626,13 @@ "gap": 1, "planId": 90217, "info": "物防", - "comment": "物防百分比提高" + "comment": "物防百分比提高", + "__EMPTY": 0 }, { "id": 90218, "type": 2, - "group": 90218, + "group": 90210, "level": 9, "gainValue": "4&0", "index": 2, @@ -599,7 +641,8 @@ "gap": 1, "planId": 90218, "info": "物防", - "comment": "物防百分比提高" + "comment": "物防百分比提高", + "__EMPTY": 0 }, { "id": 90310, @@ -613,12 +656,13 @@ "gap": 1, "planId": 90310, "info": "策防", - "comment": "策防百分比提高" + "comment": "策防百分比提高", + "__EMPTY": 0 }, { "id": 90311, "type": 2, - "group": 90311, + "group": 90310, "level": 2, "gainValue": "5&0", "index": 2, @@ -627,12 +671,13 @@ "gap": 1, "planId": 90311, "info": "策防", - "comment": "策防百分比提高" + "comment": "策防百分比提高", + "__EMPTY": 0 }, { "id": 90312, "type": 2, - "group": 90312, + "group": 90310, "level": 3, "gainValue": "5&0", "index": 2, @@ -641,12 +686,13 @@ "gap": 1, "planId": 90312, "info": "策防", - "comment": "策防百分比提高" + "comment": "策防百分比提高", + "__EMPTY": 0 }, { "id": 90313, "type": 2, - "group": 90313, + "group": 90310, "level": 4, "gainValue": "5&0", "index": 2, @@ -655,12 +701,13 @@ "gap": 1, "planId": 90313, "info": "策防", - "comment": "策防百分比提高" + "comment": "策防百分比提高", + "__EMPTY": 0 }, { "id": 90314, "type": 2, - "group": 90314, + "group": 90310, "level": 5, "gainValue": "5&0", "index": 2, @@ -669,12 +716,13 @@ "gap": 1, "planId": 90314, "info": "策防", - "comment": "策防百分比提高" + "comment": "策防百分比提高", + "__EMPTY": 0 }, { "id": 90315, "type": 2, - "group": 90315, + "group": 90310, "level": 6, "gainValue": "5&0", "index": 2, @@ -683,12 +731,13 @@ "gap": 1, "planId": 90315, "info": "策防", - "comment": "策防百分比提高" + "comment": "策防百分比提高", + "__EMPTY": 0 }, { "id": 90316, "type": 2, - "group": 90316, + "group": 90310, "level": 7, "gainValue": "5&0", "index": 2, @@ -697,12 +746,13 @@ "gap": 1, "planId": 90316, "info": "策防", - "comment": "策防百分比提高" + "comment": "策防百分比提高", + "__EMPTY": 0 }, { "id": 90317, "type": 2, - "group": 90317, + "group": 90310, "level": 8, "gainValue": "5&0", "index": 2, @@ -711,12 +761,13 @@ "gap": 1, "planId": 90317, "info": "策防", - "comment": "策防百分比提高" + "comment": "策防百分比提高", + "__EMPTY": 0 }, { "id": 90318, "type": 2, - "group": 90318, + "group": 90310, "level": 9, "gainValue": "5&0", "index": 2, @@ -725,7 +776,8 @@ "gap": 1, "planId": 90318, "info": "策防", - "comment": "策防百分比提高" + "comment": "策防百分比提高", + "__EMPTY": 0 }, { "id": 90401, @@ -739,12 +791,13 @@ "gap": 100, "planId": 90401, "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 90402, "type": 3, - "group": 90402, + "group": 90401, "level": 2, "gainValue": "9&0", "index": 2, @@ -753,12 +806,13 @@ "gap": 100, "planId": 90402, "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 90403, "type": 3, - "group": 90403, + "group": 90401, "level": 3, "gainValue": "9&0", "index": 2, @@ -767,12 +821,13 @@ "gap": 100, "planId": 90403, "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 90404, "type": 3, - "group": 90404, + "group": 90401, "level": 4, "gainValue": "9&0", "index": 2, @@ -781,12 +836,13 @@ "gap": 100, "planId": 90404, "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 90405, "type": 3, - "group": 90405, + "group": 90401, "level": 5, "gainValue": "9&0", "index": 2, @@ -795,12 +851,13 @@ "gap": 100, "planId": 90405, "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 90406, "type": 3, - "group": 90406, + "group": 90401, "level": 6, "gainValue": "9&0", "index": 2, @@ -809,12 +866,13 @@ "gap": 100, "planId": 90406, "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 90407, "type": 3, - "group": 90407, + "group": 90401, "level": 7, "gainValue": "9&0", "index": 2, @@ -823,12 +881,13 @@ "gap": 100, "planId": 90407, "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 90408, "type": 3, - "group": 90408, + "group": 90401, "level": 8, "gainValue": "9&0", "index": 2, @@ -837,12 +896,13 @@ "gap": 100, "planId": 90408, "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 90409, "type": 3, - "group": 90409, + "group": 90401, "level": 9, "gainValue": "9&0", "index": 2, @@ -851,7 +911,8 @@ "gap": 100, "planId": 90409, "info": "命中", - "comment": "命中提高" + "comment": "命中提高", + "__EMPTY": 0 }, { "id": 90501, @@ -865,12 +926,13 @@ "gap": 100, "planId": 90401, "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 90502, "type": 3, - "group": 90502, + "group": 90501, "level": 2, "gainValue": "11&0", "index": 2, @@ -879,12 +941,13 @@ "gap": 100, "planId": 90402, "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 90503, "type": 3, - "group": 90503, + "group": 90501, "level": 3, "gainValue": "11&0", "index": 2, @@ -893,12 +956,13 @@ "gap": 100, "planId": 90403, "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 90504, "type": 3, - "group": 90504, + "group": 90501, "level": 4, "gainValue": "11&0", "index": 2, @@ -907,12 +971,13 @@ "gap": 100, "planId": 90404, "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 90505, "type": 3, - "group": 90505, + "group": 90501, "level": 5, "gainValue": "11&0", "index": 2, @@ -921,12 +986,13 @@ "gap": 100, "planId": 90405, "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 90506, "type": 3, - "group": 90506, + "group": 90501, "level": 6, "gainValue": "11&0", "index": 2, @@ -935,12 +1001,13 @@ "gap": 100, "planId": 90406, "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 90507, "type": 3, - "group": 90507, + "group": 90501, "level": 7, "gainValue": "11&0", "index": 2, @@ -949,12 +1016,13 @@ "gap": 100, "planId": 90407, "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 90508, "type": 3, - "group": 90508, + "group": 90501, "level": 8, "gainValue": "11&0", "index": 2, @@ -963,12 +1031,13 @@ "gap": 100, "planId": 90408, "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 90509, "type": 3, - "group": 90509, + "group": 90501, "level": 9, "gainValue": "11&0", "index": 2, @@ -977,7 +1046,8 @@ "gap": 100, "planId": 90409, "info": "格挡", - "comment": "格挡提高" + "comment": "格挡提高", + "__EMPTY": 0 }, { "id": 90601, @@ -991,12 +1061,13 @@ "gap": 100, "planId": 90401, "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 90602, "type": 3, - "group": 90602, + "group": 90601, "level": 2, "gainValue": "10&0", "index": 2, @@ -1005,12 +1076,13 @@ "gap": 100, "planId": 90402, "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 90603, "type": 3, - "group": 90603, + "group": 90601, "level": 3, "gainValue": "10&0", "index": 2, @@ -1019,12 +1091,13 @@ "gap": 100, "planId": 90403, "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 90604, "type": 3, - "group": 90604, + "group": 90601, "level": 4, "gainValue": "10&0", "index": 2, @@ -1033,12 +1106,13 @@ "gap": 100, "planId": 90404, "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 90605, "type": 3, - "group": 90605, + "group": 90601, "level": 5, "gainValue": "10&0", "index": 2, @@ -1047,12 +1121,13 @@ "gap": 100, "planId": 90405, "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 90606, "type": 3, - "group": 90606, + "group": 90601, "level": 6, "gainValue": "10&0", "index": 2, @@ -1061,12 +1136,13 @@ "gap": 100, "planId": 90406, "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 90607, "type": 3, - "group": 90607, + "group": 90601, "level": 7, "gainValue": "10&0", "index": 2, @@ -1075,12 +1151,13 @@ "gap": 100, "planId": 90407, "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 90608, "type": 3, - "group": 90608, + "group": 90601, "level": 8, "gainValue": "10&0", "index": 2, @@ -1089,12 +1166,13 @@ "gap": 100, "planId": 90408, "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 90609, "type": 3, - "group": 90609, + "group": 90601, "level": 9, "gainValue": "10&0", "index": 2, @@ -1103,7 +1181,8 @@ "gap": 100, "planId": 90409, "info": "暴击", - "comment": "暴击提高" + "comment": "暴击提高", + "__EMPTY": 0 }, { "id": 90701, @@ -1117,12 +1196,13 @@ "gap": 100, "planId": 90401, "info": "抗暴", - "comment": "抗暴提高" + "comment": "抗暴提高", + "__EMPTY": 0 }, { "id": 90702, "type": 3, - "group": 90702, + "group": 90701, "level": 2, "gainValue": "12&0", "index": 2, @@ -1131,12 +1211,13 @@ "gap": 100, "planId": 90402, "info": "抗暴", - "comment": "抗暴提高" + "comment": "抗暴提高", + "__EMPTY": 0 }, { "id": 90703, "type": 3, - "group": 90703, + "group": 90701, "level": 3, "gainValue": "12&0", "index": 2, @@ -1145,12 +1226,13 @@ "gap": 100, "planId": 90403, "info": "抗暴", - "comment": "抗暴提高" + "comment": "抗暴提高", + "__EMPTY": 0 }, { "id": 90704, "type": 3, - "group": 90704, + "group": 90701, "level": 4, "gainValue": "12&0", "index": 2, @@ -1159,12 +1241,13 @@ "gap": 100, "planId": 90404, "info": "抗暴", - "comment": "抗暴提高" + "comment": "抗暴提高", + "__EMPTY": 0 }, { "id": 90705, "type": 3, - "group": 90705, + "group": 90701, "level": 5, "gainValue": "12&0", "index": 2, @@ -1173,12 +1256,13 @@ "gap": 100, "planId": 90405, "info": "抗暴", - "comment": "抗暴提高" + "comment": "抗暴提高", + "__EMPTY": 0 }, { "id": 90706, "type": 3, - "group": 90706, + "group": 90701, "level": 6, "gainValue": "12&0", "index": 2, @@ -1187,12 +1271,13 @@ "gap": 100, "planId": 90406, "info": "抗暴", - "comment": "抗暴提高" + "comment": "抗暴提高", + "__EMPTY": 0 }, { "id": 90707, "type": 3, - "group": 90707, + "group": 90701, "level": 7, "gainValue": "12&0", "index": 2, @@ -1201,12 +1286,13 @@ "gap": 100, "planId": 90407, "info": "抗暴", - "comment": "抗暴提高" + "comment": "抗暴提高", + "__EMPTY": 0 }, { "id": 90708, "type": 3, - "group": 90708, + "group": 90701, "level": 8, "gainValue": "12&0", "index": 2, @@ -1215,12 +1301,13 @@ "gap": 100, "planId": 90408, "info": "抗暴", - "comment": "抗暴提高" + "comment": "抗暴提高", + "__EMPTY": 0 }, { "id": 90709, "type": 3, - "group": 90709, + "group": 90701, "level": 9, "gainValue": "12&0", "index": 2, @@ -1229,7 +1316,8 @@ "gap": 100, "planId": 90409, "info": "抗暴", - "comment": "抗暴提高" + "comment": "抗暴提高", + "__EMPTY": 0 }, { "id": 90801, @@ -1243,12 +1331,13 @@ "gap": 100, "planId": 90401, "info": "物理强度", - "comment": "物理强度提高" + "comment": "物理强度提高", + "__EMPTY": 0 }, { "id": 90802, "type": 3, - "group": 90802, + "group": 90801, "level": 2, "gainValue": "19&0", "index": 2, @@ -1257,12 +1346,13 @@ "gap": 100, "planId": 90402, "info": "物理强度", - "comment": "物理强度提高" + "comment": "物理强度提高", + "__EMPTY": 0 }, { "id": 90803, "type": 3, - "group": 90803, + "group": 90801, "level": 3, "gainValue": "19&0", "index": 2, @@ -1271,12 +1361,13 @@ "gap": 100, "planId": 90403, "info": "物理强度", - "comment": "物理强度提高" + "comment": "物理强度提高", + "__EMPTY": 0 }, { "id": 90804, "type": 3, - "group": 90804, + "group": 90801, "level": 4, "gainValue": "19&0", "index": 2, @@ -1285,12 +1376,13 @@ "gap": 100, "planId": 90404, "info": "物理强度", - "comment": "物理强度提高" + "comment": "物理强度提高", + "__EMPTY": 0 }, { "id": 90805, "type": 3, - "group": 90805, + "group": 90801, "level": 5, "gainValue": "19&0", "index": 2, @@ -1299,12 +1391,13 @@ "gap": 100, "planId": 90405, "info": "物理强度", - "comment": "物理强度提高" + "comment": "物理强度提高", + "__EMPTY": 0 }, { "id": 90806, "type": 3, - "group": 90806, + "group": 90801, "level": 6, "gainValue": "19&0", "index": 2, @@ -1313,12 +1406,13 @@ "gap": 100, "planId": 90406, "info": "物理强度", - "comment": "物理强度提高" + "comment": "物理强度提高", + "__EMPTY": 0 }, { "id": 90807, "type": 3, - "group": 90807, + "group": 90801, "level": 7, "gainValue": "19&0", "index": 2, @@ -1327,12 +1421,13 @@ "gap": 100, "planId": 90407, "info": "物理强度", - "comment": "物理强度提高" + "comment": "物理强度提高", + "__EMPTY": 0 }, { "id": 90808, "type": 3, - "group": 90808, + "group": 90801, "level": 8, "gainValue": "19&0", "index": 2, @@ -1341,12 +1436,13 @@ "gap": 100, "planId": 90408, "info": "物理强度", - "comment": "物理强度提高" + "comment": "物理强度提高", + "__EMPTY": 0 }, { "id": 90809, "type": 3, - "group": 90809, + "group": 90801, "level": 9, "gainValue": "19&0", "index": 2, @@ -1355,7 +1451,8 @@ "gap": 100, "planId": 90409, "info": "物理强度", - "comment": "物理强度提高" + "comment": "物理强度提高", + "__EMPTY": 0 }, { "id": 90901, @@ -1369,12 +1466,13 @@ "gap": 100, "planId": 90901, "info": "物理抗性", - "comment": "物理抗性提高" + "comment": "物理抗性提高", + "__EMPTY": 0 }, { "id": 90902, "type": 3, - "group": 90902, + "group": 90901, "level": 2, "gainValue": "20&0", "index": 2, @@ -1383,12 +1481,13 @@ "gap": 100, "planId": 90902, "info": "物理抗性", - "comment": "物理抗性提高" + "comment": "物理抗性提高", + "__EMPTY": 0 }, { "id": 90903, "type": 3, - "group": 90903, + "group": 90901, "level": 3, "gainValue": "20&0", "index": 2, @@ -1397,12 +1496,13 @@ "gap": 100, "planId": 90903, "info": "物理抗性", - "comment": "物理抗性提高" + "comment": "物理抗性提高", + "__EMPTY": 0 }, { "id": 90904, "type": 3, - "group": 90904, + "group": 90901, "level": 4, "gainValue": "20&0", "index": 2, @@ -1411,12 +1511,13 @@ "gap": 100, "planId": 90904, "info": "物理抗性", - "comment": "物理抗性提高" + "comment": "物理抗性提高", + "__EMPTY": 0 }, { "id": 90905, "type": 3, - "group": 90905, + "group": 90901, "level": 5, "gainValue": "20&0", "index": 2, @@ -1425,12 +1526,13 @@ "gap": 100, "planId": 90905, "info": "物理抗性", - "comment": "物理抗性提高" + "comment": "物理抗性提高", + "__EMPTY": 0 }, { "id": 90906, "type": 3, - "group": 90906, + "group": 90901, "level": 6, "gainValue": "20&0", "index": 2, @@ -1439,12 +1541,13 @@ "gap": 100, "planId": 90906, "info": "物理抗性", - "comment": "物理抗性提高" + "comment": "物理抗性提高", + "__EMPTY": 0 }, { "id": 90907, "type": 3, - "group": 90907, + "group": 90901, "level": 7, "gainValue": "20&0", "index": 2, @@ -1453,12 +1556,13 @@ "gap": 100, "planId": 90907, "info": "物理抗性", - "comment": "物理抗性提高" + "comment": "物理抗性提高", + "__EMPTY": 0 }, { "id": 90908, "type": 3, - "group": 90908, + "group": 90901, "level": 8, "gainValue": "20&0", "index": 2, @@ -1467,12 +1571,13 @@ "gap": 100, "planId": 90908, "info": "物理抗性", - "comment": "物理抗性提高" + "comment": "物理抗性提高", + "__EMPTY": 0 }, { "id": 90909, "type": 3, - "group": 90909, + "group": 90901, "level": 9, "gainValue": "20&0", "index": 2, @@ -1481,7 +1586,8 @@ "gap": 100, "planId": 90909, "info": "物理抗性", - "comment": "物理抗性提高" + "comment": "物理抗性提高", + "__EMPTY": 0 }, { "id": 91001, @@ -1495,12 +1601,13 @@ "gap": 100, "planId": 90401, "info": "策略强度", - "comment": "策略强度提高" + "comment": "策略强度提高", + "__EMPTY": 0 }, { "id": 91002, "type": 3, - "group": 91002, + "group": 91001, "level": 2, "gainValue": "21&0", "index": 2, @@ -1509,12 +1616,13 @@ "gap": 100, "planId": 90402, "info": "策略强度", - "comment": "策略强度提高" + "comment": "策略强度提高", + "__EMPTY": 0 }, { "id": 91003, "type": 3, - "group": 91003, + "group": 91001, "level": 3, "gainValue": "21&0", "index": 2, @@ -1523,12 +1631,13 @@ "gap": 100, "planId": 90403, "info": "策略强度", - "comment": "策略强度提高" + "comment": "策略强度提高", + "__EMPTY": 0 }, { "id": 91004, "type": 3, - "group": 91004, + "group": 91001, "level": 4, "gainValue": "21&0", "index": 2, @@ -1537,12 +1646,13 @@ "gap": 100, "planId": 90404, "info": "策略强度", - "comment": "策略强度提高" + "comment": "策略强度提高", + "__EMPTY": 0 }, { "id": 91005, "type": 3, - "group": 91005, + "group": 91001, "level": 5, "gainValue": "21&0", "index": 2, @@ -1551,12 +1661,13 @@ "gap": 100, "planId": 90405, "info": "策略强度", - "comment": "策略强度提高" + "comment": "策略强度提高", + "__EMPTY": 0 }, { "id": 91006, "type": 3, - "group": 91006, + "group": 91001, "level": 6, "gainValue": "21&0", "index": 2, @@ -1565,12 +1676,13 @@ "gap": 100, "planId": 90406, "info": "策略强度", - "comment": "策略强度提高" + "comment": "策略强度提高", + "__EMPTY": 0 }, { "id": 91007, "type": 3, - "group": 91007, + "group": 91001, "level": 7, "gainValue": "21&0", "index": 2, @@ -1579,12 +1691,13 @@ "gap": 100, "planId": 90407, "info": "策略强度", - "comment": "策略强度提高" + "comment": "策略强度提高", + "__EMPTY": 0 }, { "id": 91008, "type": 3, - "group": 91008, + "group": 91001, "level": 8, "gainValue": "21&0", "index": 2, @@ -1593,12 +1706,13 @@ "gap": 100, "planId": 90408, "info": "策略强度", - "comment": "策略强度提高" + "comment": "策略强度提高", + "__EMPTY": 0 }, { "id": 91009, "type": 3, - "group": 91009, + "group": 91001, "level": 9, "gainValue": "21&0", "index": 2, @@ -1607,7 +1721,8 @@ "gap": 100, "planId": 90409, "info": "策略强度", - "comment": "策略强度提高" + "comment": "策略强度提高", + "__EMPTY": 0 }, { "id": 91101, @@ -1621,12 +1736,13 @@ "gap": 100, "planId": 90901, "info": "策略抗性", - "comment": "策略抗性提高" + "comment": "策略抗性提高", + "__EMPTY": 0 }, { "id": 91102, "type": 3, - "group": 91102, + "group": 91101, "level": 2, "gainValue": "22&0", "index": 2, @@ -1635,12 +1751,13 @@ "gap": 100, "planId": 90902, "info": "策略抗性", - "comment": "策略抗性提高" + "comment": "策略抗性提高", + "__EMPTY": 0 }, { "id": 91103, "type": 3, - "group": 91103, + "group": 91101, "level": 3, "gainValue": "22&0", "index": 2, @@ -1649,12 +1766,13 @@ "gap": 100, "planId": 90903, "info": "策略抗性", - "comment": "策略抗性提高" + "comment": "策略抗性提高", + "__EMPTY": 0 }, { "id": 91104, "type": 3, - "group": 91104, + "group": 91101, "level": 4, "gainValue": "22&0", "index": 2, @@ -1663,12 +1781,13 @@ "gap": 100, "planId": 90904, "info": "策略抗性", - "comment": "策略抗性提高" + "comment": "策略抗性提高", + "__EMPTY": 0 }, { "id": 91105, "type": 3, - "group": 91105, + "group": 91101, "level": 5, "gainValue": "22&0", "index": 2, @@ -1677,12 +1796,13 @@ "gap": 100, "planId": 90905, "info": "策略抗性", - "comment": "策略抗性提高" + "comment": "策略抗性提高", + "__EMPTY": 0 }, { "id": 91106, "type": 3, - "group": 91106, + "group": 91101, "level": 6, "gainValue": "22&0", "index": 2, @@ -1691,12 +1811,13 @@ "gap": 100, "planId": 90906, "info": "策略抗性", - "comment": "策略抗性提高" + "comment": "策略抗性提高", + "__EMPTY": 0 }, { "id": 91107, "type": 3, - "group": 91107, + "group": 91101, "level": 7, "gainValue": "22&0", "index": 2, @@ -1705,12 +1826,13 @@ "gap": 100, "planId": 90907, "info": "策略抗性", - "comment": "策略抗性提高" + "comment": "策略抗性提高", + "__EMPTY": 0 }, { "id": 91108, "type": 3, - "group": 91108, + "group": 91101, "level": 8, "gainValue": "22&0", "index": 2, @@ -1719,12 +1841,13 @@ "gap": 100, "planId": 90908, "info": "策略抗性", - "comment": "策略抗性提高" + "comment": "策略抗性提高", + "__EMPTY": 0 }, { "id": 91109, "type": 3, - "group": 91109, + "group": 91101, "level": 9, "gainValue": "22&0", "index": 2, @@ -1733,7 +1856,8 @@ "gap": 100, "planId": 90909, "info": "策略抗性", - "comment": "策略抗性提高" + "comment": "策略抗性提高", + "__EMPTY": 0 }, { "id": 91201, @@ -1747,12 +1871,13 @@ "gap": 100, "planId": 91201, "info": "暴击伤害", - "comment": "暴击伤害提升" + "comment": "暴击伤害提升", + "__EMPTY": 0 }, { "id": 91202, "type": 3, - "group": 91202, + "group": 91201, "level": 2, "gainValue": "18&0", "index": 2, @@ -1761,12 +1886,13 @@ "gap": 100, "planId": 91202, "info": "暴击伤害", - "comment": "暴击伤害提升" + "comment": "暴击伤害提升", + "__EMPTY": 0 }, { "id": 91203, "type": 3, - "group": 91203, + "group": 91201, "level": 3, "gainValue": "18&0", "index": 2, @@ -1775,12 +1901,13 @@ "gap": 100, "planId": 91203, "info": "暴击伤害", - "comment": "暴击伤害提升" + "comment": "暴击伤害提升", + "__EMPTY": 0 }, { "id": 91204, "type": 3, - "group": 91204, + "group": 91201, "level": 4, "gainValue": "18&0", "index": 2, @@ -1789,12 +1916,13 @@ "gap": 100, "planId": 91204, "info": "暴击伤害", - "comment": "暴击伤害提升" + "comment": "暴击伤害提升", + "__EMPTY": 0 }, { "id": 91205, "type": 3, - "group": 91205, + "group": 91201, "level": 5, "gainValue": "18&0", "index": 2, @@ -1803,12 +1931,13 @@ "gap": 100, "planId": 91205, "info": "暴击伤害", - "comment": "暴击伤害提升" + "comment": "暴击伤害提升", + "__EMPTY": 0 }, { "id": 91206, "type": 3, - "group": 91206, + "group": 91201, "level": 6, "gainValue": "18&0", "index": 2, @@ -1817,12 +1946,13 @@ "gap": 100, "planId": 91206, "info": "暴击伤害", - "comment": "暴击伤害提升" + "comment": "暴击伤害提升", + "__EMPTY": 0 }, { "id": 91207, "type": 3, - "group": 91207, + "group": 91201, "level": 7, "gainValue": "18&0", "index": 2, @@ -1831,12 +1961,13 @@ "gap": 100, "planId": 91207, "info": "暴击伤害", - "comment": "暴击伤害提升" + "comment": "暴击伤害提升", + "__EMPTY": 0 }, { "id": 91208, "type": 3, - "group": 91208, + "group": 91201, "level": 8, "gainValue": "18&0", "index": 2, @@ -1845,12 +1976,13 @@ "gap": 100, "planId": 91208, "info": "暴击伤害", - "comment": "暴击伤害提升" + "comment": "暴击伤害提升", + "__EMPTY": 0 }, { "id": 91209, "type": 3, - "group": 91209, + "group": 91201, "level": 9, "gainValue": "18&0", "index": 2, @@ -1859,7 +1991,8 @@ "gap": 100, "planId": 91209, "info": "暴击伤害", - "comment": "暴击伤害提升" + "comment": "暴击伤害提升", + "__EMPTY": 0 }, { "id": 91301, @@ -1873,12 +2006,13 @@ "gap": 100, "planId": 91301, "info": "反击伤害", - "comment": "反击伤害提升" + "comment": "反击伤害提升", + "__EMPTY": 0 }, { "id": 91302, "type": 3, - "group": 91302, + "group": 91301, "level": 2, "gainValue": "28&0", "index": 2, @@ -1887,12 +2021,13 @@ "gap": 100, "planId": 91302, "info": "反击伤害", - "comment": "反击伤害提升" + "comment": "反击伤害提升", + "__EMPTY": 0 }, { "id": 91303, "type": 3, - "group": 91303, + "group": 91301, "level": 3, "gainValue": "28&0", "index": 2, @@ -1901,12 +2036,13 @@ "gap": 100, "planId": 91303, "info": "反击伤害", - "comment": "反击伤害提升" + "comment": "反击伤害提升", + "__EMPTY": 0 }, { "id": 91304, "type": 3, - "group": 91304, + "group": 91301, "level": 4, "gainValue": "28&0", "index": 2, @@ -1915,12 +2051,13 @@ "gap": 100, "planId": 91304, "info": "反击伤害", - "comment": "反击伤害提升" + "comment": "反击伤害提升", + "__EMPTY": 0 }, { "id": 91305, "type": 3, - "group": 91305, + "group": 91301, "level": 5, "gainValue": "28&0", "index": 2, @@ -1929,12 +2066,13 @@ "gap": 100, "planId": 91305, "info": "反击伤害", - "comment": "反击伤害提升" + "comment": "反击伤害提升", + "__EMPTY": 0 }, { "id": 91306, "type": 3, - "group": 91306, + "group": 91301, "level": 6, "gainValue": "28&0", "index": 2, @@ -1943,12 +2081,13 @@ "gap": 100, "planId": 91306, "info": "反击伤害", - "comment": "反击伤害提升" + "comment": "反击伤害提升", + "__EMPTY": 0 }, { "id": 91307, "type": 3, - "group": 91307, + "group": 91301, "level": 7, "gainValue": "28&0", "index": 2, @@ -1957,12 +2096,13 @@ "gap": 100, "planId": 91307, "info": "反击伤害", - "comment": "反击伤害提升" + "comment": "反击伤害提升", + "__EMPTY": 0 }, { "id": 91308, "type": 3, - "group": 91308, + "group": 91301, "level": 8, "gainValue": "28&0", "index": 2, @@ -1971,12 +2111,13 @@ "gap": 100, "planId": 91308, "info": "反击伤害", - "comment": "反击伤害提升" + "comment": "反击伤害提升", + "__EMPTY": 0 }, { "id": 91309, "type": 3, - "group": 91309, + "group": 91301, "level": 9, "gainValue": "28&0", "index": 2, @@ -1985,7 +2126,8 @@ "gap": 100, "planId": 91309, "info": "反击伤害", - "comment": "反击伤害提升" + "comment": "反击伤害提升", + "__EMPTY": 0 }, { "id": 91401, @@ -1999,12 +2141,13 @@ "gap": 100, "planId": 91401, "info": "治疗效果", - "comment": "治疗效果" + "comment": "治疗效果", + "__EMPTY": 0 }, { "id": 91402, "type": 3, - "group": 91402, + "group": 91401, "level": 2, "gainValue": "23&0", "index": 2, @@ -2013,12 +2156,13 @@ "gap": 100, "planId": 91402, "info": "治疗效果", - "comment": "治疗效果" + "comment": "治疗效果", + "__EMPTY": 0 }, { "id": 91403, "type": 3, - "group": 91403, + "group": 91401, "level": 3, "gainValue": "23&0", "index": 2, @@ -2027,12 +2171,13 @@ "gap": 100, "planId": 91403, "info": "治疗效果", - "comment": "治疗效果" + "comment": "治疗效果", + "__EMPTY": 0 }, { "id": 91404, "type": 3, - "group": 91404, + "group": 91401, "level": 4, "gainValue": "23&0", "index": 2, @@ -2041,12 +2186,13 @@ "gap": 100, "planId": 91404, "info": "治疗效果", - "comment": "治疗效果" + "comment": "治疗效果", + "__EMPTY": 0 }, { "id": 91405, "type": 3, - "group": 91405, + "group": 91401, "level": 5, "gainValue": "23&0", "index": 2, @@ -2055,12 +2201,13 @@ "gap": 100, "planId": 91405, "info": "治疗效果", - "comment": "治疗效果" + "comment": "治疗效果", + "__EMPTY": 0 }, { "id": 91406, "type": 3, - "group": 91406, + "group": 91401, "level": 6, "gainValue": "23&0", "index": 2, @@ -2069,12 +2216,13 @@ "gap": 100, "planId": 91406, "info": "治疗效果", - "comment": "治疗效果" + "comment": "治疗效果", + "__EMPTY": 0 }, { "id": 91407, "type": 3, - "group": 91407, + "group": 91401, "level": 7, "gainValue": "23&0", "index": 2, @@ -2083,12 +2231,13 @@ "gap": 100, "planId": 91407, "info": "治疗效果", - "comment": "治疗效果" + "comment": "治疗效果", + "__EMPTY": 0 }, { "id": 91408, "type": 3, - "group": 91408, + "group": 91401, "level": 8, "gainValue": "23&0", "index": 2, @@ -2097,12 +2246,13 @@ "gap": 100, "planId": 91408, "info": "治疗效果", - "comment": "治疗效果" + "comment": "治疗效果", + "__EMPTY": 0 }, { "id": 91409, "type": 3, - "group": 91409, + "group": 91401, "level": 9, "gainValue": "23&0", "index": 2, @@ -2111,7 +2261,8 @@ "gap": 100, "planId": 91409, "info": "治疗效果", - "comment": "治疗效果" + "comment": "治疗效果", + "__EMPTY": 0 }, { "id": 91501, @@ -2125,12 +2276,13 @@ "gap": 100, "planId": 91401, "info": "恢复效果", - "comment": "恢复效果" + "comment": "恢复效果", + "__EMPTY": 0 }, { "id": 91502, "type": 3, - "group": 91502, + "group": 91501, "level": 2, "gainValue": "25&0", "index": 2, @@ -2139,12 +2291,13 @@ "gap": 100, "planId": 91402, "info": "恢复效果", - "comment": "恢复效果" + "comment": "恢复效果", + "__EMPTY": 0 }, { "id": 91503, "type": 3, - "group": 91503, + "group": 91501, "level": 3, "gainValue": "25&0", "index": 2, @@ -2153,12 +2306,13 @@ "gap": 100, "planId": 91403, "info": "恢复效果", - "comment": "恢复效果" + "comment": "恢复效果", + "__EMPTY": 0 }, { "id": 91504, "type": 3, - "group": 91504, + "group": 91501, "level": 4, "gainValue": "25&0", "index": 2, @@ -2167,12 +2321,13 @@ "gap": 100, "planId": 91404, "info": "恢复效果", - "comment": "恢复效果" + "comment": "恢复效果", + "__EMPTY": 0 }, { "id": 91505, "type": 3, - "group": 91505, + "group": 91501, "level": 5, "gainValue": "25&0", "index": 2, @@ -2181,12 +2336,13 @@ "gap": 100, "planId": 91405, "info": "恢复效果", - "comment": "恢复效果" + "comment": "恢复效果", + "__EMPTY": 0 }, { "id": 91506, "type": 3, - "group": 91506, + "group": 91501, "level": 6, "gainValue": "25&0", "index": 2, @@ -2195,12 +2351,13 @@ "gap": 100, "planId": 91406, "info": "恢复效果", - "comment": "恢复效果" + "comment": "恢复效果", + "__EMPTY": 0 }, { "id": 91507, "type": 3, - "group": 91507, + "group": 91501, "level": 7, "gainValue": "25&0", "index": 2, @@ -2209,12 +2366,13 @@ "gap": 100, "planId": 91407, "info": "恢复效果", - "comment": "恢复效果" + "comment": "恢复效果", + "__EMPTY": 0 }, { "id": 91508, "type": 3, - "group": 91508, + "group": 91501, "level": 8, "gainValue": "25&0", "index": 2, @@ -2223,12 +2381,13 @@ "gap": 100, "planId": 91408, "info": "恢复效果", - "comment": "恢复效果" + "comment": "恢复效果", + "__EMPTY": 0 }, { "id": 91509, "type": 3, - "group": 91509, + "group": 91501, "level": 9, "gainValue": "25&0", "index": 2, @@ -2237,7 +2396,8 @@ "gap": 100, "planId": 91409, "info": "恢复效果", - "comment": "恢复效果" + "comment": "恢复效果", + "__EMPTY": 0 }, { "id": 91601, @@ -2251,12 +2411,13 @@ "gap": 100, "planId": 91401, "info": "反弹", - "comment": "反弹" + "comment": "反弹", + "__EMPTY": 0 }, { "id": 91602, "type": 3, - "group": 91602, + "group": 91601, "level": 2, "gainValue": "27&0", "index": 2, @@ -2265,12 +2426,13 @@ "gap": 100, "planId": 91402, "info": "反弹", - "comment": "反弹" + "comment": "反弹", + "__EMPTY": 0 }, { "id": 91603, "type": 3, - "group": 91603, + "group": 91601, "level": 3, "gainValue": "27&0", "index": 2, @@ -2279,12 +2441,13 @@ "gap": 100, "planId": 91403, "info": "反弹", - "comment": "反弹" + "comment": "反弹", + "__EMPTY": 0 }, { "id": 91604, "type": 3, - "group": 91604, + "group": 91601, "level": 4, "gainValue": "27&0", "index": 2, @@ -2293,12 +2456,13 @@ "gap": 100, "planId": 91404, "info": "反弹", - "comment": "反弹" + "comment": "反弹", + "__EMPTY": 0 }, { "id": 91605, "type": 3, - "group": 91605, + "group": 91601, "level": 5, "gainValue": "27&0", "index": 2, @@ -2307,12 +2471,13 @@ "gap": 100, "planId": 91405, "info": "反弹", - "comment": "反弹" + "comment": "反弹", + "__EMPTY": 0 }, { "id": 91606, "type": 3, - "group": 91606, + "group": 91601, "level": 6, "gainValue": "27&0", "index": 2, @@ -2321,12 +2486,13 @@ "gap": 100, "planId": 91406, "info": "反弹", - "comment": "反弹" + "comment": "反弹", + "__EMPTY": 0 }, { "id": 91607, "type": 3, - "group": 91607, + "group": 91601, "level": 7, "gainValue": "27&0", "index": 2, @@ -2335,12 +2501,13 @@ "gap": 100, "planId": 91407, "info": "反弹", - "comment": "反弹" + "comment": "反弹", + "__EMPTY": 0 }, { "id": 91608, "type": 3, - "group": 91608, + "group": 91601, "level": 8, "gainValue": "27&0", "index": 2, @@ -2349,12 +2516,13 @@ "gap": 100, "planId": 91408, "info": "反弹", - "comment": "反弹" + "comment": "反弹", + "__EMPTY": 0 }, { "id": 91609, "type": 3, - "group": 91609, + "group": 91601, "level": 9, "gainValue": "27&0", "index": 2, @@ -2363,7 +2531,8 @@ "gap": 100, "planId": 91409, "info": "反弹", - "comment": "反弹" + "comment": "反弹", + "__EMPTY": 0 }, { "id": 91701, @@ -2377,12 +2546,13 @@ "gap": 100, "planId": 91401, "info": "吸血", - "comment": "吸血" + "comment": "吸血", + "__EMPTY": 0 }, { "id": 91702, "type": 3, - "group": 91702, + "group": 91701, "level": 2, "gainValue": "16&0", "index": 2, @@ -2391,12 +2561,13 @@ "gap": 100, "planId": 91402, "info": "吸血", - "comment": "吸血" + "comment": "吸血", + "__EMPTY": 0 }, { "id": 91703, "type": 3, - "group": 91703, + "group": 91701, "level": 3, "gainValue": "16&0", "index": 2, @@ -2405,12 +2576,13 @@ "gap": 100, "planId": 91403, "info": "吸血", - "comment": "吸血" + "comment": "吸血", + "__EMPTY": 0 }, { "id": 91704, "type": 3, - "group": 91704, + "group": 91701, "level": 4, "gainValue": "16&0", "index": 2, @@ -2419,12 +2591,13 @@ "gap": 100, "planId": 91404, "info": "吸血", - "comment": "吸血" + "comment": "吸血", + "__EMPTY": 0 }, { "id": 91705, "type": 3, - "group": 91705, + "group": 91701, "level": 5, "gainValue": "16&0", "index": 2, @@ -2433,12 +2606,13 @@ "gap": 100, "planId": 91405, "info": "吸血", - "comment": "吸血" + "comment": "吸血", + "__EMPTY": 0 }, { "id": 91706, "type": 3, - "group": 91706, + "group": 91701, "level": 6, "gainValue": "16&0", "index": 2, @@ -2447,12 +2621,13 @@ "gap": 100, "planId": 91406, "info": "吸血", - "comment": "吸血" + "comment": "吸血", + "__EMPTY": 0 }, { "id": 91707, "type": 3, - "group": 91707, + "group": 91701, "level": 7, "gainValue": "16&0", "index": 2, @@ -2461,12 +2636,13 @@ "gap": 100, "planId": 91407, "info": "吸血", - "comment": "吸血" + "comment": "吸血", + "__EMPTY": 0 }, { "id": 91708, "type": 3, - "group": 91708, + "group": 91701, "level": 8, "gainValue": "16&0", "index": 2, @@ -2475,12 +2651,13 @@ "gap": 100, "planId": 91408, "info": "吸血", - "comment": "吸血" + "comment": "吸血", + "__EMPTY": 0 }, { "id": 91709, "type": 3, - "group": 91709, + "group": 91701, "level": 9, "gainValue": "16&0", "index": 2, @@ -2489,6 +2666,7 @@ "gap": 100, "planId": 91409, "info": "吸血", - "comment": "吸血" + "comment": "吸血", + "__EMPTY": 0 } ] \ No newline at end of file