diff --git a/QuestPaths/6.x - Endwalker/Custom Deliveries/Anden/4716_Every Anden of the Rainbow.json b/QuestPaths/6.x - Endwalker/Custom Deliveries/Anden/4716_Every Anden of the Rainbow.json index d0744923..83810e3c 100644 --- a/QuestPaths/6.x - Endwalker/Custom Deliveries/Anden/4716_Every Anden of the Rainbow.json +++ b/QuestPaths/6.x - Endwalker/Custom Deliveries/Anden/4716_Every Anden of the Rainbow.json @@ -75,7 +75,8 @@ "TerritoryId": 816, "InteractionType": "CompleteQuest", "AetheryteShortcut": "Il Mheg - Lydha Lran", - "Fly": true + "Fly": true, + "NextQuestId": 4717 } ] } diff --git a/QuestPaths/6.x - Endwalker/Custom Deliveries/Anden/4717_A Labor of Leaf.json b/QuestPaths/6.x - Endwalker/Custom Deliveries/Anden/4717_A Labor of Leaf.json new file mode 100644 index 00000000..d40d2af4 --- /dev/null +++ b/QuestPaths/6.x - Endwalker/Custom Deliveries/Anden/4717_A Labor of Leaf.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "liza", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1044550, + "Position": { + "X": -239.70398, + "Y": 51.05899, + "Z": 622.2477 + }, + "StopDistance": 5, + "TerritoryId": 816, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "Il Mheg - Lydha Lran", + "SkipConditions": { + "AetheryteShortcutIf": { + "InSameTerritory": true + } + } + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "DataId": 1044562, + "Position": { + "X": -294.97223, + "Y": 67.46317, + "Z": 603.6621 + }, + "TerritoryId": 816, + "InteractionType": "CompleteQuest", + "Fly": true + } + ] + } + ] +}