Added SkipStep if in territory 154 (firmament)
authorRedacted <redacted@no-reply.carvel.li>
Mon, 10 Mar 2025 17:25:28 +0000 (17:25 +0000)
committerRedacted <redacted@no-reply.carvel.li>
Mon, 10 Mar 2025 17:25:28 +0000 (17:25 +0000)
QuestPaths/3.x - Heavensward/Side Stories/Ishgard Restoration/4080_Those Who Serve.json

index 2c581ff24c73174667cfc38b48554be59be7e021..8b5fe4d05a1710ddeffb3d93bcdd3dd2fb18fa82 100644 (file)
@@ -1,64 +1,71 @@
-{\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": 1036127,\r
-                    "Position": {\r
-                        "X": -116.92993,\r
-                        "Y": 0,\r
-                        "Z": -137.31598\r
-                    },\r
-                    "TerritoryId": 886,\r
-                    "InteractionType": "AcceptQuest",\r
-                    "AethernetShortcut": [\r
-                        "[Firmament] The Mendicant's Court",\r
-                        "[Firmament] Western Risensong Quarter"\r
-                    ]\r
-                }\r
-            ]\r
-        },\r
-        {\r
-            "Sequence": 1,\r
-            "Steps": [\r
-                {\r
-                    "DataId": 1036493,\r
-                    "Position": {\r
-                        "X": -60.227356,\r
-                        "Y": -4.146993E-05,\r
-                        "Z": -16.06781\r
-                    },\r
-                    "TerritoryId": 886,\r
-                    "InteractionType": "Interact"\r
-                }\r
-            ]\r
-        },\r
-        {\r
-            "Sequence": 255,\r
-            "Steps": [\r
-                {\r
-                    "DataId": 1036494,\r
-                    "Position": {\r
-                        "X": -98.77167,\r
-                        "Y": 0,\r
-                        "Z": -131.51752\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": 1036127,
+                    "Position": {
+                        "X": -116.92993,
+                        "Y": 0,
+                        "Z": -137.31598
+                    },
+                    "TerritoryId": 886,
+                    "InteractionType": "AcceptQuest",
+                    "AethernetShortcut": [
+                        "[Firmament] The Mendicant's Court",
+                        "[Firmament] Western Risensong Quarter"
+                    ]
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "DataId": 1036493,
+                    "Position": {
+                        "X": -60.227356,
+                        "Y": -4.146993E-05,
+                        "Z": -16.06781
+                    },
+                    "TerritoryId": 886,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "DataId": 1036494,
+                    "Position": {
+                        "X": -98.77167,
+                        "Y": 0,
+                        "Z": -131.51752
+                    },
+                    "TerritoryId": 886,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
 }
\ No newline at end of file