Move 'Forging the Spirit' into a separate quest file
authorLiza Carvelli <liza@carvel.li>
Sat, 25 Jan 2025 16:56:15 +0000 (17:56 +0100)
committerLiza Carvelli <liza@carvel.li>
Sat, 25 Jan 2025 16:56:15 +0000 (17:56 +0100)
QuestPaths/2.x - A Realm Reborn/MSQ-1/Shared/272_Life, Materia and Everything.json
QuestPaths/2.x - A Realm Reborn/Side Quests/Thanalan/Eastern Thanalan/638_Forging the Spirit.json [new file with mode: 0644]

index 6af9e61b7bb0381c2c72619c5b9de6c660674f2a..f56212fb5633de20e0e3bb9fd131d95cc3201a27 100644 (file)
       "Sequence": 1,
       "Steps": [
         {
-          "DataId": 1001426,
           "Position": {
-            "X": 123.33862,
-            "Y": 30.999996,
-            "Z": -384.9394
+            "X": 2.7922537,
+            "Y": 8.206551,
+            "Z": -274.32318
           },
           "TerritoryId": 141,
-          "InteractionType": "Interact",
-          "Comment": "'Forging the Spirit'",
-          "AetheryteShortcut": "Central Thanalan - Black Brush Station"
+          "InteractionType": "WalkTo",
+          "AetheryteShortcut": "Central Thanalan - Black Brush Station",
+          "SkipConditions": {
+            "AetheryteShortcutIf": {
+              "InSameTerritory": true
+            },
+            "StepIf": {
+              "NearPosition": {
+                "Position": {
+                  "X": 123.33862,
+                  "Y": 30.999996,
+                  "Z": -384.9394
+                },
+                "TerritoryId": 141,
+                "MaximumDistance": 30
+              }
+            }
+          }
         },
         {
           "DataId": 1001426,
@@ -40,8 +54,8 @@
             "Z": -384.9394
           },
           "TerritoryId": 141,
-          "InteractionType": "Interact",
-          "Comment": "Quest Turn-In 'Forging the Spirit'"
+          "InteractionType": "AcceptQuest",
+          "PickUpQuestId": 638
         },
         {
           "DataId": 1001425,
diff --git a/QuestPaths/2.x - A Realm Reborn/Side Quests/Thanalan/Eastern Thanalan/638_Forging the Spirit.json b/QuestPaths/2.x - A Realm Reborn/Side Quests/Thanalan/Eastern Thanalan/638_Forging the Spirit.json
new file mode 100644 (file)
index 0000000..dae2a85
--- /dev/null
@@ -0,0 +1,36 @@
+{
+  "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+  "Author": "liza",
+  "QuestSequence": [
+    {
+      "Sequence": 0,
+      "Steps": [
+        {
+          "DataId": 1001426,
+          "Position": {
+            "X": 123.33862,
+            "Y": 30.999996,
+            "Z": -384.9394
+          },
+          "TerritoryId": 141,
+          "InteractionType": "AcceptQuest"
+        }
+      ]
+    },
+    {
+      "Sequence": 255,
+      "Steps": [
+        {
+          "DataId": 1001426,
+          "Position": {
+            "X": 123.33862,
+            "Y": 30.999996,
+            "Z": -384.9394
+          },
+          "TerritoryId": 141,
+          "InteractionType": "CompleteQuest"
+        }
+      ]
+    }
+  ]
+}