Added SkipStep if in territory 154 (firmament)
authorRedacted <redacted@no-reply.carvel.li>
Mon, 10 Mar 2025 17:25:11 +0000 (17:25 +0000)
committerRedacted <redacted@no-reply.carvel.li>
Mon, 10 Mar 2025 17:25:11 +0000 (17:25 +0000)
QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/3891_On Ehll Tou's Wings.json

index 8306ccb89c16546196c538f2e97f08e6e5b1709f..d143078c5acd8755a10f82dbcb8eb5c9241311ed 100644 (file)
@@ -1,49 +1,56 @@
-{\r
-    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",\r
-    "Author": "Redacted",\r
-    "QuestSequence": [\r
-        {\r
-            "Sequence": 0,\r
-            "Steps": [\r
-                {\r
-                    "TerritoryId": 418,\r
-                    "InteractionType": "None",\r
-                    "AetheryteShortcut": "Ishgard",\r
-                    "AethernetShortcut": [\r
-                        "[Ishgard] Aetheryte Plaza",\r
-                        "[Ishgard] Firmament"\r
-                    ]\r
-                },\r
-                {\r
-                    "DataId": 1032220,\r
-                    "Position": {\r
-                        "X": 113.29822,\r
-                        "Y": -20.000002,\r
-                        "Z": 1.449585\r
-                    },\r
-                    "TerritoryId": 886,\r
-                    "InteractionType": "AcceptQuest",\r
-                    "AethernetShortcut": [\r
-                        "[Firmament] The Mendicant's Court",\r
-                        "[Firmament] The Mattock"\r
-                    ]\r
-                }\r
-            ]\r
-        },\r
-        {\r
-            "Sequence": 255,\r
-            "Steps": [\r
-                {\r
-                    "DataId": 1033784,\r
-                    "Position": {\r
-                        "X": 154.00928,\r
-                        "Y": -50,\r
-                        "Z": 67.73474\r
-                    },\r
-                    "TerritoryId": 886,\r
-                    "InteractionType": "CompleteQuest"\r
-                }\r
-            ]\r
-        }\r
-    ]\r
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "Redacted",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "TerritoryId": 418,
+                    "InteractionType": "None",
+                    "AetheryteShortcut": "Ishgard",
+                    "AethernetShortcut": [
+                        "[Ishgard] Aetheryte Plaza",
+                        "[Ishgard] Firmament"
+                    ],
+                    "SkipConditions": {
+                        "StepIf": {
+                            "InTerritory": [
+                                154
+                            ]
+                        }
+                    }
+                },
+                {
+                    "DataId": 1032220,
+                    "Position": {
+                        "X": 113.29822,
+                        "Y": -20.000002,
+                        "Z": 1.449585
+                    },
+                    "TerritoryId": 886,
+                    "InteractionType": "AcceptQuest",
+                    "AethernetShortcut": [
+                        "[Firmament] The Mendicant's Court",
+                        "[Firmament] The Mattock"
+                    ]
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "DataId": 1033784,
+                    "Position": {
+                        "X": 154.00928,
+                        "Y": -50,
+                        "Z": 67.73474
+                    },
+                    "TerritoryId": 886,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
 }
\ No newline at end of file