From f2de01b51308dafb7fffba1dc954897b53c574a4 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Mon, 24 Jun 2024 16:52:56 +0200 Subject: [PATCH] Add slight delays to 'The Great Work' --- .../4372_The Great Work.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4372_The Great Work.json b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4372_The Great Work.json index 988d57d3..63c54397 100644 --- a/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4372_The Great Work.json +++ b/QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4372_The Great Work.json @@ -1,7 +1,6 @@ { "$schema": "https://carvel.li/questionable/quest-1.0", "Author": "liza", - "Comment": "This is possibly the least polished quest so far, as the follow steps are awkward (need to move >10 units away to trigger the follow-up)", "QuestSequence": [ { "Sequence": 0, @@ -117,7 +116,8 @@ }, "StopDistance": 4, "TerritoryId": 957, - "InteractionType": "WalkTo" + "InteractionType": "WalkTo", + "DelaySecondsAtStart": 2 } ] }, @@ -164,7 +164,8 @@ }, "StopDistance": 4, "TerritoryId": 957, - "InteractionType": "WalkTo" + "InteractionType": "WalkTo", + "DelaySecondsAtStart": 2 } ] }, @@ -212,7 +213,8 @@ }, "StopDistance": 4, "TerritoryId": 957, - "InteractionType": "WalkTo" + "InteractionType": "WalkTo", + "DelaySecondsAtStart": 2 } ] }, @@ -259,7 +261,8 @@ }, "StopDistance": 4, "TerritoryId": 957, - "InteractionType": "WalkTo" + "InteractionType": "WalkTo", + "DelaySecondsAtStart": 2 } ] },