From 0c5256af8ce31428f98ce492e7d23d1dabb1dba4 Mon Sep 17 00:00:00 2001 From: atlasacademy-sion <atlasacademysion@gmail.com> Date: Sun, 15 Dec 2024 03:15:58 +0000 Subject: [PATCH] Version: 6.1.0 DataVer: 936 --- gamedatatop.json | 2 +- master/mstQuest.json | 64 +++++++++++++++++++++++++++++++++ master/mstQuestGroup.json | 8 +++++ master/mstQuestPhase.json | 32 +++++++++++++++++ master/mstQuestPhaseDetail.json | 22 ++++++++++++ master/mstQuestRelease.json | 64 +++++++++++++++++++++++++++++++++ master/mstQuestRestriction.json | 16 +++++++++ master/mstStage.json | 49 +++++++++++++++++++++++++ master/npcFollower.json | 11 ++++++ master/npcSvtFollower.json | 21 +++++++++++ master/viewEnemy.json | 52 +++++++++++++++++++++++++++ master/viewQuestEnemyInfo.json | 3 ++ master/viewQuestInfo.json | 4 +++ 13 files changed, 347 insertions(+), 1 deletion(-) diff --git a/gamedatatop.json b/gamedatatop.json index 7b4999d6c..58ed98a56 100644 --- a/gamedatatop.json +++ b/gamedatatop.json @@ -7,7 +7,7 @@ "assetbundle": "", "master": "", "dataVer": 936, - "dateVer": 1734188400, + "dateVer": 1734231600, "assetbundleKey": "" }, "fail": {}, diff --git a/master/mstQuest.json b/master/mstQuest.json index a10efd2fa..b5e0e6b8f 100644 --- a/master/mstQuest.json +++ b/master/mstQuest.json @@ -411550,6 +411550,38 @@ "noticeAt": 1734145200, "openedAt": 1734231600, "closedAt": 1735743599 +}, { + "beforeActionVals": [], + "afterActionVals": [], + "id": 94081807, + "name": "06 : ‘개국해 주세요’", + "nameRuby": "", + "type": 1, + "consumeType": 1, + "actConsume": 5, + "chaldeaGateCategory": 1, + "spotId": 838301, + "giftId": 101, + "priority": 94082093, + "bannerType": 0, + "bannerId": 94081801, + "iconId": 94081801, + "charaIconId": 0, + "giftIconId": 0, + "forceOperation": 0, + "afterClear": 1, + "displayHours": 0, + "intervalHours": 0, + "chapterId": 0, + "chapterSubId": 0, + "chapterSubStr": "", + "recommendLv": "50", + "hasStartAction": 0, + "flag": 0, + "scriptQuestId": 0, + "noticeAt": 1734231600, + "openedAt": 1734318000, + "closedAt": 1735743599 }, { "beforeActionVals": [], "afterActionVals": [], @@ -411774,6 +411806,38 @@ "noticeAt": 1734145200, "openedAt": 1734231600, "closedAt": 1735743599 +}, { + "beforeActionVals": [], + "afterActionVals": [], + "id": 94081908, + "name": "기업 방문 “헤어 살롱・블랙 바트”", + "nameRuby": "", + "type": 5, + "consumeType": 1, + "actConsume": 40, + "chaldeaGateCategory": 1, + "spotId": 838301, + "giftId": 12000, + "priority": 94081992, + "bannerType": 0, + "bannerId": 94081802, + "iconId": 94081802, + "charaIconId": 0, + "giftIconId": 0, + "forceOperation": 0, + "afterClear": 3, + "displayHours": 0, + "intervalHours": 0, + "chapterId": 0, + "chapterSubId": 0, + "chapterSubStr": "", + "recommendLv": "90", + "hasStartAction": 1, + "flag": 549755813888, + "scriptQuestId": 0, + "noticeAt": 1734231600, + "openedAt": 1734318000, + "closedAt": 1735743599 }, { "beforeActionVals": [], "afterActionVals": [], diff --git a/master/mstQuestGroup.json b/master/mstQuestGroup.json index 15caf18e4..9fff18e14 100644 --- a/master/mstQuestGroup.json +++ b/master/mstQuestGroup.json @@ -62290,6 +62290,10 @@ "questId": 94081806, "type": 1, "groupId": 80422 +}, { + "questId": 94081807, + "type": 1, + "groupId": 80422 }, { "questId": 94081901, "type": 1, @@ -62318,6 +62322,10 @@ "questId": 94081907, "type": 1, "groupId": 80422 +}, { + "questId": 94081908, + "type": 1, + "groupId": 80422 }, { "questId": 94082002, "type": 1, diff --git a/master/mstQuestPhase.json b/master/mstQuestPhase.json index 0f954074a..1036a0cde 100644 --- a/master/mstQuestPhase.json +++ b/master/mstQuestPhase.json @@ -264520,6 +264520,24 @@ "playerExp": 0, "friendshipExp": 0, "giftId": 0 +}, { + "classIds": [5], + "individuality": [2392, 94000141], + "script": { + "formationBgmId": 132, + "novoice": 1, + "useEventDeckNo": 94081801 + }, + "questSelect": null, + "questId": 94081807, + "phase": 1, + "isNpcOnly": false, + "battleBgId": 104500, + "battleBgType": 0, + "qp": 5400, + "playerExp": 10190, + "friendshipExp": 515, + "giftId": 0 }, { "classIds": [7], "individuality": [94000141], @@ -264618,6 +264636,20 @@ "playerExp": 29690, "friendshipExp": 815, "giftId": 0 +}, { + "classIds": [4], + "individuality": [2392, 94000141], + "script": {}, + "questSelect": null, + "questId": 94081908, + "phase": 1, + "isNpcOnly": false, + "battleBgId": 76210, + "battleBgType": 0, + "qp": 9400, + "playerExp": 38190, + "friendshipExp": 915, + "giftId": 0 }, { "classIds": [1, 7], "individuality": [], diff --git a/master/mstQuestPhaseDetail.json b/master/mstQuestPhaseDetail.json index 22d541b0a..79f37590d 100644 --- a/master/mstQuestPhaseDetail.json +++ b/master/mstQuestPhaseDetail.json @@ -79880,6 +79880,28 @@ "actConsume": 0, "flag": 2, "recommendLv": "" +}, { + "beforeActionVals": [], + "afterActionVals": [], + "boardMessage": { + "text": { + "textString": "편성 조건 있음", + "offset": [3, -2], + "fontSize": 14, + "gradation": ["#FFEC00", "#FFEC00"] + }, + "image": { + "bannerSp": "img_quest_formlimit_01", + "offset": [3, -2] + } + }, + "questId": 94081807, + "phase": 1, + "spotId": 838301, + "consumeType": 1, + "actConsume": 5, + "flag": 562950242828288, + "recommendLv": "" }, { "beforeActionVals": [], "afterActionVals": [], diff --git a/master/mstQuestRelease.json b/master/mstQuestRelease.json index 9b4f3e9a5..cde0a7c46 100644 --- a/master/mstQuestRelease.json +++ b/master/mstQuestRelease.json @@ -254766,6 +254766,38 @@ "openLimit": 0, "closedMessageId": 94081817, "imagePriority": 6000 +}, { + "questId": 94081807, + "type": 0, + "targetId": 0, + "value": 0, + "openLimit": 0, + "closedMessageId": 0, + "imagePriority": 7000 +}, { + "questId": 94081807, + "type": 1, + "targetId": 94081806, + "value": 0, + "openLimit": 0, + "closedMessageId": 0, + "imagePriority": 10000 +}, { + "questId": 94081807, + "type": 12, + "targetId": 0, + "value": 0, + "openLimit": 0, + "closedMessageId": 94081826, + "imagePriority": 9000 +}, { + "questId": 94081807, + "type": 85, + "targetId": 80422, + "value": 405000, + "openLimit": 0, + "closedMessageId": 94081818, + "imagePriority": 6000 }, { "questId": 94081901, "type": 1, @@ -254926,6 +254958,38 @@ "openLimit": 0, "closedMessageId": 94081810, "imagePriority": 9000 +}, { + "questId": 94081908, + "type": 0, + "targetId": 0, + "value": 0, + "openLimit": 0, + "closedMessageId": 0, + "imagePriority": 7000 +}, { + "questId": 94081908, + "type": 1, + "targetId": 94081806, + "value": 0, + "openLimit": 0, + "closedMessageId": 0, + "imagePriority": 10000 +}, { + "questId": 94081908, + "type": 1, + "targetId": 94081807, + "value": 0, + "openLimit": 0, + "closedMessageId": 94081805, + "imagePriority": 8000 +}, { + "questId": 94081908, + "type": 12, + "targetId": 0, + "value": 0, + "openLimit": 0, + "closedMessageId": 94081811, + "imagePriority": 9000 }, { "questId": 94082002, "type": 1, diff --git a/master/mstQuestRestriction.json b/master/mstQuestRestriction.json index c1710e4dd..1825e71ec 100644 --- a/master/mstQuestRestriction.json +++ b/master/mstQuestRestriction.json @@ -13910,6 +13910,22 @@ "dialogMessage": "이 퀘스트에서는\n소지 서번트에서 5기까지\n편성할 수 있습니다.", "noticeMessage": "", "title": "" +}, { + "questId": 94081807, + "phase": 1, + "restrictionId": 94081801, + "frequencyType": 0, + "dialogMessage": "", + "noticeMessage": "", + "title": "" +}, { + "questId": 94081807, + "phase": 1, + "restrictionId": 94081802, + "frequencyType": 1, + "dialogMessage": "이 퀘스트에서는\n소지 서번트에서 4기까지\n편성할 수 있습니다.", + "noticeMessage": "", + "title": "" }, { "questId": 911000701, "phase": 1, diff --git a/master/mstStage.json b/master/mstStage.json index c418c0e88..7b9f9916d 100644 --- a/master/mstStage.json +++ b/master/mstStage.json @@ -274679,6 +274679,25 @@ "enemyInfo": 1, "bgmId": 552, "startEffectId": 2 +}, { + "npcDeckIds": [94081807, 1000], + "script": { + "priorityBgm": 100, + "aiFieldIds": [{ + "day": 0, + "id": 94081971 + }, { + "day": 0, + "id": 94081981 + }] + }, + "stageCutinGroupIds": [], + "questId": 94081807, + "questPhase": 1, + "wave": 1, + "enemyInfo": 1, + "bgmId": 57, + "startEffectId": 2 }, { "npcDeckIds": [94081813, 1000], "script": {}, @@ -274889,6 +274908,36 @@ "enemyInfo": 1, "bgmId": 551, "startEffectId": 2 +}, { + "npcDeckIds": [94081834, 1000], + "script": {}, + "stageCutinGroupIds": [], + "questId": 94081908, + "questPhase": 1, + "wave": 1, + "enemyInfo": 1, + "bgmId": 662, + "startEffectId": 1 +}, { + "npcDeckIds": [94081835, 1000], + "script": {}, + "stageCutinGroupIds": [], + "questId": 94081908, + "questPhase": 1, + "wave": 2, + "enemyInfo": 1, + "bgmId": 662, + "startEffectId": 1 +}, { + "npcDeckIds": [94081836, 1000], + "script": {}, + "stageCutinGroupIds": [], + "questId": 94081908, + "questPhase": 1, + "wave": 3, + "enemyInfo": 1, + "bgmId": 551, + "startEffectId": 2 }, { "npcDeckIds": [94082050, 1000], "script": {}, diff --git a/master/npcFollower.json b/master/npcFollower.json index 84fdce5f1..6142d9c0d 100644 --- a/master/npcFollower.json +++ b/master/npcFollower.json @@ -38146,6 +38146,17 @@ "npcScript": "{}", "openedAt": 0, "closedAt": 0 +}, { + "svtEquipIds": [94081804], + "id": 1000, + "questId": 94081807, + "questPhase": 1, + "priority": 0, + "leaderSvtId": 94081804, + "flag": 4, + "npcScript": "{\"eventDeckIndex\":1}", + "openedAt": 0, + "closedAt": 0 }, { "svtEquipIds": [], "id": 1000, diff --git a/master/npcSvtFollower.json b/master/npcSvtFollower.json index b02ac57ee..03b6b76ea 100644 --- a/master/npcSvtFollower.json +++ b/master/npcSvtFollower.json @@ -44854,6 +44854,27 @@ "skillLv3": 8, "flag": 0, "createdAt": 1356966000 +}, { + "appendPassiveSkillIds": [], + "appendPassiveSkillLvs": [], + "id": 94081804, + "svtId": 204700, + "name": "NONE", + "lv": 80, + "limitCount": 1, + "hp": 11050, + "atk": 10430, + "individuality": "[5000,204700,1,102,202,301,303,1000,2001,2008,2631,6010]", + "treasureDeviceId": 204701, + "treasureDeviceLv": 3, + "skillId1": 2195550, + "skillId2": 2196450, + "skillId3": 2197550, + "skillLv1": 8, + "skillLv2": 8, + "skillLv3": 8, + "flag": 0, + "createdAt": 1356966000 }, { "appendPassiveSkillIds": [], "appendPassiveSkillLvs": [], diff --git a/master/viewEnemy.json b/master/viewEnemy.json index 85fd1800b..88f6c118b 100644 --- a/master/viewEnemy.json +++ b/master/viewEnemy.json @@ -18900,6 +18900,58 @@ "impossibleKill": 0, "enemyScript": "{}", "npcSvtId": 94081925 +}, { + "questId": 94081908, + "enemyId": 1, + "name": "헤어 스타일은 고를 수 없어", + "classId": 4, + "svtId": 403400, + "limitCount": 0, + "iconId": 4034000, + "displayType": 1, + "missionIds": [2002418, 10201, 10202, 10203, 10204, 10205, 10206, 10207, 10208, 2002416, 2002417, 2002377, 2002404, 2002383, 2002411, 10224, 10225, 10226, 10227, 10228, 2002398], + "impossibleKill": 0, + "enemyScript": "{\"appear\":1}", + "npcSvtId": 94081926 +}, { + "questId": 94081908, + "enemyId": 2, + "name": "찰랑찰랑 스트레이트로 해주세요", + "classId": 4, + "svtId": 9936850, + "limitCount": 1, + "iconId": 99368501, + "displayType": 1, + "missionIds": [10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 2002375, 2002402, 2002376, 2002405, 2002383, 2002411], + "impossibleKill": 0, + "enemyScript": "{\"billBoardGroup\":1,\"appear\":1}", + "npcSvtId": 94081927 +}, { + "questId": 94081908, + "enemyId": 3, + "name": "가끔은 모험을 해보고 싶어", + "classId": 4, + "svtId": 9940190, + "limitCount": 1, + "iconId": 99401901, + "displayType": 1, + "missionIds": [10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 2002384, 2002383, 2002411], + "impossibleKill": 0, + "enemyScript": "{\"billBoardGroup\":1}", + "npcSvtId": 94081929 +}, { + "questId": 94081908, + "enemyId": 4, + "name": "짧게", + "classId": 4, + "svtId": 9940180, + "limitCount": 1, + "iconId": 99401801, + "displayType": 1, + "missionIds": [10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 2002384, 2002383, 2002411], + "impossibleKill": 0, + "enemyScript": "{\"billBoardGroup\":1}", + "npcSvtId": 94081928 }, { "questId": 94082201, "enemyId": 1, diff --git a/master/viewQuestEnemyInfo.json b/master/viewQuestEnemyInfo.json index a243a3292..3374bc6d2 100644 --- a/master/viewQuestEnemyInfo.json +++ b/master/viewQuestEnemyInfo.json @@ -1156,6 +1156,9 @@ }, { "questId": 94081907, "enemyNum": 4 +}, { + "questId": 94081908, + "enemyNum": 4 }, { "questId": 94082201, "enemyNum": 5 diff --git a/master/viewQuestInfo.json b/master/viewQuestInfo.json index 57d0db16f..38d138704 100644 --- a/master/viewQuestInfo.json +++ b/master/viewQuestInfo.json @@ -1542,6 +1542,10 @@ "questId": 94081907, "dropSvtNum": 0, "dropItemNum": 7 +}, { + "questId": 94081908, + "dropSvtNum": 0, + "dropItemNum": 7 }, { "questId": 94082201, "dropSvtNum": 0,