Version: 2.31.1 DataVer: 1118

This commit is contained in:
atlasacademy-sion 2021-04-16 09:02:14 +00:00
parent 9524a9ba37
commit 6df3669bdc
13 changed files with 316 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -99478,4 +99478,9 @@
"questId": 94058605,
"phase": 0,
"createdAt": 1893423600
}, {
"eventId": 71215,
"questId": 94058607,
"phase": 0,
"createdAt": 1893423600
}]

View File

@ -326686,6 +326686,38 @@
"noticeAt": 1618477200,
"openedAt": 1618477200,
"closedAt": 1893423600
}, {
"beforeActionVals": [],
"afterActionVals": [],
"id": 94058607,
"name": "強化クエスト 佐々木小次郎 3",
"nameRuby": "",
"type": 5,
"consumeType": 1,
"actConsume": 18,
"chaldeaGateCategory": 1,
"spotId": 99001,
"giftId": 94012504,
"priority": 94058603,
"bannerType": 0,
"bannerId": 94002501,
"iconId": 0,
"charaIconId": 6001000,
"giftIconId": 0,
"forceOperation": 0,
"afterClear": 1,
"displayHours": 0,
"intervalHours": 0,
"chapterId": 0,
"chapterSubId": 0,
"chapterSubStr": "",
"recommendLv": "60",
"hasStartAction": 1,
"flag": 32,
"scriptQuestId": 0,
"noticeAt": 1618563600,
"openedAt": 1618563600,
"closedAt": 1893423600
}, {
"beforeActionVals": [],
"afterActionVals": [],

View File

@ -47758,4 +47758,8 @@
"questId": 94058605,
"type": 1,
"groupId": 0
}, {
"questId": 94058607,
"type": 1,
"groupId": 0
}]

View File

@ -188885,6 +188885,45 @@
"playerExp": 29690,
"friendshipExp": 815,
"giftId": 0
}, {
"classIds": [4, 7],
"individuality": [2038, 2392],
"script": {},
"questId": 94058607,
"phase": 1,
"isNpcOnly": false,
"battleBgId": 30200,
"battleBgType": 0,
"qp": 6400,
"playerExp": 15690,
"friendshipExp": 615,
"giftId": 0
}, {
"classIds": [1, 4],
"individuality": [2038, 2392],
"script": {},
"questId": 94058607,
"phase": 2,
"isNpcOnly": false,
"battleBgId": 30200,
"battleBgType": 0,
"qp": 6400,
"playerExp": 15690,
"friendshipExp": 615,
"giftId": 0
}, {
"classIds": [1, 4, 7],
"individuality": [2038, 2392],
"script": {},
"questId": 94058607,
"phase": 3,
"isNpcOnly": false,
"battleBgId": 30200,
"battleBgType": 0,
"qp": 6400,
"playerExp": 15690,
"friendshipExp": 615,
"giftId": 0
}, {
"classIds": [11],
"individuality": [2039],

View File

@ -790,6 +790,24 @@
"startedAt": 1618477200,
"endedAt": 1619582399,
"priority": 4
}, {
"id": 10000143,
"questId": 94008001,
"startedAt": 1618563600,
"endedAt": 1619582399,
"priority": 5
}, {
"id": 10000144,
"questId": 94026501,
"startedAt": 1618563600,
"endedAt": 1619582399,
"priority": 5
}, {
"id": 10000145,
"questId": 94058607,
"startedAt": 1618563600,
"endedAt": 1619582399,
"priority": 5
}, {
"id": 71093001,
"questId": 91603201,

View File

@ -200382,6 +200382,30 @@
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 12000
}, {
"questId": 94058607,
"type": 1,
"targetId": 94026501,
"value": 4,
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 3000
}, {
"questId": 94058607,
"type": 8,
"targetId": 600100,
"value": 0,
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 10000
}, {
"questId": 94058607,
"type": 12,
"targetId": 0,
"value": 0,
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 12000
}, {
"questId": 911000101,
"type": 1,

View File

@ -2333,6 +2333,17 @@
"maxLv": 10,
"iconId": 608,
"motion": 101
}, {
"effectList": [],
"actIndividuality": [],
"script": {},
"id": 79551,
"type": 1,
"name": "透化 A+",
"ruby": "とうか",
"maxLv": 10,
"iconId": 608,
"motion": 101
}, {
"effectList": [],
"actIndividuality": [],

View File

@ -842,6 +842,10 @@
"id": 79451,
"detail": "自身の精神異常状態を解除 スターを大量獲得[{0}]",
"detailShort": "自身の精神異常状態を解除 スターを大量獲得[{0}]"
}, {
"id": 79551,
"detail": "自身の弱体状態[g][o]▲[/o][/g]を解除「Quick攻撃時に敵単体のQuick攻撃耐性をダウン(3ターン)する状態」を付与(3ターン)[g][o]▲[/o][/g] スターを大量獲得[{0}]",
"detailShort": "自身の弱体状態[g][o]▲[/o][/g]を解除「Quick攻撃時に敵単体のQuick攻撃耐性をダウン(3ターン)する状態」を付与(3ターン)[g][o]▲[/o][/g] スターを大量獲得[{0}]"
}, {
"id": 80150,
"detail": "自身の弱体付与成功率を少しアップ",

View File

@ -18898,6 +18898,96 @@
"chargeTurn": 4,
"skillDetailId": 79451,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,5]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 1,
"chargeTurn": 6,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,6]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 2,
"chargeTurn": 6,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,7]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 3,
"chargeTurn": 6,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,8]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 4,
"chargeTurn": 6,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,9]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 5,
"chargeTurn": 6,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,10]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 6,
"chargeTurn": 5,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,11]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 7,
"chargeTurn": 5,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,12]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 8,
"chargeTurn": 5,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,13]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 9,
"chargeTurn": 5,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [434, 6915, 476, 215],
"svals": ["[1000]", "[1000,3,-1,965948,Value2:1]", "[1000,15]", "[1000,2,-1,200]"],
"script": {},
"skillId": 79551,
"lv": 10,
"chargeTurn": 4,
"skillDetailId": 79551,
"priority": 0
}, {
"funcId": [373],
"svals": ["[1000,-1,-1,20]"],

View File

@ -205221,6 +205221,78 @@
"enemyInfo": 1,
"bgmId": 3,
"startEffectId": 2
}, {
"npcDeckIds": [94058655, 1000],
"script": {},
"questId": 94058607,
"questPhase": 1,
"wave": 1,
"enemyInfo": 1,
"bgmId": 1,
"startEffectId": 1
}, {
"npcDeckIds": [94058656, 1000],
"script": {},
"questId": 94058607,
"questPhase": 1,
"wave": 2,
"enemyInfo": 1,
"bgmId": 1,
"startEffectId": 1
}, {
"npcDeckIds": [94058657, 1000],
"script": {},
"questId": 94058607,
"questPhase": 1,
"wave": 3,
"enemyInfo": 1,
"bgmId": 3,
"startEffectId": 2
}, {
"npcDeckIds": [94058658, 1000],
"script": {},
"questId": 94058607,
"questPhase": 2,
"wave": 1,
"enemyInfo": 1,
"bgmId": 1,
"startEffectId": 1
}, {
"npcDeckIds": [94058659, 1000],
"script": {},
"questId": 94058607,
"questPhase": 2,
"wave": 2,
"enemyInfo": 1,
"bgmId": 1,
"startEffectId": 1
}, {
"npcDeckIds": [94058660, 1000],
"script": {},
"questId": 94058607,
"questPhase": 2,
"wave": 3,
"enemyInfo": 1,
"bgmId": 3,
"startEffectId": 2
}, {
"npcDeckIds": [94058661, 1000],
"script": {},
"questId": 94058607,
"questPhase": 3,
"wave": 1,
"enemyInfo": 1,
"bgmId": 1,
"startEffectId": 1
}, {
"npcDeckIds": [94058662, 1000],
"script": {},
"questId": 94058607,
"questPhase": 3,
"wave": 2,
"enemyInfo": 1,
"bgmId": 3,
"startEffectId": 2
}, {
"npcDeckIds": [8000507, 1000],
"script": {},

View File

@ -7415,7 +7415,7 @@
"materialStoryPriority": 1000,
"flag": 0
}, {
"relateQuestIds": [91600101, 94008001, 94026501],
"relateQuestIds": [91600101, 94008001, 94026501, 94058607],
"individuality": [5000, 600100, 1, 105, 202, 302, 304, 1000, 2001, 2008, 2631],
"classPassive": [50250],
"cardIds": [3, 3, 3, 1, 2],

View File

@ -8319,8 +8319,8 @@
"eventId": 0,
"flag": 0
}, {
"strengthStatus": 0,
"skillNum": 1,
"strengthStatus": 1,
"skillNum": 2,
"svtId": 600100,
"num": 2,
"priority": 1,
@ -8344,6 +8344,19 @@
"condLimitCount": 3,
"eventId": 0,
"flag": 0
}, {
"strengthStatus": 99,
"skillNum": 2,
"svtId": 600100,
"num": 2,
"priority": 2,
"skillId": 79551,
"condQuestId": 94058607,
"condQuestPhase": 3,
"condLv": 0,
"condLimitCount": 1,
"eventId": 0,
"flag": 0
}, {
"strengthStatus": 99,
"skillNum": 2,