Version: 2.40.2 DataVer: 467

This commit is contained in:
atlasacademy-sion 2022-12-18 04:05:30 +00:00
parent edfbc4c295
commit 4d10a8ce96
13 changed files with 252 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -303710,6 +303710,38 @@
"noticeAt": 1671249600,
"openedAt": 1671336000,
"closedAt": 1672027199
}, {
"beforeActionVals": [],
"afterActionVals": [],
"id": 94054209,
"name": "Epilogue",
"nameRuby": "",
"type": 1,
"consumeType": 1,
"actConsume": 0,
"chaldeaGateCategory": 1,
"spotId": 835801,
"giftId": 20058,
"priority": 94054390,
"bannerType": 0,
"bannerId": 94054201,
"iconId": 94054201,
"charaIconId": 0,
"giftIconId": 3,
"forceOperation": 0,
"afterClear": 1,
"displayHours": 0,
"intervalHours": 0,
"chapterId": 0,
"chapterSubId": 0,
"chapterSubStr": "",
"recommendLv": "1",
"hasStartAction": 1,
"flag": 2,
"scriptQuestId": 0,
"noticeAt": 1671336000,
"openedAt": 1671336000,
"closedAt": 1672027199
}, {
"beforeActionVals": [],
"afterActionVals": [],
@ -304030,6 +304062,38 @@
"noticeAt": 1670817600,
"openedAt": 1670817600,
"closedAt": 1672027199
}, {
"beforeActionVals": [],
"afterActionVals": [],
"id": 94054350,
"name": "[High Difficulty] Exhibition Match - The Legendary Fist",
"nameRuby": "",
"type": 5,
"consumeType": 1,
"actConsume": 5,
"chaldeaGateCategory": 1,
"spotId": 835801,
"giftId": 21701,
"priority": 94054389,
"bannerType": 0,
"bannerId": 94054205,
"iconId": 94054205,
"charaIconId": 0,
"giftIconId": 0,
"forceOperation": 0,
"afterClear": 3,
"displayHours": 0,
"intervalHours": 0,
"chapterId": 0,
"chapterSubId": 0,
"chapterSubStr": "",
"recommendLv": "90+",
"hasStartAction": 1,
"flag": 274894815248,
"scriptQuestId": 0,
"noticeAt": 1671336000,
"openedAt": 1671336000,
"closedAt": 1672027199
}, {
"beforeActionVals": [],
"afterActionVals": [],

View File

@ -44198,6 +44198,10 @@
"questId": 94054208,
"type": 1,
"groupId": 80306
}, {
"questId": 94054209,
"type": 1,
"groupId": 80306
}, {
"questId": 94054301,
"type": 1,
@ -44238,6 +44242,10 @@
"questId": 94054330,
"type": 1,
"groupId": 80306
}, {
"questId": 94054350,
"type": 1,
"groupId": 80306
}, {
"questId": 94054370,
"type": 1,

View File

@ -16388,6 +16388,26 @@
"targetNum": 1,
"frequencyType": 3,
"displayType": 1
}, {
"questId": 94054350,
"phase": 1,
"idx": 0,
"message": "Warning:\n\n\"[High Difficulty] Exhibition Match - The Legendary Fist\" is a repeatable quest. However, Bond Points, EXP, battle drops, and clear rewards can only be claimed the first time it is cleared.\n\nDo you still wish to proceed?",
"condType": 25,
"targetId": 94054350,
"targetNum": 1,
"frequencyType": 3,
"displayType": 1
}, {
"questId": 94054350,
"phase": 1,
"idx": 1,
"message": "Warning:\n\nDuring \"[High Difficulty] Exhibition Match - The Legendary Fist,\" the Servants placed in the 1st and 2nd slots in the Party Formation will be the competitors who will fight. The Servant in the 3rd slot will be the cornerman, and they can only use their skills.\n\nIf both Servants who are competitors are defeated, you will lose.\n*Continuing will not be available in this quest.\n\nWould you like to begin?",
"condType": 0,
"targetId": 0,
"targetNum": 0,
"frequencyType": 3,
"displayType": 1
}, {
"questId": 94062701,
"phase": 1,

View File

@ -189173,6 +189173,20 @@
"playerExp": 10190,
"friendshipExp": 515,
"giftId": 0
}, {
"classIds": [],
"individuality": [2038, 2392, 94000112],
"script": {},
"questSelect": null,
"questId": 94054209,
"phase": 1,
"isNpcOnly": false,
"battleBgId": 20500,
"battleBgType": 0,
"qp": 500,
"playerExp": 5,
"friendshipExp": 25,
"giftId": 0
}, {
"classIds": [3],
"individuality": [94000112],
@ -189313,6 +189327,20 @@
"playerExp": 15690,
"friendshipExp": 615,
"giftId": 0
}, {
"classIds": [1, 2],
"individuality": [2038, 94000112],
"script": {},
"questSelect": null,
"questId": 94054350,
"phase": 1,
"isNpcOnly": false,
"battleBgId": 47100,
"battleBgType": 0,
"qp": 9400,
"playerExp": 38190,
"friendshipExp": 915,
"giftId": 0
}, {
"classIds": [3, 1],
"individuality": [2038, 94000112],

View File

@ -39988,6 +39988,28 @@
"actConsume": 5,
"flag": 4194304,
"recommendLv": ""
}, {
"beforeActionVals": [],
"afterActionVals": [],
"boardMessage": {
"text": {
"textString": "Only 3 Servants can be deployed",
"offset": [3, -2],
"fontSize": 14,
"gradation": ["#FFEC00", "#FFEC00"]
},
"image": {
"bannerSp": "img_quest_formlimit_01",
"offset": [3, -2]
}
},
"questId": 94054350,
"phase": 1,
"spotId": 835801,
"consumeType": 1,
"actConsume": 5,
"flag": 274894815248,
"recommendLv": ""
}, {
"beforeActionVals": [],
"afterActionVals": [],

View File

@ -190230,6 +190230,22 @@
"openLimit": 0,
"closedMessageId": 94054207,
"imagePriority": 8000
}, {
"questId": 94054209,
"type": 1,
"targetId": 94054208,
"value": 0,
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 10000
}, {
"questId": 94054209,
"type": 12,
"targetId": 0,
"value": 0,
"openLimit": 0,
"closedMessageId": 94054208,
"imagePriority": 8000
}, {
"questId": 94054301,
"type": 1,
@ -190438,6 +190454,30 @@
"openLimit": 0,
"closedMessageId": 94054225,
"imagePriority": 8000
}, {
"questId": 94054350,
"type": 1,
"targetId": 1000822,
"value": 0,
"openLimit": 0,
"closedMessageId": 94023301,
"imagePriority": 8000
}, {
"questId": 94054350,
"type": 1,
"targetId": 94054209,
"value": 0,
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 9000
}, {
"questId": 94054350,
"type": 12,
"targetId": 0,
"value": 0,
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 10000
}, {
"questId": 94054370,
"type": 1,

View File

@ -5070,6 +5070,14 @@
"dialogMessage": "To begin this Quest, please set three of your own Servants and one Support Servant",
"noticeMessage": "Only Four Servants",
"title": ""
}, {
"questId": 94054350,
"phase": 1,
"restrictionId": 94054203,
"frequencyType": 1,
"dialogMessage": "To begin this Quest, please set two of your own Servants and one Support Servant.",
"noticeMessage": "Only Three Servants",
"title": ""
}, {
"questId": 94054370,
"phase": 1,

View File

@ -189400,6 +189400,32 @@
"enemyInfo": 1,
"bgmId": 59,
"startEffectId": 2
}, {
"npcDeckIds": [94054391, 1000],
"script": {
"aiFieldIds": [{
"day": 0,
"id": 94055750
}, {
"day": 0,
"id": 94055755
}, {
"day": 0,
"id": 94055765
}, {
"day": 0,
"id": 94056045
}, {
"day": 0,
"id": 94056050
}]
},
"questId": 94054350,
"questPhase": 1,
"wave": 1,
"enemyInfo": 1,
"bgmId": 59,
"startEffectId": 2
}, {
"npcDeckIds": [94054351, 1000],
"script": {},

View File

@ -2735,7 +2735,7 @@
"id": 7,
"priority": 0,
"condMessage": "Unlock after clearing \"The Glorious Path to Santa Claus - The Sealed Christmas Present\" and reach Bond Level 5",
"comment": "",
"comment": "『Graharaja Santa Claus』\nRank: A\nNP Type: Anti-Personnel\nRange: 1 - 2\nMaximum Targets: 1\n\nThe Saint's Intersecting Fists.\nA one-hit killing cross counterpunch developed by Karna as his finishing blow. In addition to Karna having been inspired by boxing the moment he became Santa, Karna learned that boxing has a knockout punch called a cross counter, and for some reason Karna came to the conclusion that \"Santa uses a cross counter as his finishing blow, which must be why he is named Santa Claus!\" This utterly nonsensical notion is what led to him coming up with this technique.\n\nIt is not possible to actually see this attack. His fist perfectly aligns with the enemy's strike and smashes through the enemy's jaw like a beam of sunlight. It's as if a sacred sword of the stars slashed through the air... This move is both a deadly fist and a sacred sword.\n\nThe word \"Graharaja\" means \"lord of the planets,\" and it is another name for the sun god Surya.",
"condType": 1,
"condValue2": 0
}, {
@ -8135,7 +8135,7 @@
"id": 7,
"priority": 0,
"condMessage": "Unlock after clearing \"The Glorious Path to Santa Claus - The Sealed Christmas Present\" and reach Bond Level 5",
"comment": "",
"comment": "Vritra obstructing human necessities like water is obviously distressing. Such actions are truly evil. What's more, she's an evil dragon. Yet, what she does is necessary for the world to continue. Just like water getting released from dams or the breath of a bud popping out from the ground, there are certain things in this world that cannot happen without first overcoming obstacles. She is the epitome of the notion that obstacles are a necessary evil to encourage evolution and growth.\n\nShe takes great pleasure in watching humans, and the world itself, grow through the hardships and obstacles she has prepared for them. This is not so much benevolence on her part as it is a...condescending, one-sided act in which she takes great pleasure. This is why she will neither hold back nor hesitate.\n\nShe may put up obstacles that appear to be absolutely evil, but she's not doing so from a desire for humanity to die off. Rather, she wants to see a stronger, more resilient world and people take control of the future. Bluntly, she's a top-tier sadist. A little less harshly, she's like a strict trainer as well as audience for the world itself. She believes in human strength, though she sees this from a more evil side of things.\n\nGanesha was also originally a god of obstruction, but recent faiths have made them a god of blessing who removes obstacles. Vritra, on the other hand, is nothing like that, and she is wholly focused on creating obstacles. She will never be merciful. But one thing: for purely selfish reasons, all she really wants to do is to enjoy watching over humans and the world overcome these obstacles and grow.",
"condType": 1,
"condValue2": 0
}, {

View File

@ -12472,6 +12472,28 @@
"displayType": 1,
"missionIds": [10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 1500039, 2001984, 2001985, 2002012, 2001991],
"npcSvtId": 94054266
}, {
"questId": 94054350,
"enemyId": 1,
"name": "Legendary Boxer",
"classId": 1,
"svtId": 104200,
"limitCount": 3,
"iconId": 10420011,
"displayType": 1,
"missionIds": [2002012, 10201, 10202, 10203, 10204, 10205, 10206, 10207, 10208, 1500038, 2001996, 2001997, 2001989, 2002003, 2002013, 2002005, 10209, 10210, 10211, 10212, 10213, 2002010],
"npcSvtId": 94054300
}, {
"questId": 94054350,
"enemyId": 2,
"name": "Legendary Cornerman",
"classId": 2,
"svtId": 203500,
"limitCount": 0,
"iconId": 2035000,
"displayType": 1,
"missionIds": [2002004, 10201, 10202, 10203, 10204, 10205, 10206, 10207, 10208, 1500038, 2001996, 2001997, 2001989, 2002003, 2002013, 10214, 10215, 10216, 10217, 10218, 2002010],
"npcSvtId": 94054301
}, {
"questId": 94061605,
"enemyId": 1,

View File

@ -844,6 +844,9 @@
}, {
"questId": 94054330,
"enemyNum": 3
}, {
"questId": 94054350,
"enemyNum": 2
}, {
"questId": 94061605,
"enemyNum": 3

View File

@ -1126,6 +1126,10 @@
"questId": 94054330,
"dropSvtNum": 0,
"dropItemNum": 3
}, {
"questId": 94054350,
"dropSvtNum": 0,
"dropItemNum": 1
}, {
"questId": 94061605,
"dropSvtNum": 3,