Version: 5.0.0 DataVer: 805

This commit is contained in:
atlasacademy-sion 2023-10-06 03:15:47 +00:00
parent efaf09e6bf
commit c60ea04941
14 changed files with 767 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"assetbundle": "", "assetbundle": "",
"master": "", "master": "",
"dataVer": 805, "dataVer": 805,
"dateVer": 1696474800, "dateVer": 1696561200,
"assetbundleKey": "" "assetbundleKey": ""
}, },
"fail": {}, "fail": {},

View File

@ -352094,6 +352094,38 @@
"noticeAt": 1696474800, "noticeAt": 1696474800,
"openedAt": 1696561200, "openedAt": 1696561200,
"closedAt": 1697295599 "closedAt": 1697295599
}, {
"beforeActionVals": [],
"afterActionVals": [],
"id": 94064305,
"name": "제4절 ‘에그 베네딕트에 도전이다!",
"nameRuby": "",
"type": 1,
"consumeType": 1,
"actConsume": 5,
"chaldeaGateCategory": 1,
"spotId": 836501,
"giftId": 200,
"priority": 94064395,
"bannerType": 0,
"bannerId": 94064301,
"iconId": 94064301,
"charaIconId": 0,
"giftIconId": 0,
"forceOperation": 0,
"afterClear": 1,
"displayHours": 0,
"intervalHours": 0,
"chapterId": 0,
"chapterSubId": 0,
"chapterSubStr": "",
"recommendLv": "30",
"hasStartAction": 1,
"flag": 0,
"scriptQuestId": 0,
"noticeAt": 1696561200,
"openedAt": 1696647600,
"closedAt": 1697295599
}, { }, {
"beforeActionVals": [], "beforeActionVals": [],
"afterActionVals": [], "afterActionVals": [],
@ -352222,6 +352254,38 @@
"noticeAt": 1696474800, "noticeAt": 1696474800,
"openedAt": 1696561200, "openedAt": 1696561200,
"closedAt": 1697295599 "closedAt": 1697295599
}, {
"beforeActionVals": [],
"afterActionVals": [],
"id": 94064405,
"name": "파티 식재료 모으기・베지터블급",
"nameRuby": "",
"type": 5,
"consumeType": 1,
"actConsume": 40,
"chaldeaGateCategory": 1,
"spotId": 836501,
"giftId": 13000,
"priority": 94064355,
"bannerType": 0,
"bannerId": 94064302,
"iconId": 94064302,
"charaIconId": 0,
"giftIconId": 0,
"forceOperation": 0,
"afterClear": 3,
"displayHours": 0,
"intervalHours": 0,
"chapterId": 0,
"chapterSubId": 0,
"chapterSubStr": "",
"recommendLv": "60",
"hasStartAction": 1,
"flag": 549755813888,
"scriptQuestId": 0,
"noticeAt": 1696561200,
"openedAt": 1696647600,
"closedAt": 1697295599
}, { }, {
"beforeActionVals": [], "beforeActionVals": [],
"afterActionVals": [], "afterActionVals": [],
@ -352318,6 +352382,38 @@
"noticeAt": 1696474800, "noticeAt": 1696474800,
"openedAt": 1696561200, "openedAt": 1696561200,
"closedAt": 1697295599 "closedAt": 1697295599
}, {
"beforeActionVals": [],
"afterActionVals": [],
"id": 94064433,
"name": "요리수행Ⅲ 식재료를 고르는 요령은?",
"nameRuby": "",
"type": 5,
"consumeType": 3,
"actConsume": 0,
"chaldeaGateCategory": 1,
"spotId": 836501,
"giftId": 94064350,
"priority": 94064378,
"bannerType": 0,
"bannerId": 94064305,
"iconId": 94064305,
"charaIconId": 0,
"giftIconId": 0,
"forceOperation": 0,
"afterClear": 1,
"displayHours": 0,
"intervalHours": 0,
"chapterId": 0,
"chapterSubId": 0,
"chapterSubStr": "",
"recommendLv": "50",
"hasStartAction": 1,
"flag": 1073741824,
"scriptQuestId": 0,
"noticeAt": 1696561200,
"openedAt": 1696647600,
"closedAt": 1697295599
}, { }, {
"beforeActionVals": [], "beforeActionVals": [],
"afterActionVals": [], "afterActionVals": [],

View File

@ -3462,4 +3462,8 @@
"itemIds": [94064301, 94064302, 94064304], "itemIds": [94064301, 94064302, 94064304],
"nums": [15, 15, 2], "nums": [15, 15, 2],
"questId": 94064432 "questId": 94064432
}, {
"itemIds": [94064301, 94064303, 94064304],
"nums": [20, 20, 2],
"questId": 94064433
}] }]

View File

@ -51038,6 +51038,10 @@
"questId": 94064304, "questId": 94064304,
"type": 1, "type": 1,
"groupId": 80347 "groupId": 80347
}, {
"questId": 94064305,
"type": 1,
"groupId": 80347
}, { }, {
"questId": 94064401, "questId": 94064401,
"type": 1, "type": 1,
@ -51054,6 +51058,10 @@
"questId": 94064404, "questId": 94064404,
"type": 1, "type": 1,
"groupId": 80347 "groupId": 80347
}, {
"questId": 94064405,
"type": 1,
"groupId": 80347
}, { }, {
"questId": 94064430, "questId": 94064430,
"type": 1, "type": 1,
@ -51066,6 +51074,10 @@
"questId": 94064432, "questId": 94064432,
"type": 1, "type": 1,
"groupId": 80347 "groupId": 80347
}, {
"questId": 94064433,
"type": 1,
"groupId": 80347
}, { }, {
"questId": 94064601, "questId": 94064601,
"type": 1, "type": 1,

View File

@ -220189,6 +220189,62 @@
"playerExp": 955, "playerExp": 955,
"friendshipExp": 215, "friendshipExp": 215,
"giftId": 0 "giftId": 0
}, {
"classIds": [6],
"individuality": [94000126],
"script": {},
"questSelect": null,
"questId": 94064305,
"phase": 1,
"isNpcOnly": false,
"battleBgId": 76900,
"battleBgType": 0,
"qp": 3400,
"playerExp": 2190,
"friendshipExp": 315,
"giftId": 0
}, {
"classIds": [7],
"individuality": [94000126],
"script": {},
"questSelect": null,
"questId": 94064305,
"phase": 2,
"isNpcOnly": false,
"battleBgId": 63410,
"battleBgType": 0,
"qp": 3400,
"playerExp": 2190,
"friendshipExp": 315,
"giftId": 0
}, {
"classIds": [7],
"individuality": [94000126],
"script": {},
"questSelect": null,
"questId": 94064305,
"phase": 3,
"isNpcOnly": false,
"battleBgId": 63410,
"battleBgType": 0,
"qp": 3400,
"playerExp": 2190,
"friendshipExp": 315,
"giftId": 0
}, {
"classIds": [7],
"individuality": [94000126],
"script": {},
"questSelect": null,
"questId": 94064305,
"phase": 4,
"isNpcOnly": false,
"battleBgId": 63410,
"battleBgType": 0,
"qp": 3400,
"playerExp": 2190,
"friendshipExp": 315,
"giftId": 0
}, { }, {
"classIds": [4], "classIds": [4],
"individuality": [94000126], "individuality": [94000126],
@ -220245,6 +220301,20 @@
"playerExp": 10190, "playerExp": 10190,
"friendshipExp": 515, "friendshipExp": 515,
"giftId": 0 "giftId": 0
}, {
"classIds": [7],
"individuality": [94000126],
"script": {},
"questSelect": null,
"questId": 94064405,
"phase": 1,
"isNpcOnly": false,
"battleBgId": 67010,
"battleBgType": 0,
"qp": 6400,
"playerExp": 15690,
"friendshipExp": 615,
"giftId": 0
}, { }, {
"classIds": [6], "classIds": [6],
"individuality": [94000126], "individuality": [94000126],
@ -220287,6 +220357,20 @@
"playerExp": 5690, "playerExp": 5690,
"friendshipExp": 415, "friendshipExp": 415,
"giftId": 0 "giftId": 0
}, {
"classIds": [7, 11, 6],
"individuality": [94000126],
"script": {},
"questSelect": null,
"questId": 94064433,
"phase": 1,
"isNpcOnly": false,
"battleBgId": 63300,
"battleBgType": 0,
"qp": 5400,
"playerExp": 10190,
"friendshipExp": 515,
"giftId": 0
}, { }, {
"classIds": [7], "classIds": [7],
"individuality": [2392], "individuality": [2392],

View File

@ -51186,6 +51186,72 @@
"actConsume": 5, "actConsume": 5,
"flag": 0, "flag": 0,
"recommendLv": "" "recommendLv": ""
}, {
"beforeActionVals": [],
"afterActionVals": [],
"boardMessage": {
"image": {
"bannerSp": "img_quest_formlimit_01",
"offset": [3, -2]
},
"text": {
"textString": "편성 조건 있음",
"offset": [3, -2],
"fontSize": 14,
"gradation": ["#FFEC00", "#FFEC00"]
}
},
"questId": 94064305,
"phase": 1,
"spotId": 836501,
"consumeType": 1,
"actConsume": 5,
"flag": 4194304,
"recommendLv": ""
}, {
"beforeActionVals": [],
"afterActionVals": [],
"boardMessage": {},
"questId": 94064305,
"phase": 2,
"spotId": 836501,
"consumeType": 1,
"actConsume": 5,
"flag": 4194304,
"recommendLv": ""
}, {
"beforeActionVals": [],
"afterActionVals": [],
"boardMessage": {},
"questId": 94064305,
"phase": 3,
"spotId": 836501,
"consumeType": 1,
"actConsume": 5,
"flag": 0,
"recommendLv": ""
}, {
"beforeActionVals": [],
"afterActionVals": [],
"boardMessage": {
"image": {
"bannerSp": "img_quest_formlimit_01",
"offset": [3, -2]
},
"text": {
"textString": "편성 조건 있음",
"offset": [3, -2],
"fontSize": 14,
"gradation": ["#FFEC00", "#FFEC00"]
}
},
"questId": 94064305,
"phase": 4,
"spotId": 836501,
"consumeType": 1,
"actConsume": 5,
"flag": 0,
"recommendLv": ""
}, { }, {
"beforeActionVals": [], "beforeActionVals": [],
"afterActionVals": [], "afterActionVals": [],

View File

@ -215966,6 +215966,22 @@
"openLimit": 0, "openLimit": 0,
"closedMessageId": 4, "closedMessageId": 4,
"imagePriority": 8000 "imagePriority": 8000
}, {
"questId": 94064305,
"type": 1,
"targetId": 94064304,
"value": 0,
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 10000
}, {
"questId": 94064305,
"type": 12,
"targetId": 0,
"value": 0,
"openLimit": 0,
"closedMessageId": 4,
"imagePriority": 8000
}, { }, {
"questId": 94064401, "questId": 94064401,
"type": 1, "type": 1,
@ -216038,6 +216054,30 @@
"openLimit": 0, "openLimit": 0,
"closedMessageId": 94064305, "closedMessageId": 94064305,
"imagePriority": 9000 "imagePriority": 9000
}, {
"questId": 94064405,
"type": 1,
"targetId": 94064304,
"value": 0,
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 10000
}, {
"questId": 94064405,
"type": 1,
"targetId": 94064305,
"value": 0,
"openLimit": 0,
"closedMessageId": 94064302,
"imagePriority": 6000
}, {
"questId": 94064405,
"type": 12,
"targetId": 0,
"value": 0,
"openLimit": 0,
"closedMessageId": 94064306,
"imagePriority": 9000
}, { }, {
"questId": 94064430, "questId": 94064430,
"type": 1, "type": 1,
@ -216094,6 +216134,30 @@
"openLimit": 0, "openLimit": 0,
"closedMessageId": 94064305, "closedMessageId": 94064305,
"imagePriority": 9000 "imagePriority": 9000
}, {
"questId": 94064433,
"type": 1,
"targetId": 94064304,
"value": 0,
"openLimit": 0,
"closedMessageId": 0,
"imagePriority": 10000
}, {
"questId": 94064433,
"type": 1,
"targetId": 94064305,
"value": 0,
"openLimit": 0,
"closedMessageId": 94064302,
"imagePriority": 6000
}, {
"questId": 94064433,
"type": 12,
"targetId": 0,
"value": 0,
"openLimit": 0,
"closedMessageId": 94064306,
"imagePriority": 9000
}, { }, {
"questId": 94064601, "questId": 94064601,
"type": 7, "type": 7,

View File

@ -7238,6 +7238,22 @@
"dialogMessage": "마르타[산타]를\n스타팅 멤버로 설정해 주세요.", "dialogMessage": "마르타[산타]를\n스타팅 멤버로 설정해 주세요.",
"noticeMessage": "마르타[산타]를 스타팅 멤버로 설정해 주세요.", "noticeMessage": "마르타[산타]를 스타팅 멤버로 설정해 주세요.",
"title": "" "title": ""
}, {
"questId": 94064305,
"phase": 1,
"restrictionId": 94064301,
"frequencyType": 3,
"dialogMessage": "마르타[산타]를\n스타팅 멤버로 설정해 주세요.",
"noticeMessage": "마르타[산타]를 스타팅 멤버로 설정해 주세요.",
"title": ""
}, {
"questId": 94064305,
"phase": 4,
"restrictionId": 94064301,
"frequencyType": 3,
"dialogMessage": "마르타[산타]를\n스타팅 멤버로 설정해 주세요.",
"noticeMessage": "마르타[산타]를 스타팅 멤버로 설정해 주세요.",
"title": ""
}, { }, {
"questId": 911000701, "questId": 911000701,
"phase": 1, "phase": 1,

View File

@ -221872,6 +221872,66 @@
"enemyInfo": 1, "enemyInfo": 1,
"bgmId": 5, "bgmId": 5,
"startEffectId": 2 "startEffectId": 2
}, {
"npcDeckIds": [94064325, 1000],
"script": {},
"questId": 94064305,
"questPhase": 1,
"wave": 1,
"enemyInfo": 1,
"bgmId": 558,
"startEffectId": 1
}, {
"npcDeckIds": [94064326, 1000],
"script": {},
"questId": 94064305,
"questPhase": 1,
"wave": 2,
"enemyInfo": 1,
"bgmId": 558,
"startEffectId": 1
}, {
"npcDeckIds": [94064328, 1000],
"script": {
"aiFieldIds": [{
"day": 0,
"id": 94064356
}]
},
"questId": 94064305,
"questPhase": 2,
"wave": 1,
"enemyInfo": 1,
"bgmId": 558,
"startEffectId": 1
}, {
"npcDeckIds": [94064331, 1000],
"script": {
"aiFieldIds": [{
"day": 0,
"id": 94064356
}]
},
"questId": 94064305,
"questPhase": 3,
"wave": 1,
"enemyInfo": 1,
"bgmId": 558,
"startEffectId": 1
}, {
"npcDeckIds": [94064334, 1000],
"script": {
"aiFieldIds": [{
"day": 0,
"id": 94064356
}]
},
"questId": 94064305,
"questPhase": 4,
"wave": 1,
"enemyInfo": 1,
"bgmId": 5,
"startEffectId": 2
}, { }, {
"npcDeckIds": [94064401, 1000], "npcDeckIds": [94064401, 1000],
"script": {}, "script": {},
@ -221980,6 +222040,33 @@
"enemyInfo": 1, "enemyInfo": 1,
"bgmId": 5, "bgmId": 5,
"startEffectId": 2 "startEffectId": 2
}, {
"npcDeckIds": [94064413, 1000],
"script": {},
"questId": 94064405,
"questPhase": 1,
"wave": 1,
"enemyInfo": 1,
"bgmId": 558,
"startEffectId": 1
}, {
"npcDeckIds": [94064414, 1000],
"script": {},
"questId": 94064405,
"questPhase": 1,
"wave": 2,
"enemyInfo": 1,
"bgmId": 558,
"startEffectId": 1
}, {
"npcDeckIds": [94064415, 1000],
"script": {},
"questId": 94064405,
"questPhase": 1,
"wave": 3,
"enemyInfo": 1,
"bgmId": 5,
"startEffectId": 2
}, { }, {
"npcDeckIds": [94064430, 1000], "npcDeckIds": [94064430, 1000],
"script": {}, "script": {},
@ -222025,6 +222112,15 @@
"enemyInfo": 1, "enemyInfo": 1,
"bgmId": 535, "bgmId": 535,
"startEffectId": 2 "startEffectId": 2
}, {
"npcDeckIds": [94064439, 1000],
"script": {},
"questId": 94064433,
"questPhase": 1,
"wave": 1,
"enemyInfo": 1,
"bgmId": 535,
"startEffectId": 2
}, { }, {
"npcDeckIds": [94064601, 1000], "npcDeckIds": [94064601, 1000],
"script": {}, "script": {},

View File

@ -31293,6 +31293,50 @@
"npcScript": "{}", "npcScript": "{}",
"openedAt": 0, "openedAt": 0,
"closedAt": 0 "closedAt": 0
}, {
"svtEquipIds": [94064303],
"id": 1000,
"questId": 94064305,
"questPhase": 1,
"priority": 0,
"leaderSvtId": 94064301,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1000,
"questId": 94064305,
"questPhase": 2,
"priority": 0,
"leaderSvtId": 94064308,
"flag": 0,
"npcScript": "{\"dispLimitCount\": 11}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1000,
"questId": 94064305,
"questPhase": 3,
"priority": 0,
"leaderSvtId": 94064308,
"flag": 0,
"npcScript": "{\"dispLimitCount\": 11}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1000,
"questId": 94064305,
"questPhase": 4,
"priority": 0,
"leaderSvtId": 94064308,
"flag": 0,
"npcScript": "{\"dispLimitCount\": 11}",
"openedAt": 0,
"closedAt": 0
}, { }, {
"svtEquipIds": [], "svtEquipIds": [],
"id": 1000, "id": 1000,
@ -48915,6 +48959,50 @@
"npcScript": "{\"imageSvtId\": 604100}", "npcScript": "{\"imageSvtId\": 604100}",
"openedAt": 0, "openedAt": 0,
"closedAt": 0 "closedAt": 0
}, {
"svtEquipIds": [94064303],
"id": 1001,
"questId": 94064305,
"questPhase": 1,
"priority": 0,
"leaderSvtId": 94064302,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1001,
"questId": 94064305,
"questPhase": 2,
"priority": 0,
"leaderSvtId": 94064309,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1001,
"questId": 94064305,
"questPhase": 3,
"priority": 0,
"leaderSvtId": 94064309,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1001,
"questId": 94064305,
"questPhase": 4,
"priority": 0,
"leaderSvtId": 94064309,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, { }, {
"svtEquipIds": [], "svtEquipIds": [],
"id": 1001, "id": 1001,
@ -60014,6 +60102,50 @@
"npcScript": "{}", "npcScript": "{}",
"openedAt": 0, "openedAt": 0,
"closedAt": 0 "closedAt": 0
}, {
"svtEquipIds": [94064303],
"id": 1002,
"questId": 94064305,
"questPhase": 1,
"priority": 0,
"leaderSvtId": 94064304,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1002,
"questId": 94064305,
"questPhase": 2,
"priority": 0,
"leaderSvtId": 94064301,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1002,
"questId": 94064305,
"questPhase": 3,
"priority": 0,
"leaderSvtId": 94064301,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1002,
"questId": 94064305,
"questPhase": 4,
"priority": 0,
"leaderSvtId": 94064301,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, { }, {
"svtEquipIds": [3000401], "svtEquipIds": [3000401],
"id": 1003, "id": 1003,
@ -65041,6 +65173,39 @@
"npcScript": "{}", "npcScript": "{}",
"openedAt": 0, "openedAt": 0,
"closedAt": 0 "closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1003,
"questId": 94064305,
"questPhase": 2,
"priority": 0,
"leaderSvtId": 94064302,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1003,
"questId": 94064305,
"questPhase": 3,
"priority": 0,
"leaderSvtId": 94064302,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1003,
"questId": 94064305,
"questPhase": 4,
"priority": 0,
"leaderSvtId": 94064302,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, { }, {
"svtEquipIds": [3000401], "svtEquipIds": [3000401],
"id": 1004, "id": 1004,
@ -67923,6 +68088,39 @@
"npcScript": "{}", "npcScript": "{}",
"openedAt": 0, "openedAt": 0,
"closedAt": 0 "closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1004,
"questId": 94064305,
"questPhase": 2,
"priority": 0,
"leaderSvtId": 94064303,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1004,
"questId": 94064305,
"questPhase": 3,
"priority": 0,
"leaderSvtId": 94064303,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1004,
"questId": 94064305,
"questPhase": 4,
"priority": 0,
"leaderSvtId": 94064303,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, { }, {
"svtEquipIds": [3000401], "svtEquipIds": [3000401],
"id": 1005, "id": 1005,
@ -69859,6 +70057,39 @@
"npcScript": "{}", "npcScript": "{}",
"openedAt": 0, "openedAt": 0,
"closedAt": 0 "closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1005,
"questId": 94064305,
"questPhase": 2,
"priority": 0,
"leaderSvtId": 94064304,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1005,
"questId": 94064305,
"questPhase": 3,
"priority": 0,
"leaderSvtId": 94064304,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, {
"svtEquipIds": [94064302],
"id": 1005,
"questId": 94064305,
"questPhase": 4,
"priority": 0,
"leaderSvtId": 94064304,
"flag": 0,
"npcScript": "{}",
"openedAt": 0,
"closedAt": 0
}, { }, {
"svtEquipIds": [3000401], "svtEquipIds": [3000401],
"id": 1006, "id": 1006,

View File

@ -35761,4 +35761,46 @@
"skillLv3": 8, "skillLv3": 8,
"flag": 0, "flag": 0,
"createdAt": 1356966000 "createdAt": 1356966000
}, {
"appendPassiveSkillIds": [],
"appendPassiveSkillLvs": [],
"id": 94064308,
"svtId": 700600,
"name": "NONE",
"lv": 80,
"limitCount": 2,
"hp": 10356,
"atk": 10852,
"individuality": "NONE",
"treasureDeviceId": 700602,
"treasureDeviceLv": 3,
"skillId1": 39551,
"skillId2": 17350,
"skillId3": 26550,
"skillLv1": 8,
"skillLv2": 8,
"skillLv3": 8,
"flag": 0,
"createdAt": 1356966000
}, {
"appendPassiveSkillIds": [],
"appendPassiveSkillLvs": [],
"id": 94064309,
"svtId": 700500,
"name": "NONE",
"lv": 80,
"limitCount": 2,
"hp": 9810,
"atk": 6476,
"individuality": "NONE",
"treasureDeviceId": 700502,
"treasureDeviceLv": 3,
"skillId1": 75451,
"skillId2": 98550,
"skillId3": 259450,
"skillLv1": 8,
"skillLv2": 8,
"skillLv3": 8,
"flag": 0,
"createdAt": 1356966000
}] }]

View File

@ -13270,6 +13270,54 @@
"missionIds": [10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 2001891, 2001892, 2001894, 80346044, 80346046, 80346070, 80346072, 80346074, 80346101, 80346103, 80346105, 80346137, 80346139, 80346141, 80346177, 80346179, 80346181, 80346228, 80346229, 80346230, 80346017, 80346019, 80346037, 80346039, 80346041, 80346063, 80346065, 80346067, 80346094, 80346096, 80346098, 80346130, 80346132, 80346134, 80346170, 80346172, 80346174, 80346112, 80346148, 80346150, 80346188, 80346190, 80346234, 80346235, 80346236, 2001901, 80346075, 80346077, 80346106, 80346108, 80346110, 80346142, 80346144, 80346146, 80346182, 80346184, 80346186, 80346237, 80346238, 80346239, 80346240, 2001858, 2001886, 2001913], "missionIds": [10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 2001891, 2001892, 2001894, 80346044, 80346046, 80346070, 80346072, 80346074, 80346101, 80346103, 80346105, 80346137, 80346139, 80346141, 80346177, 80346179, 80346181, 80346228, 80346229, 80346230, 80346017, 80346019, 80346037, 80346039, 80346041, 80346063, 80346065, 80346067, 80346094, 80346096, 80346098, 80346130, 80346132, 80346134, 80346170, 80346172, 80346174, 80346112, 80346148, 80346150, 80346188, 80346190, 80346234, 80346235, 80346236, 2001901, 80346075, 80346077, 80346106, 80346108, 80346110, 80346142, 80346144, 80346146, 80346182, 80346184, 80346186, 80346237, 80346238, 80346239, 80346240, 2001858, 2001886, 2001913],
"impossibleKill": 0, "impossibleKill": 0,
"npcSvtId": 94064332 "npcSvtId": 94064332
}, {
"questId": 94064405,
"enemyId": 1,
"name": "식재료 확보라 하면 사냥이지",
"classId": 7,
"svtId": 703000,
"limitCount": 2,
"iconId": 7030002,
"displayType": 1,
"missionIds": [2001894, 80346044, 80346046, 80346070, 80346072, 80346074, 80346101, 80346103, 80346105, 80346137, 80346139, 80346141, 80346177, 80346179, 80346181, 80346228, 80346229, 80346230, 10201, 10202, 10203, 10204, 10205, 10206, 10207, 10208, 2001884, 2001899, 2001900, 80346017, 80346019, 80346037, 80346039, 80346041, 80346063, 80346065, 80346067, 80346094, 80346096, 80346098, 80346130, 80346132, 80346134, 80346170, 80346172, 80346174, 80346112, 80346148, 80346150, 80346188, 80346190, 80346234, 80346235, 80346236, 2001879, 2001921, 80346267, 80346268, 80346269, 80346258, 80346259, 80346260, 80346261, 80346262, 80346263, 80346272, 80346273, 10239, 10240, 10241, 10242, 10243, 80346256, 80346257],
"impossibleKill": 0,
"npcSvtId": 94064333
}, {
"questId": 94064405,
"enemyId": 2,
"name": "날뛰는 야채",
"classId": 7,
"svtId": 9943300,
"limitCount": 1,
"iconId": 99433001,
"displayType": 1,
"missionIds": [10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 2001891, 2001892, 2001894, 80346044, 80346046, 80346070, 80346072, 80346074, 80346101, 80346103, 80346105, 80346137, 80346139, 80346141, 80346177, 80346179, 80346181, 80346228, 80346229, 80346230, 80346018, 80346020, 80346038, 80346040, 80346042, 80346064, 80346066, 80346068, 80346095, 80346097, 80346099, 80346131, 80346133, 80346135, 80346171, 80346173, 80346175, 80346241, 80346242, 80346243, 80346244, 2001858, 2001887, 2001914],
"impossibleKill": 0,
"npcSvtId": 94064334
}, {
"questId": 94064405,
"enemyId": 3,
"name": "야채 강도",
"classId": 7,
"svtId": 9940120,
"limitCount": 1,
"iconId": 99401201,
"displayType": 1,
"missionIds": [10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 2001891, 2001892, 2001894, 80346044, 80346046, 80346070, 80346072, 80346074, 80346101, 80346103, 80346105, 80346137, 80346139, 80346141, 80346177, 80346179, 80346181, 80346228, 80346229, 80346230, 80346017, 80346019, 80346037, 80346039, 80346041, 80346063, 80346065, 80346067, 80346094, 80346096, 80346098, 80346130, 80346132, 80346134, 80346170, 80346172, 80346174, 2001858, 2001887, 2001914],
"impossibleKill": 0,
"npcSvtId": 94064336
}, {
"questId": 94064405,
"enemyId": 4,
"name": "야채 도둑",
"classId": 7,
"svtId": 9940050,
"limitCount": 1,
"iconId": 99400501,
"displayType": 1,
"missionIds": [10180, 10181, 10182, 10183, 10184, 10185, 10186, 10187, 10188, 10189, 10190, 10191, 10192, 10193, 10194, 10195, 10196, 10197, 10198, 10199, 10200, 2001891, 2001892, 2001894, 80346044, 80346046, 80346070, 80346072, 80346074, 80346101, 80346103, 80346105, 80346137, 80346139, 80346141, 80346177, 80346179, 80346181, 80346228, 80346229, 80346230, 80346017, 80346019, 80346037, 80346039, 80346041, 80346063, 80346065, 80346067, 80346094, 80346096, 80346098, 80346130, 80346132, 80346134, 80346170, 80346172, 80346174, 2001858, 2001887, 2001914],
"impossibleKill": 0,
"npcSvtId": 94064335
}, { }, {
"questId": 94064430, "questId": 94064430,
"enemyId": 1, "enemyId": 1,

View File

@ -910,6 +910,9 @@
}, { }, {
"questId": 94064404, "questId": 94064404,
"enemyNum": 4 "enemyNum": 4
}, {
"questId": 94064405,
"enemyNum": 4
}, { }, {
"questId": 94064430, "questId": 94064430,
"enemyNum": 3 "enemyNum": 3

View File

@ -1214,6 +1214,10 @@
"questId": 94064404, "questId": 94064404,
"dropSvtNum": 1, "dropSvtNum": 1,
"dropItemNum": 9 "dropItemNum": 9
}, {
"questId": 94064405,
"dropSvtNum": 1,
"dropItemNum": 8
}, { }, {
"questId": 94064430, "questId": 94064430,
"dropSvtNum": 0, "dropSvtNum": 0,