Add suffix to venture unlock quests
authorLiza Carvelli <liza@carvel.li>
Tue, 10 Sep 2024 19:04:33 +0000 (21:04 +0200)
committerLiza Carvelli <liza@carvel.li>
Tue, 10 Sep 2024 19:04:33 +0000 (21:04 +0200)
QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture (Limsa).json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture.json [deleted file]
Questionable/Model/QuestInfo.cs

diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture (Limsa).json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture (Limsa).json
new file mode 100644 (file)
index 0000000..409ae27
--- /dev/null
@@ -0,0 +1,70 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "Cacahuetes",
+    "QuestSequence": [
+      {
+        "Sequence": 0,
+        "Steps": [
+          {
+            "DataId": 1005412,
+"Position": {
+    "X": -108.14075,
+    "Y": 18.000334,
+    "Z": -0.22894287
+},
+"TerritoryId": 129,
+            "AetheryteShortcut": "Limsa Lominsa",
+            "InteractionType": "AcceptQuest",
+            "SkipConditions": {
+              "AetheryteShortcutIf": {
+                "InSameTerritory": true
+              }
+            }
+          }
+        ]
+      },
+      {
+        "Sequence": 1,
+        "Steps": [
+          {
+            "Position": {
+                        "X": 248.49304,
+    "Y": -11.838913,
+    "Z": 97.45935
+                    },
+                    "TerritoryId": 138,
+                    "InteractionType": "Combat",
+                    "AetheryteShortcut": "Western La Noscea - Aleport",
+                    "EnemySpawnType": "AutoOnEnterArea",
+                    "KillEnemyDataIds": [
+                        397
+                    ]
+          },
+          {"DataId": 1005413,
+"Position": {
+    "X": 248.49304,
+    "Y": -11.838913,
+    "Z": 97.45935
+},
+"TerritoryId": 138,
+"InteractionType": "Interact"}
+        ]
+      },
+      {
+        "Sequence": 255,
+        "Steps": [
+          {
+            "DataId": 1003275,
+"Position": {
+    "X": -147.1123,
+    "Y": 18.2,
+    "Z": 14.358704
+},
+"TerritoryId": 129,
+"InteractionType": "CompleteQuest",
+            "AetheryteShortcut": "Limsa Lominsa"
+          }
+        ]
+      }
+    ]
+  }
diff --git a/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture.json b/QuestPaths/2.x - A Realm Reborn/Unlocks/Misc/1433_An Ill-conceived Venture.json
deleted file mode 100644 (file)
index 605677c..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-{
-    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
-    "Author": "Cacahuetes",
-    "QuestSequence": [
-      {
-        "Sequence": 0,
-        "Steps": [
-          {
-            "DataId": 1005412,
-"Position": {
-    "X": -108.14075,
-    "Y": 18.000334,
-    "Z": -0.22894287
-},
-"TerritoryId": 129,
-            "AetheryteShortcut": "Limsa Lominsa",
-            "InteractionType": "AcceptQuest",
-            "SkipConditions": {
-              "AetheryteShortcutIf": {
-                "InSameTerritory": true,
-                "InTerritory": [
-                  129
-                ]
-              }
-            }
-          }
-        ]
-      },
-      {
-        "Sequence": 1,
-        "Steps": [
-          {
-            "Position": {
-                        "X": 248.49304,
-    "Y": -11.838913,
-    "Z": 97.45935
-                    },
-                    "TerritoryId": 138,
-                    "InteractionType": "Combat",
-                    "AetheryteShortcut": "Western La Noscea - Aleport",
-                    "EnemySpawnType": "AutoOnEnterArea",
-                    "KillEnemyDataIds": [
-                        397
-                    ]
-          },
-          {"DataId": 1005413,
-"Position": {
-    "X": 248.49304,
-    "Y": -11.838913,
-    "Z": 97.45935
-},
-"TerritoryId": 138,
-"InteractionType": "Interact"}
-        ]
-      },
-      {
-        "Sequence": 255,
-        "Steps": [
-          {
-            "DataId": 1003275,
-"Position": {
-    "X": -147.1123,
-    "Y": 18.2,
-    "Z": 14.358704
-},
-"TerritoryId": 129,
-"InteractionType": "CompleteQuest",
-            "AetheryteShortcut": "Limsa Lominsa"
-          }
-        ]
-      }
-    ]
-  }
-  
\ No newline at end of file
index aeda70c3397defdf56a45e73b20bd1c4bc8aa4be..05603009968b52e81833782ac7709a3f62048ceb 100644 (file)
@@ -28,6 +28,9 @@ internal sealed class QuestInfo : IQuestInfo
             570 => " (Thaumaturge)",
             673 => " (Ul'dah)",
             674 => " (Limsa/Gridania)",
+            1432 => " (Gridania)",
+            1433 => " (Limsa)",
+            1434 => " (Ul'dah)",
             _ => "",
         };