Add skip teleport condition to the final step of Vanu Vanu dailies

This commit is contained in:
Liza 2024-12-18 01:14:14 +01:00
parent 403b3ff8a4
commit 967100f323
Signed by: liza
GPG Key ID: 2C41B84815CF6445
25 changed files with 543 additions and 202 deletions

View File

@ -83,7 +83,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -102,7 +102,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -111,7 +111,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"Fly": true, "Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu" "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -153,7 +153,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"Fly": true, "Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu" "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -92,7 +92,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -96,7 +96,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"Fly": true, "Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu" "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -30,7 +30,16 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Interact", "InteractionType": "Interact",
"Fly": true, "Fly": true,
"RequiredQuestVariables": [null, null, [16], null, null, null] "RequiredQuestVariables": [
null,
null,
[
16
],
null,
null,
null
]
}, },
{ {
"DataId": 2006761, "DataId": 2006761,
@ -42,7 +51,16 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Interact", "InteractionType": "Interact",
"Fly": true, "Fly": true,
"RequiredQuestVariables": [null, null, [32], null, null, null] "RequiredQuestVariables": [
null,
null,
[
32
],
null,
null,
null
]
} }
] ]
}, },
@ -60,9 +78,20 @@
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "AfterItemUse", "EnemySpawnType": "AfterItemUse",
"ItemId": 2001941, "ItemId": 2001941,
"KillEnemyDataIds": [5238], "KillEnemyDataIds": [
5238
],
"Fly": true, "Fly": true,
"RequiredQuestVariables": [null, [1], null, null, null, null] "RequiredQuestVariables": [
null,
[
1
],
null,
null,
null,
null
]
} }
] ]
}, },

View File

@ -1,169 +1,182 @@
{ {
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "AnimaMachinae", "Author": "AnimaMachinae",
"QuestSequence": [ "QuestSequence": [
{
"Sequence": 0,
"Steps": [
{ {
"Sequence": 0, "DataId": 1016089,
"Steps": [ "Position": {
{ "X": -799.46594,
"DataId": 1016089, "Y": -133.2695,
"Position": { "Z": -404.1352
"X": -799.46594, },
"Y": -133.2695, "TerritoryId": 401,
"Z": -404.1352 "InteractionType": "AcceptQuest"
},
"TerritoryId": 401,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1016091,
"Position": {
"X": -804.25726,
"Y": -133.2695,
"Z": -390.89038
},
"TerritoryId": 401,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2006705,
"Position": {
"X": -356.1914,
"Y": -153.21588,
"Z": 246.23486
},
"TerritoryId": 401,
"InteractionType": "Interact",
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop",
"Fly": true,
"$": "QW: 1 0 16 0 0 2",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
2
]
},
{
"DataId": 2006706,
"Position": {
"X": -292.34766,
"Y": -142.2904,
"Z": 325.91736
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true,
"$": "QW: 2 0 32 0 0 3",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
1
]
},
{
"DataId": 2006704,
"Position": {
"X": -281.11694,
"Y": -133.13501,
"Z": 345.2964
},
"TerritoryId": 401,
"InteractionType": "Interact",
"$": "QW: 19 0 48 0 0 7",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
4
]
},
{
"DataId": 2006670,
"Position": {
"X": 165.85034,
"Y": -86.13721,
"Z": 415.94556
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true,
"$": "QW: 19 17 48 0 0 39",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
},
{
"DataId": 2006669,
"Position": {
"X": 282.88696,
"Y": -82.26141,
"Z": 366.07922
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true,
"$": "QW: 19 34 48 0 0 103",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
},
{
"DataId": 2006671,
"Position": {
"X": 129.8695,
"Y": -92.17981,
"Z": 293.11047
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1016091,
"Position": {
"X": -804.25726,
"Y": -133.2695,
"Z": -390.89038
},
"TerritoryId": 401,
"InteractionType": "CompleteQuest",
"Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu"
}
]
} }
] ]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1016091,
"Position": {
"X": -804.25726,
"Y": -133.2695,
"Z": -390.89038
},
"TerritoryId": 401,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2006705,
"Position": {
"X": -356.1914,
"Y": -153.21588,
"Z": 246.23486
},
"TerritoryId": 401,
"InteractionType": "Interact",
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop",
"Fly": true,
"$": "QW: 1 0 16 0 0 2",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
2
]
},
{
"DataId": 2006706,
"Position": {
"X": -292.34766,
"Y": -142.2904,
"Z": 325.91736
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true,
"$": "QW: 2 0 32 0 0 3",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
1
]
},
{
"DataId": 2006704,
"Position": {
"X": -281.11694,
"Y": -133.13501,
"Z": 345.2964
},
"TerritoryId": 401,
"InteractionType": "Interact",
"$": "QW: 19 0 48 0 0 7",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
4
]
},
{
"DataId": 2006670,
"Position": {
"X": 165.85034,
"Y": -86.13721,
"Z": 415.94556
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true,
"$": "QW: 19 17 48 0 0 39",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
},
{
"DataId": 2006669,
"Position": {
"X": 282.88696,
"Y": -82.26141,
"Z": 366.07922
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true,
"$": "QW: 19 34 48 0 0 103",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
},
{
"DataId": 2006671,
"Position": {
"X": 129.8695,
"Y": -92.17981,
"Z": 293.11047
},
"TerritoryId": 401,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1016091,
"Position": {
"X": -804.25726,
"Y": -133.2695,
"Z": -390.89038
},
"TerritoryId": 401,
"InteractionType": "CompleteQuest",
"Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
}
]
}
]
} }

View File

@ -151,8 +151,7 @@
}, },
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu"
"Fly": true
} }
] ]
} }

View File

@ -98,9 +98,22 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }
] ]
} }

View File

@ -114,8 +114,7 @@
}, },
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu"
"Fly": true
} }
] ]
} }

View File

@ -46,7 +46,16 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Interact", "InteractionType": "Interact",
"Fly": true, "Fly": true,
"RequiredQuestVariables": [null, null, [16], null, null, null] "RequiredQuestVariables": [
null,
null,
[
16
],
null,
null,
null
]
}, },
{ {
"DataId": 2006762, "DataId": 2006762,
@ -58,7 +67,16 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Interact", "InteractionType": "Interact",
"Fly": true, "Fly": true,
"RequiredQuestVariables": [null, null, [32], null, null, null] "RequiredQuestVariables": [
null,
null,
[
32
],
null,
null,
null
]
} }
] ]
}, },
@ -76,7 +94,9 @@
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "AfterItemUse", "EnemySpawnType": "AfterItemUse",
"ItemId": 2001912, "ItemId": 2001912,
"KillEnemyDataIds": [5240], "KillEnemyDataIds": [
5240
],
"Fly": true "Fly": true
} }
] ]
@ -111,7 +131,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -46,7 +46,9 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction", "EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [5241], "KillEnemyDataIds": [
5241
],
"Fly": true "Fly": true
}, },
{ {
@ -59,7 +61,9 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction", "EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [5241], "KillEnemyDataIds": [
5241
],
"Fly": true "Fly": true
} }
] ]
@ -77,7 +81,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -46,7 +46,9 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction", "EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [5242], "KillEnemyDataIds": [
5242
],
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop", "AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop",
"Fly": true "Fly": true
} }
@ -65,7 +67,9 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction", "EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [5242], "KillEnemyDataIds": [
5242
],
"Fly": true "Fly": true
} }
] ]
@ -83,7 +87,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -104,7 +104,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -130,7 +130,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"Fly": true, "Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu" "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -78,7 +78,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"Fly": true, "Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu" "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -152,7 +152,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -128,7 +128,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"Fly": true, "Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu" "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -85,7 +85,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"Fly": true, "Fly": true,
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu" "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -101,7 +101,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -78,7 +78,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -108,7 +108,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -99,7 +99,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }

View File

@ -95,7 +95,20 @@
"TerritoryId": 401, "TerritoryId": 401,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu", "AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
"Fly": true "Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"NearPosition": {
"Position": {
"X": -799.46594,
"Y": -133.2695,
"Z": -404.1352
},
"TerritoryId": 401,
"MaximumDistance": 50
}
}
}
} }
] ]
} }