Compare commits

...

2 Commits

Author SHA1 Message Date
Plogon Enjoyer
38f5cd66cd Updated "A Hut to Dye For". Added step to run away from spawned enemy to be able to TP away, since defeating it is not required to proceed. 2024-09-28 16:13:16 +08:00
Plogon Enjoyer
d4ae5f95b2 Added new daily quests:
- Shady Premonitions
- Pestered Ancestors
2024-09-28 16:12:33 +08:00
3 changed files with 234 additions and 0 deletions

View File

@ -84,6 +84,16 @@
{
"Sequence": 255,
"Steps": [
{
"Position": {
"X": 317.41415,
"Y": 110.85538,
"Z": -34.527588
},
"TerritoryId": 401,
"InteractionType": "WalkTo",
"$": "Run away from the enemy to TP"
},
{
"DataId": 1016092,
"Position": {

View File

@ -0,0 +1,138 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1016089,
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1016088,
"Position": {
"X": -818.143,
"Y": -129.93259,
"Z": -414.02307
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1016228,
"Position": {
"X": -547.7836,
"Y": -57.646603,
"Z": -549.76733
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2006684,
"Position": {
"X": -357.29004,
"Y": -56.565247,
"Z": -598.9929
},
"TerritoryId": 401,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [5243],
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1016229,
"Position": {
"X": -369.31415,
"Y": -54.222214,
"Z": -605.3407
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 2006685,
"Position": {
"X": -107.07257,
"Y": -13.5043335,
"Z": -655.6039
},
"TerritoryId": 401,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [5243],
"Fly": true
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1016230,
"Position": {
"X": -114.85474,
"Y": -13.978999,
"Z": -652.8878
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1016088,
"Position": {
"X": -818.143,
"Y": -129.93259,
"Z": -414.02307
},
"TerritoryId": 401,
"InteractionType": "CompleteQuest",
"Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu"
}
]
}
]
}

View File

@ -0,0 +1,86 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1016089,
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1016088,
"Position": {
"X": -818.143,
"Y": -129.93259,
"Z": -414.02307
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2006707,
"Position": {
"X": 72.92273,
"Y": -88.39557,
"Z": 428.82422
},
"TerritoryId": 401,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [5244],
"Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop"
},
{
"DataId": 2006686,
"Position": {
"X": 167.58984,
"Y": -97.428955,
"Z": 455.71057
},
"TerritoryId": 401,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [5244],
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1016088,
"Position": {
"X": -818.143,
"Y": -129.93259,
"Z": -414.02307
},
"TerritoryId": 401,
"InteractionType": "CompleteQuest",
"Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu"
}
]
}
]
}