From 411599d31d84a4fea39d624601c06e9711ed8065 Mon Sep 17 00:00:00 2001 From: atlasacademy-sion Date: Thu, 8 Sep 2022 03:15:40 +0000 Subject: [PATCH] Version: 4.0.1 DataVer: 656 --- gamedatatop.json | 2 +- master/mstQuest.json | 32 ++ master/mstQuestGroup.json | 8 + master/mstQuestMessage.json | 10 + master/mstQuestPhase.json | 16 + master/mstQuestRelease.json | 24 + master/mstStage.json | 29 + master/mstWarBoard.json | 5 + master/mstWarBoardItem.json | 56 +- master/mstWarBoardQuest.json | 4 + master/mstWarBoardRoad.json | 395 ++++++++++++++ master/mstWarBoardSquare.json | 357 +++++++++++++ master/mstWarBoardStage.json | 9 + master/mstWarBoardStageLayout.json | 816 +++++++++++++++++++++++++++++ 14 files changed, 1761 insertions(+), 2 deletions(-) diff --git a/gamedatatop.json b/gamedatatop.json index d021eef75..10ea43b65 100644 --- a/gamedatatop.json +++ b/gamedatatop.json @@ -7,7 +7,7 @@ "assetbundle": "", "master": "", "dataVer": 656, - "dateVer": 1662519600, + "dateVer": 1662606000, "assetbundleKey": "" }, "fail": {}, diff --git a/master/mstQuest.json b/master/mstQuest.json index 3625e7167..e7d14fbd4 100644 --- a/master/mstQuest.json +++ b/master/mstQuest.json @@ -297406,6 +297406,38 @@ "noticeAt": 1662519600, "openedAt": 1662606000, "closedAt": 1663772399 +}, { + "beforeActionVals": [], + "afterActionVals": [], + "id": 94052683, + "name": "그림자의 전선Ⅲ 보물 대작전", + "nameRuby": "", + "type": 7, + "consumeType": 1, + "actConsume": 5, + "chaldeaGateCategory": 1, + "spotId": 835601, + "giftId": 94053302, + "priority": 94052677, + "bannerType": 0, + "bannerId": 94052603, + "iconId": 94052603, + "charaIconId": 0, + "giftIconId": 0, + "forceOperation": 0, + "afterClear": 3, + "displayHours": 0, + "intervalHours": 0, + "chapterId": 0, + "chapterSubId": 0, + "chapterSubStr": "", + "recommendLv": "80", + "hasStartAction": 0, + "flag": 9070971060224, + "scriptQuestId": 0, + "noticeAt": 1662606000, + "openedAt": 1662692400, + "closedAt": 1663772399 }, { "beforeActionVals": [], "afterActionVals": [], diff --git a/master/mstQuestGroup.json b/master/mstQuestGroup.json index 21f00b898..4e97779e1 100644 --- a/master/mstQuestGroup.json +++ b/master/mstQuestGroup.json @@ -43438,6 +43438,14 @@ "questId": 94052682, "type": 2, "groupId": 94053301 +}, { + "questId": 94052683, + "type": 1, + "groupId": 80301 +}, { + "questId": 94052683, + "type": 2, + "groupId": 94053301 }, { "questId": 94052690, "type": 1, diff --git a/master/mstQuestMessage.json b/master/mstQuestMessage.json index f97decb41..47f372fe8 100644 --- a/master/mstQuestMessage.json +++ b/master/mstQuestMessage.json @@ -14988,4 +14988,14 @@ "targetNum": 1, "frequencyType": 3, "displayType": 1 +}, { + "questId": 94052683, + "phase": 1, + "idx": 0, + "message": "─ 주의 ─\n\n“그림자의 전선Ⅲ 보물 대작전” 은\n반복 도전 가능한 퀘스트이지만,\n인연 포인트, EXP, 전리품, 클리어 보상은\n첫 번째 클리어 시에만 획득 가능합니다.\n\n그래도 도전 하시겠습니까?", + "condType": 25, + "targetId": 94052683, + "targetNum": 1, + "frequencyType": 3, + "displayType": 1 }] \ No newline at end of file diff --git a/master/mstQuestPhase.json b/master/mstQuestPhase.json index ae761aabb..9332ab8d3 100644 --- a/master/mstQuestPhase.json +++ b/master/mstQuestPhase.json @@ -183565,6 +183565,22 @@ "playerExp": 22190, "friendshipExp": 715, "giftId": 0 +}, { + "classIds": [9, 1, 2, 4], + "individuality": [2038], + "script": { + "fieldMotionId": 28 + }, + "questSelect": null, + "questId": 94052683, + "phase": 1, + "isNpcOnly": false, + "battleBgId": 64000, + "battleBgType": 0, + "qp": 0, + "playerExp": 29690, + "friendshipExp": 815, + "giftId": 0 }, { "classIds": [2, 7], "individuality": [2073], diff --git a/master/mstQuestRelease.json b/master/mstQuestRelease.json index 4a1c09521..2c92ca303 100644 --- a/master/mstQuestRelease.json +++ b/master/mstQuestRelease.json @@ -185438,6 +185438,30 @@ "openLimit": 0, "closedMessageId": 4, "imagePriority": 9000 +}, { + "questId": 94052683, + "type": 0, + "targetId": 0, + "value": 0, + "openLimit": 0, + "closedMessageId": 0, + "imagePriority": 8000 +}, { + "questId": 94052683, + "type": 1, + "targetId": 94052601, + "value": 0, + "openLimit": 0, + "closedMessageId": 0, + "imagePriority": 10000 +}, { + "questId": 94052683, + "type": 12, + "targetId": 0, + "value": 0, + "openLimit": 0, + "closedMessageId": 4, + "imagePriority": 9000 }, { "questId": 94052690, "type": 7, diff --git a/master/mstStage.json b/master/mstStage.json index 8fa4e55e7..a19fd0fee 100644 --- a/master/mstStage.json +++ b/master/mstStage.json @@ -188020,6 +188020,35 @@ "enemyInfo": 1, "bgmId": 441, "startEffectId": 1 +}, { + "npcDeckIds": [], + "script": { + "enemyMasterBattleId": 7101000 + }, + "questId": 94052683, + "questPhase": 1, + "wave": 1, + "enemyInfo": 1, + "bgmId": 441, + "startEffectId": 1 +}, { + "npcDeckIds": [], + "script": {}, + "questId": 94052683, + "questPhase": 1, + "wave": 2, + "enemyInfo": 1, + "bgmId": 441, + "startEffectId": 1 +}, { + "npcDeckIds": [], + "script": {}, + "questId": 94052683, + "questPhase": 1, + "wave": 3, + "enemyInfo": 1, + "bgmId": 441, + "startEffectId": 1 }, { "npcDeckIds": [94052690, 1000], "script": {}, diff --git a/master/mstWarBoard.json b/master/mstWarBoard.json index 744bfca52..ebbb58ac6 100644 --- a/master/mstWarBoard.json +++ b/master/mstWarBoard.json @@ -8,4 +8,9 @@ "backGroundId": 1, "imageSetId": 1, "eventId": 80301 +}, { + "id": 94052602, + "backGroundId": 1, + "imageSetId": 1, + "eventId": 80301 }] \ No newline at end of file diff --git a/master/mstWarBoardItem.json b/master/mstWarBoardItem.json index 0637a088a..adc11e2e5 100644 --- a/master/mstWarBoardItem.json +++ b/master/mstWarBoardItem.json @@ -1 +1,55 @@ -[] \ No newline at end of file +[{ + "svals": ["[1000,1,-1,500]"], + "funcId": [100], + "id": 94052600, + "name": "퀵 UP", + "effectName": "획득한 서번트의 퀵 카드 \n성능을 50% UP(1턴)", + "evalValue": 500, + "timing": 0, + "iconId": 312 +}, { + "svals": ["[1000,1,-1,500]"], + "funcId": [109], + "id": 94052601, + "name": "아츠 UP", + "effectName": "획득한 서번트의 아츠 카드\n성능을 50% UP(1턴)", + "evalValue": 500, + "timing": 0, + "iconId": 313 +}, { + "svals": ["[1000,1,-1,500]"], + "funcId": [118], + "id": 94052602, + "name": "버스터 UP", + "effectName": "획득한 서번트의 \n버스터 카드 성능을 \n50% UP(1턴)", + "evalValue": 500, + "timing": 0, + "iconId": 314 +}, { + "svals": ["[1000,1,-1,500]"], + "funcId": [145], + "id": 94052603, + "name": "공격력 UP", + "effectName": "획득한 서번트의 공격력을\n50% UP(1턴)", + "evalValue": 500, + "timing": 0, + "iconId": 300 +}, { + "svals": ["[1000,-1,1,1000]"], + "funcId": [292], + "id": 94052611, + "name": "근성", + "effectName": "획득한 서번트에게 근성 상태 부여(1회・HP 1000 회복)", + "evalValue": 500, + "timing": 0, + "iconId": 304 +}, { + "svals": ["[1000,10000]", "[1000,5]"], + "funcId": [459, 470], + "id": 94052613, + "name": "NP 획득", + "effectName": "획득한 서번트의\nNP를 100% 차지\n(적인 경우 차지 5 증가)", + "evalValue": 500, + "timing": 0, + "iconId": 303 +}] \ No newline at end of file diff --git a/master/mstWarBoardQuest.json b/master/mstWarBoardQuest.json index 55c32c6f2..d62be53d0 100644 --- a/master/mstWarBoardQuest.json +++ b/master/mstWarBoardQuest.json @@ -6,4 +6,8 @@ "questId": 94052682, "questPhase": 1, "stageId": 94052601 +}, { + "questId": 94052683, + "questPhase": 1, + "stageId": 94052602 }] \ No newline at end of file diff --git a/master/mstWarBoardRoad.json b/master/mstWarBoardRoad.json index 0aefe281c..c69598376 100644 --- a/master/mstWarBoardRoad.json +++ b/master/mstWarBoardRoad.json @@ -713,4 +713,399 @@ "squareIndex1": 49, "squareIndex2": 51, "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 1, + "squareIndex2": 2, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 1, + "squareIndex2": 3, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 1, + "squareIndex2": 4, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 2, + "squareIndex2": 4, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 2, + "squareIndex2": 20, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 3, + "squareIndex2": 4, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 3, + "squareIndex2": 5, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 3, + "squareIndex2": 11, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 4, + "squareIndex2": 11, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 4, + "squareIndex2": 20, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 5, + "squareIndex2": 42, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 6, + "squareIndex2": 18, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 6, + "squareIndex2": 32, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 6, + "squareIndex2": 33, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 7, + "squareIndex2": 51, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 8, + "squareIndex2": 7, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 8, + "squareIndex2": 40, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 9, + "squareIndex2": 34, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 10, + "squareIndex2": 34, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 10, + "squareIndex2": 40, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 11, + "squareIndex2": 12, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 12, + "squareIndex2": 13, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 12, + "squareIndex2": 35, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 13, + "squareIndex2": 14, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 13, + "squareIndex2": 35, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 13, + "squareIndex2": 36, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 14, + "squareIndex2": 15, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 14, + "squareIndex2": 36, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 15, + "squareIndex2": 16, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 15, + "squareIndex2": 36, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 15, + "squareIndex2": 37, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 15, + "squareIndex2": 38, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 16, + "squareIndex2": 17, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 16, + "squareIndex2": 38, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 17, + "squareIndex2": 7, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 17, + "squareIndex2": 8, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 17, + "squareIndex2": 39, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 17, + "squareIndex2": 40, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 18, + "squareIndex2": 8, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 18, + "squareIndex2": 41, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 19, + "squareIndex2": 23, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 19, + "squareIndex2": 24, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 19, + "squareIndex2": 25, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 19, + "squareIndex2": 36, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 20, + "squareIndex2": 21, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 21, + "squareIndex2": 22, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 22, + "squareIndex2": 23, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 24, + "squareIndex2": 27, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 25, + "squareIndex2": 26, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 26, + "squareIndex2": 28, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 26, + "squareIndex2": 31, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 27, + "squareIndex2": 28, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 27, + "squareIndex2": 29, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 28, + "squareIndex2": 29, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 28, + "squareIndex2": 30, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 29, + "squareIndex2": 30, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 30, + "squareIndex2": 9, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 30, + "squareIndex2": 31, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 31, + "squareIndex2": 10, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 32, + "squareIndex2": 33, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 32, + "squareIndex2": 41, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 33, + "squareIndex2": 34, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 35, + "squareIndex2": 36, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 36, + "squareIndex2": 37, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 37, + "squareIndex2": 38, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 38, + "squareIndex2": 39, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 39, + "squareIndex2": 40, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 42, + "squareIndex2": 43, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 43, + "squareIndex2": 44, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 44, + "squareIndex2": 45, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 45, + "squareIndex2": 46, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 45, + "squareIndex2": 50, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 46, + "squareIndex2": 14, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 46, + "squareIndex2": 47, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 46, + "squareIndex2": 50, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 47, + "squareIndex2": 48, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 47, + "squareIndex2": 50, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 48, + "squareIndex2": 49, + "mobilityLimitId": 0 +}, { + "warBoardId": 94052602, + "squareIndex1": 49, + "squareIndex2": 51, + "mobilityLimitId": 0 }] \ No newline at end of file diff --git a/master/mstWarBoardSquare.json b/master/mstWarBoardSquare.json index f5fdea4b2..fb00ed1b0 100644 --- a/master/mstWarBoardSquare.json +++ b/master/mstWarBoardSquare.json @@ -635,4 +635,361 @@ "positionY": 322, "bgNo": 64000, "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 1, + "positionX": 1787, + "positionY": 950, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 2, + "positionX": 1705, + "positionY": 1034, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 3, + "positionX": 1724, + "positionY": 850, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 4, + "positionX": 1642, + "positionY": 930, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 5, + "positionX": 1844, + "positionY": 727, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 6, + "positionX": 306, + "positionY": 454, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 7, + "positionX": 661, + "positionY": 412, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 8, + "positionX": 539, + "positionY": 471, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 9, + "positionX": 306, + "positionY": 729, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 10, + "positionX": 424, + "positionY": 679, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 11, + "positionX": 1519, + "positionY": 868, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 12, + "positionX": 1422, + "positionY": 777, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 13, + "positionX": 1351, + "positionY": 675, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 14, + "positionX": 1177, + "positionY": 612, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 15, + "positionX": 1058, + "positionY": 580, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 16, + "positionX": 940, + "positionY": 528, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 17, + "positionX": 700, + "positionY": 538, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 18, + "positionX": 409, + "positionY": 403, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 19, + "positionX": 978, + "positionY": 916, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 20, + "positionX": 1581, + "positionY": 1085, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 21, + "positionX": 1459, + "positionY": 1009, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 22, + "positionX": 1309, + "positionY": 969, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 23, + "positionX": 1163, + "positionY": 894, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 24, + "positionX": 822, + "positionY": 990, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 25, + "positionX": 808, + "positionY": 851, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 26, + "positionX": 626, + "positionY": 869, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 27, + "positionX": 662, + "positionY": 1036, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 28, + "positionX": 545, + "positionY": 966, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 29, + "positionX": 464, + "positionY": 1069, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 30, + "positionX": 427, + "positionY": 890, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 31, + "positionX": 514, + "positionY": 778, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 32, + "positionX": 204, + "positionY": 386, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 33, + "positionX": 205, + "positionY": 503, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 34, + "positionX": 277, + "positionY": 602, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 35, + "positionX": 1247, + "positionY": 737, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 36, + "positionX": 1090, + "positionY": 712, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 37, + "positionX": 971, + "positionY": 673, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 38, + "positionX": 835, + "positionY": 604, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 39, + "positionX": 619, + "positionY": 656, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 40, + "positionX": 509, + "positionY": 583, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 41, + "positionX": 317, + "positionY": 337, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 42, + "positionX": 1893, + "positionY": 557, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 43, + "positionX": 1756, + "positionY": 338, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 44, + "positionX": 1527, + "positionY": 286, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 45, + "positionX": 1343, + "positionY": 414, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 46, + "positionX": 1178, + "positionY": 435, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 47, + "positionX": 1010, + "positionY": 371, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 48, + "positionX": 1021, + "positionY": 210, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 49, + "positionX": 880, + "positionY": 190, + "bgNo": 64100, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 50, + "positionX": 1253, + "positionY": 329, + "bgNo": 64000, + "bgType": 0 +}, { + "warBoardId": 94052602, + "squareIndex": 51, + "positionX": 765, + "positionY": 322, + "bgNo": 64000, + "bgType": 0 }] \ No newline at end of file diff --git a/master/mstWarBoardStage.json b/master/mstWarBoardStage.json index 234b94990..c100937cf 100644 --- a/master/mstWarBoardStage.json +++ b/master/mstWarBoardStage.json @@ -16,4 +16,13 @@ "playBgmId": 437, "formationCost": 43, "hasTitleAction": 1 +}, { + "id": 94052602, + "warBoardId": 94052602, + "name": "", + "boardMessage": "랜서, 어쌔신, 엑스트라 클래스를\n통솔하여 적 마스터를 쓰러트려라!", + "editBgmId": 438, + "playBgmId": 437, + "formationCost": 63, + "hasTitleAction": 1 }] \ No newline at end of file diff --git a/master/mstWarBoardStageLayout.json b/master/mstWarBoardStageLayout.json index 21bbf9730..8d6da8202 100644 --- a/master/mstWarBoardStageLayout.json +++ b/master/mstWarBoardStageLayout.json @@ -1454,4 +1454,820 @@ "evalValue": 0, "imageId": 0, "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 1, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 3, + "limitActionPoint": 3, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 2, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 1, + "limitActionPoint": 3, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 2, + "restrictionId": 94052685, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 3, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 1, + "limitActionPoint": 3, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 1, + "restrictionId": 94052682, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 4, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 1, + "limitActionPoint": 3, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 4, + "restrictionId": 94052687, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 5, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 1, + "limitActionPoint": 3, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 3, + "restrictionId": 94052682, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 6, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 3, + "limitActionPoint": 3, + "forceId": 1, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 7, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 1, + "limitActionPoint": 3, + "forceId": 1, + "groupId": 0, + "followerType": 0, + "pieceIndex": 2, + "restrictionId": 0, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 8, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 1, + "limitActionPoint": 3, + "forceId": 1, + "groupId": 0, + "followerType": 0, + "pieceIndex": 1, + "restrictionId": 0, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 9, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 10, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 1, + "limitActionPoint": 3, + "forceId": 1, + "groupId": 0, + "followerType": 0, + "pieceIndex": 3, + "restrictionId": 0, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 11, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 12, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 13, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 14, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 15, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 16, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 17, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 18, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 1, + "limitActionPoint": 3, + "forceId": 1, + "groupId": 0, + "followerType": 0, + "pieceIndex": 5, + "restrictionId": 0, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 19, + "type": 2, + "effectId": 94052613, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 20, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 21, + "type": 2, + "effectId": 94052603, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 22, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 23, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 24, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 25, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 26, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 27, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 28, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 29, + "type": 2, + "effectId": 94052602, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 30, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 31, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 32, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 33, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 34, + "type": 1, + "effectId": 0, + "isPiecePut": true, + "breakPoint": 1, + "limitActionPoint": 3, + "forceId": 1, + "groupId": 0, + "followerType": 0, + "pieceIndex": 4, + "restrictionId": 0, + "evalValue": 0, + "imageId": 1, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 35, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 36, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 37, + "type": 2, + "effectId": 94052611, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 38, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 39, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 40, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 41, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 42, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 43, + "type": 2, + "effectId": 94052601, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 44, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 45, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 46, + "type": 2, + "effectId": 94052613, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 47, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 48, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 49, + "type": 2, + "effectId": 94052600, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 50, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 +}, { + "stageId": 94052602, + "squareIndex": 51, + "type": 1, + "effectId": 0, + "isPiecePut": false, + "breakPoint": 0, + "limitActionPoint": 0, + "forceId": 0, + "groupId": 0, + "followerType": 0, + "pieceIndex": 0, + "restrictionId": 0, + "evalValue": 0, + "imageId": 0, + "actionType": 0 }] \ No newline at end of file