From 8d7dab2eb57ccea13c4d52a29f99ff60497f1f16 Mon Sep 17 00:00:00 2001
From: atlasacademy-sion <atlasacademysion@gmail.com>
Date: Thu, 16 Jan 2025 03:15:57 +0000
Subject: [PATCH] Version: 6.1.0 DataVer: 940

---
 gamedatatop.json            |   2 +-
 master/mstQuest.json        |  96 +++++++++++++
 master/mstQuestGroup.json   |  12 ++
 master/mstQuestPhase.json   |  98 +++++++++++++
 master/mstQuestPickup.json  |  36 +++++
 master/mstQuestRelease.json |  72 ++++++++++
 master/mstSkill.json        |  33 +++++
 master/mstSkillDetail.json  |  12 ++
 master/mstSkillLv.json      | 270 ++++++++++++++++++++++++++++++++++++
 master/mstStage.json        | 190 +++++++++++++++++++++++++
 master/mstSvt.json          |   6 +-
 master/mstSvtSkill.json     |  54 +++++++-
 12 files changed, 871 insertions(+), 10 deletions(-)

diff --git a/gamedatatop.json b/gamedatatop.json
index 07784b888..9b02e238c 100644
--- a/gamedatatop.json
+++ b/gamedatatop.json
@@ -7,7 +7,7 @@
             "assetbundle": "",
             "master": "",
             "dataVer": 940,
-            "dateVer": 1736737200,
+            "dateVer": 1736996400,
             "assetbundleKey": ""
         },
         "fail": {},
diff --git a/master/mstQuest.json b/master/mstQuest.json
index f7f2ed759..3f17e9b02 100644
--- a/master/mstQuest.json
+++ b/master/mstQuest.json
@@ -414334,6 +414334,102 @@
     "noticeAt": 1736737200,
     "openedAt": 1736737200,
     "closedAt": 1893423600
+}, {
+    "beforeActionVals": [],
+    "afterActionVals": [],
+    "id": 94084704,
+    "name": "강화 퀘스트 모드레드 2",
+    "nameRuby": "",
+    "type": 5,
+    "consumeType": 1,
+    "actConsume": 23,
+    "chaldeaGateCategory": 1,
+    "spotId": 99001,
+    "giftId": 94012504,
+    "priority": 94084699,
+    "bannerType": 0,
+    "bannerId": 94002501,
+    "iconId": 0,
+    "charaIconId": 1009000,
+    "giftIconId": 0,
+    "forceOperation": 0,
+    "afterClear": 1,
+    "displayHours": 0,
+    "intervalHours": 0,
+    "chapterId": 0,
+    "chapterSubId": 0,
+    "chapterSubStr": "",
+    "recommendLv": "90",
+    "hasStartAction": 1,
+    "flag": 32,
+    "scriptQuestId": 0,
+    "noticeAt": 1736996400,
+    "openedAt": 1736996400,
+    "closedAt": 1893510000
+}, {
+    "beforeActionVals": [],
+    "afterActionVals": [],
+    "id": 94084705,
+    "name": "강화 퀘스트 네로 클라우디우스 2",
+    "nameRuby": "",
+    "type": 5,
+    "consumeType": 1,
+    "actConsume": 21,
+    "chaldeaGateCategory": 1,
+    "spotId": 99001,
+    "giftId": 94012504,
+    "priority": 94084698,
+    "bannerType": 0,
+    "bannerId": 94002501,
+    "iconId": 0,
+    "charaIconId": 1005000,
+    "giftIconId": 0,
+    "forceOperation": 0,
+    "afterClear": 1,
+    "displayHours": 0,
+    "intervalHours": 0,
+    "chapterId": 0,
+    "chapterSubId": 0,
+    "chapterSubStr": "",
+    "recommendLv": "80",
+    "hasStartAction": 1,
+    "flag": 32,
+    "scriptQuestId": 0,
+    "noticeAt": 1736996400,
+    "openedAt": 1736996400,
+    "closedAt": 1893423600
+}, {
+    "beforeActionVals": [],
+    "afterActionVals": [],
+    "id": 94084706,
+    "name": "강화 퀘스트 알트리아 펜드래곤(얼터) 2",
+    "nameRuby": "",
+    "type": 5,
+    "consumeType": 1,
+    "actConsume": 21,
+    "chaldeaGateCategory": 1,
+    "spotId": 99001,
+    "giftId": 94012504,
+    "priority": 94084697,
+    "bannerType": 0,
+    "bannerId": 94002501,
+    "iconId": 0,
+    "charaIconId": 3019000,
+    "giftIconId": 0,
+    "forceOperation": 0,
+    "afterClear": 1,
+    "displayHours": 0,
+    "intervalHours": 0,
+    "chapterId": 0,
+    "chapterSubId": 0,
+    "chapterSubStr": "",
+    "recommendLv": "80",
+    "hasStartAction": 1,
+    "flag": 32,
+    "scriptQuestId": 0,
+    "noticeAt": 1736996400,
+    "openedAt": 1736996400,
+    "closedAt": 1893423600
 }, {
     "beforeActionVals": [],
     "afterActionVals": [],
diff --git a/master/mstQuestGroup.json b/master/mstQuestGroup.json
index 64186f428..49f2fb3eb 100644
--- a/master/mstQuestGroup.json
+++ b/master/mstQuestGroup.json
@@ -62638,6 +62638,18 @@
     "questId": 94084703,
     "type": 1,
     "groupId": 0
+}, {
+    "questId": 94084704,
+    "type": 1,
+    "groupId": 0
+}, {
+    "questId": 94084705,
+    "type": 1,
+    "groupId": 0
+}, {
+    "questId": 94084706,
+    "type": 1,
+    "groupId": 0
 }, {
     "questId": 94088601,
     "type": 1,
diff --git a/master/mstQuestPhase.json b/master/mstQuestPhase.json
index db13b7141..2cf7731af 100644
--- a/master/mstQuestPhase.json
+++ b/master/mstQuestPhase.json
@@ -266631,6 +266631,104 @@
     "playerExp": 38190,
     "friendshipExp": 915,
     "giftId": 0
+}, {
+    "classIds": [7, 3],
+    "individuality": [2884],
+    "script": {},
+    "questSelect": null,
+    "questId": 94084704,
+    "phase": 1,
+    "isNpcOnly": false,
+    "battleBgId": 14102,
+    "battleBgType": 1,
+    "qp": 9400,
+    "playerExp": 38190,
+    "friendshipExp": 915,
+    "giftId": 0
+}, {
+    "classIds": [7],
+    "individuality": [2884],
+    "script": {},
+    "questSelect": null,
+    "questId": 94084704,
+    "phase": 2,
+    "isNpcOnly": false,
+    "battleBgId": 14102,
+    "battleBgType": 1,
+    "qp": 9400,
+    "playerExp": 38190,
+    "friendshipExp": 915,
+    "giftId": 0
+}, {
+    "classIds": [3, 7],
+    "individuality": [2884],
+    "script": {},
+    "questSelect": null,
+    "questId": 94084704,
+    "phase": 3,
+    "isNpcOnly": false,
+    "battleBgId": 14102,
+    "battleBgType": 1,
+    "qp": 9400,
+    "playerExp": 38190,
+    "friendshipExp": 915,
+    "giftId": 0
+}, {
+    "classIds": [3, 7, 1, 4],
+    "individuality": [],
+    "script": {},
+    "questSelect": null,
+    "questId": 94084705,
+    "phase": 1,
+    "isNpcOnly": false,
+    "battleBgId": 20600,
+    "battleBgType": 1,
+    "qp": 8400,
+    "playerExp": 29690,
+    "friendshipExp": 815,
+    "giftId": 0
+}, {
+    "classIds": [4, 7],
+    "individuality": [2038, 2039],
+    "script": {},
+    "questSelect": null,
+    "questId": 94084706,
+    "phase": 1,
+    "isNpcOnly": false,
+    "battleBgId": 28010,
+    "battleBgType": 0,
+    "qp": 8400,
+    "playerExp": 29690,
+    "friendshipExp": 815,
+    "giftId": 0
+}, {
+    "classIds": [2, 7, 4],
+    "individuality": [2038, 2039],
+    "script": {},
+    "questSelect": null,
+    "questId": 94084706,
+    "phase": 2,
+    "isNpcOnly": false,
+    "battleBgId": 28010,
+    "battleBgType": 0,
+    "qp": 8400,
+    "playerExp": 29690,
+    "friendshipExp": 815,
+    "giftId": 0
+}, {
+    "classIds": [4],
+    "individuality": [2038, 2039],
+    "script": {},
+    "questSelect": null,
+    "questId": 94084706,
+    "phase": 3,
+    "isNpcOnly": false,
+    "battleBgId": 28010,
+    "battleBgType": 0,
+    "qp": 8400,
+    "playerExp": 29690,
+    "friendshipExp": 815,
+    "giftId": 0
 }, {
     "classIds": [3, 1, 2, 7],
     "individuality": [2038, 2121],
diff --git a/master/mstQuestPickup.json b/master/mstQuestPickup.json
index 172d9b801..e67ae1728 100644
--- a/master/mstQuestPickup.json
+++ b/master/mstQuestPickup.json
@@ -28,4 +28,40 @@
     "startedAt": 1736737200,
     "endedAt": 1738076399,
     "priority": 86
+}, {
+    "id": 10000918,
+    "questId": 94047401,
+    "startedAt": 1736996400,
+    "endedAt": 1738076399,
+    "priority": 89
+}, {
+    "id": 10000919,
+    "questId": 94084704,
+    "startedAt": 1736996400,
+    "endedAt": 1738076399,
+    "priority": 89
+}, {
+    "id": 10000920,
+    "questId": 94035608,
+    "startedAt": 1736996400,
+    "endedAt": 1738076399,
+    "priority": 88
+}, {
+    "id": 10000921,
+    "questId": 94084705,
+    "startedAt": 1736996400,
+    "endedAt": 1738076399,
+    "priority": 88
+}, {
+    "id": 10000922,
+    "questId": 94058604,
+    "startedAt": 1736996400,
+    "endedAt": 1738076399,
+    "priority": 87
+}, {
+    "id": 10000923,
+    "questId": 94084706,
+    "startedAt": 1736996400,
+    "endedAt": 1738076399,
+    "priority": 87
 }]
\ No newline at end of file
diff --git a/master/mstQuestRelease.json b/master/mstQuestRelease.json
index 2c6a51bdb..9261fc063 100644
--- a/master/mstQuestRelease.json
+++ b/master/mstQuestRelease.json
@@ -256574,6 +256574,78 @@
     "openLimit": 0,
     "closedMessageId": 0,
     "imagePriority": 12000
+}, {
+    "questId": 94084704,
+    "type": 1,
+    "targetId": 94047401,
+    "value": 0,
+    "openLimit": 0,
+    "closedMessageId": 0,
+    "imagePriority": 3000
+}, {
+    "questId": 94084704,
+    "type": 8,
+    "targetId": 100900,
+    "value": 0,
+    "openLimit": 0,
+    "closedMessageId": 0,
+    "imagePriority": 10000
+}, {
+    "questId": 94084704,
+    "type": 12,
+    "targetId": 0,
+    "value": 0,
+    "openLimit": 0,
+    "closedMessageId": 0,
+    "imagePriority": 12000
+}, {
+    "questId": 94084705,
+    "type": 1,
+    "targetId": 94035608,
+    "value": 0,
+    "openLimit": 0,
+    "closedMessageId": 0,
+    "imagePriority": 3000
+}, {
+    "questId": 94084705,
+    "type": 8,
+    "targetId": 100500,
+    "value": 0,
+    "openLimit": 0,
+    "closedMessageId": 0,
+    "imagePriority": 10000
+}, {
+    "questId": 94084705,
+    "type": 12,
+    "targetId": 0,
+    "value": 0,
+    "openLimit": 0,
+    "closedMessageId": 0,
+    "imagePriority": 12000
+}, {
+    "questId": 94084706,
+    "type": 1,
+    "targetId": 94058604,
+    "value": 0,
+    "openLimit": 0,
+    "closedMessageId": 0,
+    "imagePriority": 3000
+}, {
+    "questId": 94084706,
+    "type": 8,
+    "targetId": 301900,
+    "value": 0,
+    "openLimit": 0,
+    "closedMessageId": 0,
+    "imagePriority": 10000
+}, {
+    "questId": 94084706,
+    "type": 12,
+    "targetId": 0,
+    "value": 0,
+    "openLimit": 0,
+    "closedMessageId": 0,
+    "imagePriority": 12000
 }, {
     "questId": 94088601,
     "type": 1,
diff --git a/master/mstSkill.json b/master/mstSkill.json
index 72288f0a4..5949ab0e9 100644
--- a/master/mstSkill.json
+++ b/master/mstSkill.json
@@ -157171,6 +157171,39 @@
     "maxLv": 10,
     "iconId": 500,
     "motion": 101
+}, {
+    "effectList": [],
+    "actIndividuality": [],
+    "script": {},
+    "id": 2214551,
+    "type": 1,
+    "name": "붉은 번개의 기사 A+",
+    "ruby": "붉은 번개의 기사",
+    "maxLv": 10,
+    "iconId": 306,
+    "motion": 101
+}, {
+    "effectList": [],
+    "actIndividuality": [],
+    "script": {},
+    "id": 2215650,
+    "type": 1,
+    "name": "황제특권(갈채) EX",
+    "ruby": "황제특권(갈채)",
+    "maxLv": 10,
+    "iconId": 600,
+    "motion": 101
+}, {
+    "effectList": [],
+    "actIndividuality": [],
+    "script": {},
+    "id": 2216550,
+    "type": 1,
+    "name": "와일드 헌트 A",
+    "ruby": "와일드 헌트",
+    "maxLv": 10,
+    "iconId": 300,
+    "motion": 102
 }, {
     "effectList": [],
     "actIndividuality": [],
diff --git a/master/mstSkillDetail.json b/master/mstSkillDetail.json
index 475c87c98..f609c131d 100644
--- a/master/mstSkillDetail.json
+++ b/master/mstSkillDetail.json
@@ -21502,6 +21502,18 @@
     "id": 2213250,
     "detail": "자신의 독 부여 성공률 UP&정신이상 내성 UP",
     "detailShort": "자신의 독 부여 성공률 UP&정신이상 내성 UP"
+}, {
+    "id": 2214551,
+    "detail": "자신의 버스터 카드 성능 UP[{0}](3회・3턴[g][o]▲[/o][/g])&버스터 카드의 크리티컬 위력 UP[{0}](3턴)[g][o]▲[/o][/g]&공격력 UP[{0}](3턴)[g][o]▲[/o][/g]",
+    "detailShort": "자신의 버스터 카드 성능 UP[{0}](3회・3턴[g][o]▲[/o][/g])&버스터 카드의 크리티컬 위력 UP[{0}](3턴)[g][o]▲[/o][/g]&공격력 UP[{0}](3턴)[g][o]▲[/o][/g]"
+}, {
+    "id": 2215650,
+    "detail": "자신의 공격력을 확률로 UP[{0}](3턴)&방어력을 확률로 UP[{0}](3턴)&HP 회복[{0}]&아츠 카드 성능 UP[{0}](3턴)[g][o]▲[/o][/g]&매 턴 스타 획득 상태 부여(3턴)[g][o]▲[/o][/g]",
+    "detailShort": "자신의 공격력을 확률로 UP[{0}](3턴)&방어력을 확률로 UP[{0}](3턴)&HP 회복[{0}]&아츠 카드 성능 UP[{0}](3턴)[g][o]▲[/o][/g]&매 턴 스타 획득 상태 부여(3턴)[g][o]▲[/o][/g]"
+}, {
+    "id": 2216550,
+    "detail": "아군 전체의 공격력 UP[g][o]▲[/o][/g][{0}](3턴) + 자신에게 [질서] 특공 상태 부여[{0}](3턴)[g][o]▲[/o][/g]&[선] 특공 상태 부여[{0}](3턴)[g][o]▲[/o][/g]",
+    "detailShort": "아군 전체의 공격력 UP[g][o]▲[/o][/g][{0}](3턴) + 자신에게 [질서] 특공 상태 부여[{0}](3턴)[g][o]▲[/o][/g]&[선] 특공 상태 부여[{0}](3턴)[g][o]▲[/o][/g]"
 }, {
     "id": 3001000,
     "detail": "자신의 엑스트라 공격 카드의 성능을 {{1:Value:m}}% UP[{0}]",
diff --git a/master/mstSkillLv.json b/master/mstSkillLv.json
index 55f8fd0dd..d59addec8 100644
--- a/master/mstSkillLv.json
+++ b/master/mstSkillLv.json
@@ -265595,6 +265595,276 @@
     "chargeTurn": 0,
     "skillDetailId": 2213250,
     "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,300]", "[1000,3,-1,200]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 1,
+    "chargeTurn": 7,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,320]", "[1000,3,-1,210]", "[1000,3,-1,110]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 2,
+    "chargeTurn": 7,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,340]", "[1000,3,-1,220]", "[1000,3,-1,120]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 3,
+    "chargeTurn": 7,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,360]", "[1000,3,-1,230]", "[1000,3,-1,130]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 4,
+    "chargeTurn": 7,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,380]", "[1000,3,-1,240]", "[1000,3,-1,140]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 5,
+    "chargeTurn": 7,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,400]", "[1000,3,-1,250]", "[1000,3,-1,150]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 6,
+    "chargeTurn": 6,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,420]", "[1000,3,-1,260]", "[1000,3,-1,160]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 7,
+    "chargeTurn": 6,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,440]", "[1000,3,-1,270]", "[1000,3,-1,170]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 8,
+    "chargeTurn": 6,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,460]", "[1000,3,-1,280]", "[1000,3,-1,180]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 9,
+    "chargeTurn": 6,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [120, 2230, 146],
+    "svals": ["[1000,3,3,500]", "[1000,3,-1,300]", "[1000,3,-1,200]"],
+    "script": {},
+    "skillId": 2214551,
+    "lv": 10,
+    "chargeTurn": 5,
+    "skillDetailId": 2214551,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,220]", "[600,3,-1,220]", "[1000,1200]", "[1000,3,-1,200]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 1,
+    "chargeTurn": 7,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,242]", "[600,3,-1,242]", "[1000,1420]", "[1000,3,-1,210]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 2,
+    "chargeTurn": 7,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,264]", "[600,3,-1,264]", "[1000,1640]", "[1000,3,-1,220]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 3,
+    "chargeTurn": 7,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,286]", "[600,3,-1,286]", "[1000,1860]", "[1000,3,-1,230]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 4,
+    "chargeTurn": 7,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,308]", "[600,3,-1,308]", "[1000,2080]", "[1000,3,-1,240]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 5,
+    "chargeTurn": 7,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,330]", "[600,3,-1,330]", "[1000,2300]", "[1000,3,-1,250]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 6,
+    "chargeTurn": 6,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,352]", "[600,3,-1,352]", "[1000,2520]", "[1000,3,-1,260]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 7,
+    "chargeTurn": 6,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,374]", "[600,3,-1,374]", "[1000,2740]", "[1000,3,-1,270]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 8,
+    "chargeTurn": 6,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,396]", "[600,3,-1,396]", "[1000,2960]", "[1000,3,-1,280]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 9,
+    "chargeTurn": 6,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [147, 177, 439, 110, 334, 215],
+    "svals": ["[600,3,-1,440]", "[600,3,-1,440]", "[1000,3400]", "[1000,3,-1,300]", "[1000,3,-1,10]", "[1000,3,-1,100]"],
+    "script": {},
+    "skillId": 2215650,
+    "lv": 10,
+    "chargeTurn": 5,
+    "skillDetailId": 2215650,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,100]", "[1000,3,-1,200]", "[1000,3,-1,200]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 1,
+    "chargeTurn": 7,
+    "skillDetailId": 2216550,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,110]", "[1000,3,-1,210]", "[1000,3,-1,210]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 2,
+    "chargeTurn": 7,
+    "skillDetailId": 2216550,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,120]", "[1000,3,-1,220]", "[1000,3,-1,220]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 3,
+    "chargeTurn": 7,
+    "skillDetailId": 2216550,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,130]", "[1000,3,-1,230]", "[1000,3,-1,230]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 4,
+    "chargeTurn": 7,
+    "skillDetailId": 2216550,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,140]", "[1000,3,-1,240]", "[1000,3,-1,240]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 5,
+    "chargeTurn": 7,
+    "skillDetailId": 2216550,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,150]", "[1000,3,-1,250]", "[1000,3,-1,250]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 6,
+    "chargeTurn": 6,
+    "skillDetailId": 2216550,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,160]", "[1000,3,-1,260]", "[1000,3,-1,260]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 7,
+    "chargeTurn": 6,
+    "skillDetailId": 2216550,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,170]", "[1000,3,-1,270]", "[1000,3,-1,270]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 8,
+    "chargeTurn": 6,
+    "skillDetailId": 2216550,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,180]", "[1000,3,-1,280]", "[1000,3,-1,280]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 9,
+    "chargeTurn": 6,
+    "skillDetailId": 2216550,
+    "priority": 0
+}, {
+    "funcId": [152, 3504, 7036],
+    "svals": ["[1000,3,-1,200]", "[1000,3,-1,300]", "[1000,3,-1,300]"],
+    "script": {},
+    "skillId": 2216550,
+    "lv": 10,
+    "chargeTurn": 5,
+    "skillDetailId": 2216550,
+    "priority": 0
 }, {
     "funcId": [30003],
     "svals": ["[1000,-1,-1,300,ShowState:-1]"],
diff --git a/master/mstStage.json b/master/mstStage.json
index 897c0301e..543c0abbd 100644
--- a/master/mstStage.json
+++ b/master/mstStage.json
@@ -277077,6 +277077,196 @@
     "enemyInfo": 1,
     "bgmId": 3,
     "startEffectId": 2
+}, {
+    "npcDeckIds": [94084728, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084704,
+    "questPhase": 1,
+    "wave": 1,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084729, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084704,
+    "questPhase": 1,
+    "wave": 2,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084730, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084704,
+    "questPhase": 1,
+    "wave": 3,
+    "enemyInfo": 1,
+    "bgmId": 3,
+    "startEffectId": 2
+}, {
+    "npcDeckIds": [94084731, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084704,
+    "questPhase": 2,
+    "wave": 1,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084732, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084704,
+    "questPhase": 2,
+    "wave": 2,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084733, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084704,
+    "questPhase": 2,
+    "wave": 3,
+    "enemyInfo": 1,
+    "bgmId": 3,
+    "startEffectId": 2
+}, {
+    "npcDeckIds": [94084734, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084704,
+    "questPhase": 3,
+    "wave": 1,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084735, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084704,
+    "questPhase": 3,
+    "wave": 2,
+    "enemyInfo": 1,
+    "bgmId": 3,
+    "startEffectId": 2
+}, {
+    "npcDeckIds": [94084737, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084705,
+    "questPhase": 1,
+    "wave": 1,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084738, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084705,
+    "questPhase": 1,
+    "wave": 2,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084739, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084705,
+    "questPhase": 1,
+    "wave": 3,
+    "enemyInfo": 1,
+    "bgmId": 3,
+    "startEffectId": 2
+}, {
+    "npcDeckIds": [94084740, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084706,
+    "questPhase": 1,
+    "wave": 1,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084741, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084706,
+    "questPhase": 1,
+    "wave": 2,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084742, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084706,
+    "questPhase": 1,
+    "wave": 3,
+    "enemyInfo": 1,
+    "bgmId": 3,
+    "startEffectId": 2
+}, {
+    "npcDeckIds": [94084743, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084706,
+    "questPhase": 2,
+    "wave": 1,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084744, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084706,
+    "questPhase": 2,
+    "wave": 2,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084745, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084706,
+    "questPhase": 2,
+    "wave": 3,
+    "enemyInfo": 1,
+    "bgmId": 3,
+    "startEffectId": 2
+}, {
+    "npcDeckIds": [94084746, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084706,
+    "questPhase": 3,
+    "wave": 1,
+    "enemyInfo": 1,
+    "bgmId": 1,
+    "startEffectId": 1
+}, {
+    "npcDeckIds": [94084747, 1000],
+    "script": {},
+    "stageCutinGroupIds": [],
+    "questId": 94084706,
+    "questPhase": 3,
+    "wave": 2,
+    "enemyInfo": 1,
+    "bgmId": 3,
+    "startEffectId": 2
 }, {
     "npcDeckIds": [94088650, 1000],
     "script": {},
diff --git a/master/mstSvt.json b/master/mstSvt.json
index 163b7b75f..d2ae1a9af 100644
--- a/master/mstSvt.json
+++ b/master/mstSvt.json
@@ -116,7 +116,7 @@
     "materialStoryPriority": 1000,
     "flag": 0
 }, {
-    "relateQuestIds": [91100501, 91100502, 91100503, 94035608],
+    "relateQuestIds": [91100501, 91100502, 91100503, 94035608, 94084705],
     "individuality": [5000, 100500, 2, 100, 202, 301, 303, 2009, 1000, 2001, 2004, 2007, 2008, 2075, 2113, 2780, 2631, 2858],
     "classPassive": [34350, 88450],
     "cardIds": [3, 1, 1, 2, 2],
@@ -270,7 +270,7 @@
     "materialStoryPriority": 1000,
     "flag": 0
 }, {
-    "relateQuestIds": [91100901, 91100902, 94047401],
+    "relateQuestIds": [91100901, 91100902, 94047401, 94084704],
     "individuality": [5000, 100900, 2, 100, 201, 301, 305, 2009, 1000, 2001, 2002, 2007, 2008, 2011, 2037, 2075, 2795, 2780, 2631, 2858],
     "classPassive": [34450, 88450],
     "cardIds": [3, 1, 1, 2, 2],
@@ -4185,7 +4185,7 @@
     "materialStoryPriority": 1000,
     "flag": 0
 }, {
-    "relateQuestIds": [91301901, 94058604],
+    "relateQuestIds": [91301901, 94058604, 94084706],
     "individuality": [5000, 301900, 2, 101, 200, 300, 303, 2009, 1000, 2001, 2002, 2007, 2008, 2011, 2037, 2010, 2795, 2113, 2631, 2851, 2858],
     "classPassive": [34450, 88550],
     "cardIds": [3, 3, 1, 2, 2],
diff --git a/master/mstSvtSkill.json b/master/mstSvtSkill.json
index e20e2862e..c22cd992a 100644
--- a/master/mstSvtSkill.json
+++ b/master/mstSvtSkill.json
@@ -196,8 +196,8 @@
     "flag": 0
 }, {
     "script": {},
-    "strengthStatus": 0,
-    "skillNum": 1,
+    "strengthStatus": 1,
+    "skillNum": 2,
     "svtId": 100500,
     "num": 2,
     "priority": 1,
@@ -236,6 +236,20 @@
     "condLimitCount": 0,
     "eventId": 0,
     "flag": 0
+}, {
+    "script": {},
+    "strengthStatus": 99,
+    "skillNum": 2,
+    "svtId": 100500,
+    "num": 2,
+    "priority": 2,
+    "skillId": 2215650,
+    "condQuestId": 94084705,
+    "condQuestPhase": 1,
+    "condLv": 0,
+    "condLimitCount": 1,
+    "eventId": 0,
+    "flag": 0
 }, {
     "script": {},
     "strengthStatus": 1,
@@ -434,8 +448,8 @@
     "flag": 0
 }, {
     "script": {},
-    "strengthStatus": 0,
-    "skillNum": 1,
+    "strengthStatus": 1,
+    "skillNum": 2,
     "svtId": 100900,
     "num": 1,
     "priority": 1,
@@ -474,6 +488,20 @@
     "condLimitCount": 3,
     "eventId": 0,
     "flag": 0
+}, {
+    "script": {},
+    "strengthStatus": 99,
+    "skillNum": 2,
+    "svtId": 100900,
+    "num": 1,
+    "priority": 2,
+    "skillId": 2214551,
+    "condQuestId": 94084704,
+    "condQuestPhase": 3,
+    "condLv": 0,
+    "condLimitCount": 0,
+    "eventId": 0,
+    "flag": 0
 }, {
     "script": {},
     "strengthStatus": 99,
@@ -5432,8 +5460,8 @@
     "flag": 0
 }, {
     "script": {},
-    "strengthStatus": 0,
-    "skillNum": 1,
+    "strengthStatus": 1,
+    "skillNum": 2,
     "svtId": 301900,
     "num": 3,
     "priority": 1,
@@ -5458,6 +5486,20 @@
     "condLimitCount": 0,
     "eventId": 0,
     "flag": 0
+}, {
+    "script": {},
+    "strengthStatus": 99,
+    "skillNum": 2,
+    "svtId": 301900,
+    "num": 3,
+    "priority": 2,
+    "skillId": 2216550,
+    "condQuestId": 94084706,
+    "condQuestPhase": 3,
+    "condLv": 0,
+    "condLimitCount": 3,
+    "eventId": 0,
+    "flag": 0
 }, {
     "script": {},
     "strengthStatus": 1,