Add Hildibrand quest paths up to 8-armed
authorFalconTaterz <falcontaterz@localhost>
Sun, 25 Aug 2024 00:33:29 +0000 (19:33 -0500)
committerFalconTaterz <falcontaterz@localhost>
Wed, 28 Aug 2024 15:29:04 +0000 (10:29 -0500)
12 files changed:
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1205_Back in the Saddle.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1206_After Her Own Heart.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1207_The Immaculate Deception.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1315_The Science of Deduction.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1316_The Hammer.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1317_Manderville Men.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1318_The Three Collectors.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1438_The Business of Betrothal.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1439_A Burst of Inspiration.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json [new file with mode: 0644]
QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1441_A Case of Indecency.json [new file with mode: 0644]

diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1204_The Rise and Fall of a Gentlemen.json
new file mode 100644 (file)
index 0000000..ae051bb
--- /dev/null
@@ -0,0 +1,114 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Ul'dah",
+                    "SkipConditions": {
+                        "AetheryteShortcutIf": {
+                            "InSameTerritory": true
+                        }
+                    },
+                    "DataId": 1001285,
+                    "Position": {
+                        "X": -68.77246,
+                        "Y": 4.0411124,
+                        "Z": -126.51257
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "AcceptQuest",
+                    "DialogueChoices": [
+                        {
+                            "Type": "YesNo",
+                            "Prompt": "TEXT_CHRHDB101_01204_Q1_000_1",
+                            "Yes": true
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1005709,
+                    "Position": {
+                        "X": -464.16425,
+                        "Y": -26.945036,
+                        "Z": 85.40466
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Southern Thanalan - Forgotten Springs",
+                    "Mount": true,
+                    "Fly": true,
+                    "Position": {
+                        "X": -273.9414,
+                        "Y": 9.756445,
+                        "Z": 222.65837
+                    },
+                    "TerritoryId": 146,
+                    "InteractionType": "Combat",
+                    "EnemySpawnType": "OverworldEnemies",
+                    "KillEnemyDataIds": []
+                }
+            ]
+        },
+        {
+            "Sequence": 3,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1005709,
+                    "Position": {
+                        "X": -464.16425,
+                        "Y": -26.945036,
+                        "Z": 85.40466
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Southern Thanalan - Forgotten Springs",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1005710,
+                    "Position": {
+                        "X": 4.4403076,
+                        "Y": 7.2767544,
+                        "Z": 885.55725
+                    },
+                    "TerritoryId": 146,
+                    "InteractionType": "CompleteQuest",
+                    "DialogueChoices": [
+                        {
+                            "Type": "List",
+                            "Prompt": "TEXT_CHRHDB101_01204_Q2_000_1",
+                            "Answer": "TEXT_CHRHDB101_01204_Q2A2_000_2"
+                        }
+                    ]
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1205_Back in the Saddle.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1205_Back in the Saddle.json
new file mode 100644 (file)
index 0000000..dabe7d3
--- /dev/null
@@ -0,0 +1,72 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "DataId": 1005711,
+                    "Position": {
+                        "X": 4.837097,
+                        "Y": 7.4445505,
+                        "Z": 884.70276
+                    },
+                    "TerritoryId": 146,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Ul'dah",
+                    "DataId": 1004333,
+                    "Position": {
+                        "X": -101.854004,
+                        "Y": 4.0131226,
+                        "Z": -98.95477
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 1004331,
+                    "Position": {
+                        "X": -20.096191,
+                        "Y": 4.9999676,
+                        "Z": -133.22656
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 1001313,
+                    "Position": {
+                        "X": 16.372864,
+                        "Y": 7.9999795,
+                        "Z": -106.21808
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "DataId": 1001285,
+                    "Position": {
+                        "X": -68.77246,
+                        "Y": 4.0411124,
+                        "Z": -126.51257
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1206_After Her Own Heart.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1206_After Her Own Heart.json
new file mode 100644 (file)
index 0000000..efc214d
--- /dev/null
@@ -0,0 +1,126 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Ul'dah",
+                    "SkipConditions": {
+                        "AetheryteShortcutIf": {
+                            "InSameTerritory": true
+                        }
+                    },
+                    "DataId": 1001285,
+                    "Position": {
+                        "X": -68.77246,
+                        "Y": 4.0411124,
+                        "Z": -126.51257
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "AethernetShortcut": [
+                        "[Ul'dah] Aetheryte Plaza",
+                        "[Ul'dah] Weavers' Guild"
+                    ],
+                    "DataId": 1001691,
+                    "Position": {
+                        "X": 142.16821,
+                        "Y": 7.4920034,
+                        "Z": 104.72266
+                    },
+                    "TerritoryId": 131,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "AethernetShortcut": [
+                        "[Ul'dah] Weavers' Guild",
+                        "[Ul'dah] Aetheryte Plaza"
+                    ],
+                    "DataId": 1005713,
+                    "Position": {
+                        "X": -72.98395,
+                        "Y": 3.9999995,
+                        "Z": -113.02362
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 3,
+            "Steps": [
+                {
+                    "DataId": 1005716,
+                    "Position": {
+                        "X": -144.76239,
+                        "Y": 12,
+                        "Z": 0.99176025
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 4,
+            "Steps": [
+                {
+                    "DataId": 1005717,
+                    "Position": {
+                        "X": -147.17328,
+                        "Y": 12,
+                        "Z": -3.6469727
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 5,
+            "Steps": [
+                {
+                    "DataId": 2003001,
+                    "Position": {
+                        "X": -144.79291,
+                        "Y": 11.9782715,
+                        "Z": -3.4943848
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "UseItem",
+                    "ItemId": 2001126
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "DataId": 1005716,
+                    "Position": {
+                        "X": -144.76239,
+                        "Y": 12,
+                        "Z": 0.99176025
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1207_The Immaculate Deception.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1207_The Immaculate Deception.json
new file mode 100644 (file)
index 0000000..540ab83
--- /dev/null
@@ -0,0 +1,265 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Ul'dah",
+                    "SkipConditions": {
+                        "AetheryteShortcutIf": {
+                            "InSameTerritory": true
+                        }
+                    },
+                    "DataId": 1005721,
+                    "Position": {
+                        "X": -144.06049,
+                        "Y": 12,
+                        "Z": -5.5390625
+                    },
+                    "TerritoryId": 130,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1005722,
+                    "Position": {
+                        "X": -550.4387,
+                        "Y": -5.5688405,
+                        "Z": -176.71478
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1004042,
+                    "Position": {
+                        "X": -568.4138,
+                        "Y": 5.893569,
+                        "Z": -221.27112
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 1003940,
+                    "Position": {
+                        "X": -540.94763,
+                        "Y": 4.134529,
+                        "Z": -241.07733
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 1003939,
+                    "Position": {
+                        "X": -540.09314,
+                        "Y": 4.137387,
+                        "Z": -240.98578
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 3,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1005724,
+                    "Position": {
+                        "X": -490.44025,
+                        "Y": 2.8072534,
+                        "Z": -274.34198
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 4,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1005727,
+                    "Position": {
+                        "X": -221.11853,
+                        "Y": -37.79669,
+                        "Z": 149.67566
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 5,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "DataId": 1005727,
+                    "Position": {
+                        "X": -221.11853,
+                        "Y": -37.79669,
+                        "Z": 149.67566
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "UseItem",
+                    "ItemId": 2001150
+                }
+            ]
+        },
+        {
+            "Sequence": 6,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "DataId": 1005727,
+                    "Position": {
+                        "X": -221.11853,
+                        "Y": -37.79669,
+                        "Z": 149.67566
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 7,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "DataId": 1005727,
+                    "Position": {
+                        "X": -221.11853,
+                        "Y": -37.79669,
+                        "Z": 149.67566
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 8,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "DataId": 1005727,
+                    "Position": {
+                        "X": -221.11853,
+                        "Y": -37.79669,
+                        "Z": 149.67566
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 9,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "DataId": 1005727,
+                    "Position": {
+                        "X": -221.11853,
+                        "Y": -37.79669,
+                        "Z": 149.67566
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 10,
+            "Steps": [
+                {
+                    "DataId": 2003006,
+                    "Position": {
+                        "X": -208.5451,
+                        "Y": -37.9187,
+                        "Z": 151.87305
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 2003005,
+                    "Position": {
+                        "X": -220.87439,
+                        "Y": -37.857666,
+                        "Z": 166.0028
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 2003004,
+                    "Position": {
+                        "X": -206.46985,
+                        "Y": -37.644104,
+                        "Z": 187.36548
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 11,
+            "Steps": [
+                {
+                    "DataId": 1005730,
+                    "Position": {
+                        "X": -222.49182,
+                        "Y": -37.896374,
+                        "Z": 159.3805
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1005731,
+                    "Position": {
+                        "X": -526.8788,
+                        "Y": 5.404997,
+                        "Z": -246.50952
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1315_The Science of Deduction.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1315_The Science of Deduction.json
new file mode 100644 (file)
index 0000000..03f940e
--- /dev/null
@@ -0,0 +1,173 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "SkipConditions": {"AetheryteShortcutIf": {"InSameTerritory": true}},
+                    "DataId": 1005884,
+                    "Position": {
+                        "X": -526.26843,
+                        "Y": 5.4049973,
+                        "Z": -249.25616
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
+                    "DataId": 1003931,
+                    "Position": {
+                        "X": -379.6292,
+                        "Y": -55.85506,
+                        "Z": 95.04846
+                    },
+                    "TerritoryId": 145,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Western Thanalan - Horizon",
+                    "Mount": true,
+                    "DataId": 1008709,
+                    "Position": {
+                        "X": -431.7846,
+                        "Y": 28.038658,
+                        "Z": -383.1693
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 3,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Western Thanalan - Horizon",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1008713,
+                    "Position": {
+                        "X": 108.99512,
+                        "Y": 57.816406,
+                        "Z": 12.191956
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1002022,
+                    "Position": {
+                        "X": 12.039368,
+                        "Y": 22.144684,
+                        "Z": 65.384766
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1008715,
+                    "Position": {
+                        "X": -69.90167,
+                        "Y": 13.38208,
+                        "Z": 158.73962
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 4,
+            "Steps": [
+                {
+                    "DataId": 2003654,
+                    "Position": {
+                        "X": -68.55884,
+                        "Y": 13.809326,
+                        "Z": 159.16675
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 5,
+            "Steps": [
+                {
+                    "DataId": 2003658,
+                    "Position": {
+                        "X": -71.06128,
+                        "Y": 13.443176,
+                        "Z": 155.9624
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 2003656,
+                    "Position": {
+                        "X": -72.95343,
+                        "Y": 13.504211,
+                        "Z": 159.19727
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 2003659,
+                    "Position": {
+                        "X": -76.15784,
+                        "Y": 13.443176,
+                        "Z": 155.90137
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 2003657,
+                    "Position": {
+                        "X": -80.18622,
+                        "Y": 13.412659,
+                        "Z": 158.12915
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "DataId": 1008716,
+                    "Position": {
+                        "X": -68.00946,
+                        "Y": 13.443176,
+                        "Z": 157.5188
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1316_The Hammer.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1316_The Hammer.json
new file mode 100644 (file)
index 0000000..b0d8c5e
--- /dev/null
@@ -0,0 +1,75 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "DataId": 1008716,
+                    "Position": {
+                        "X": -68.00946,
+                        "Y": 13.443176,
+                        "Z": 157.5188
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Northern Thanalan - Camp Bluefog",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 2003664,
+                    "Position": {
+                        "X": 11.337402,
+                        "Y": 2.670288,
+                        "Z": 320.943
+                    },
+                    "TerritoryId": 147,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "DataId": 2003665,
+                    "Position": {
+                        "X": 34.50061,
+                        "Y": 12.191956,
+                        "Z": 254.13892
+                    },
+                    "TerritoryId": 147,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "DataId": 2003666,
+                    "Position": {
+                        "X": 111.192505,
+                        "Y": 19.424683,
+                        "Z": 121.20239
+                    },
+                    "TerritoryId": 147,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "TerritoryId": 147,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1317_Manderville Men.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1317_Manderville Men.json
new file mode 100644 (file)
index 0000000..c4be6b5
--- /dev/null
@@ -0,0 +1,69 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "DataId": 1008722,
+                    "Position": {
+                        "X": 109.7887,
+                        "Y": 18.36741,
+                        "Z": 121.72119
+                    },
+                    "TerritoryId": 147,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "DataId": 2003667,
+                    "Position": {
+                        "X": 139.48267,
+                        "Y": 20.279175,
+                        "Z": 102.92212
+                    },
+                    "TerritoryId": 147,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Western Thanalan - Horizon",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1008730,
+                    "Position": {
+                        "X": -431.26575,
+                        "Y": 28.038658,
+                        "Z": -381.4298
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "DataId": 1008735,
+                    "Position": {
+                        "X": -420.2793,
+                        "Y": 23.113977,
+                        "Z": -367.17786
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1318_The Three Collectors.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1318_The Three Collectors.json
new file mode 100644 (file)
index 0000000..1b97397
--- /dev/null
@@ -0,0 +1,154 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "DataId": 1008736,
+                    "Position": {
+                        "X": -418.44818,
+                        "Y": 23.113976,
+                        "Z": -367.8188
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1008739,
+                    "Position": {
+                        "X": 176.71472,
+                        "Y": 222.1357,
+                        "Z": 347.219
+                    },
+                    "TerritoryId": 155,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "DataId": 1008741,
+                    "Position": {
+                        "X": 249.50024,
+                        "Y": 222.36392,
+                        "Z": 353.6278
+                    },
+                    "TerritoryId": 155,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 3,
+            "Steps": [
+                {
+                    "DataId": 1008746,
+                    "Position": {
+                        "X": 261.46326,
+                        "Y": 222.27127,
+                        "Z": 320.2411
+                    },
+                    "TerritoryId": 155,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 4,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "DataId": 2003741,
+                    "Position": {
+                        "X": 394.7965,
+                        "Y": 225.0553,
+                        "Z": 378.80518
+                    },
+                    "TerritoryId": 155,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 5,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "DataId": 1008752,
+                    "Position": {
+                        "X": 487.81555,
+                        "Y": 206.95914,
+                        "Z": 479.69775
+                    },
+                    "TerritoryId": 155,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 6,
+            "Steps": [
+                {
+                    "DataId": 2003671,
+                    "Position": {
+                        "X": 489.181,
+                        "Y": 206.8937,
+                        "Z": 479.662
+                    },
+                    "TerritoryId": 155,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "TerritoryId": 155,
+                    "InteractionType": "Duty",
+                    "ContentFinderConditionId": 76
+                }
+            ]
+        },
+        {
+            "Sequence": 7,
+            "Steps": [
+                {
+                    "DataId": 1008756,
+                    "Position": {
+                        "X": 480.12512,
+                        "Y": 207.33582,
+                        "Z": 475.33374
+                    },
+                    "TerritoryId": 155,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Western Thanalan - Horizon",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1008788,
+                    "Position": {
+                        "X": -421.46948,
+                        "Y": 23.113977,
+                        "Z": -367.57465
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1438_The Business of Betrothal.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1438_The Business of Betrothal.json
new file mode 100644 (file)
index 0000000..e7abc87
--- /dev/null
@@ -0,0 +1,154 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Western Thanalan - Horizon",
+                    "SkipConditions": {
+                        "AetheryteShortcutIf": {
+                            "InSameTerritory": true
+                        }
+                    },
+                    "DataId": 1008757,
+                    "Position": {
+                        "X": -422.5376,
+                        "Y": 23.113976,
+                        "Z": -367.7882
+                    },
+                    "TerritoryId": 140,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1009305,
+                    "Position": {
+                        "X": 562.4321,
+                        "Y": 17.654663,
+                        "Z": 421.7135
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "DataId": 1009307,
+                    "Position": {
+                        "X": 498.89368,
+                        "Y": 10.079935,
+                        "Z": 418.265
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact",
+                    "DialogueChoices": [
+                        {
+                            "Type": "List",
+                            "Prompt": "TEXT_CHRHDB301_01438_Q1_000_000",
+                            "Answer": "TEXT_CHRHDB301_01438_A1_000_030"
+                        },
+                        {
+                            "Type": "List",
+                            "Prompt": "TEXT_CHRHDB301_01438_Q2_000_000",
+                            "Answer": "TEXT_CHRHDB301_01438_A2_000_030"
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "Sequence": 3,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1009310,
+                    "Position": {
+                        "X": 471.18323,
+                        "Y": 9.96334,
+                        "Z": 794.6135
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 4,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
+                    "DataId": 1009308,
+                    "Position": {
+                        "X": 560.32654,
+                        "Y": 17.707417,
+                        "Z": 421.01147
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 5,
+            "Steps": [
+                {
+                    "DataId": 1009311,
+                    "Position": {
+                        "X": 531.2123,
+                        "Y": 17.448051,
+                        "Z": 454.1847
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 6,
+            "Steps": [
+                {
+                    "DataId": 1009317,
+                    "Position": {
+                        "X": 583.88635,
+                        "Y": 14.587067,
+                        "Z": 394.70508
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "DataId": 2004317,
+                    "Position": {
+                        "X": 515.98376,
+                        "Y": 9.384277,
+                        "Z": 525.81055
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "TerritoryId": 137,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1439_A Burst of Inspiration.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1439_A Burst of Inspiration.json
new file mode 100644 (file)
index 0000000..6b10457
--- /dev/null
@@ -0,0 +1,83 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "DataId": 1009326,
+                    "Position": {
+                        "X": 526.2073,
+                        "Y": 8.84578,
+                        "Z": 556.54236
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "DataId": 1009328,
+                    "Position": {
+                        "X": 515.0376,
+                        "Y": 9.192075,
+                        "Z": 524.834
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "DataId": 1009319,
+                    "Position": {
+                        "X": 581.3534,
+                        "Y": 14.587067,
+                        "Z": 395.8037
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 3,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Limsa Lominsa",
+                    "DataId": 1001023,
+                    "Position": {
+                        "X": -78.62976,
+                        "Y": 18.000334,
+                        "Z": -22.62915
+                    },
+                    "TerritoryId": 129,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Western La Noscea - Aleport",
+                    "DataId": 1009331,
+                    "Position": {
+                        "X": 311.54346,
+                        "Y": -36.405907,
+                        "Z": 344.71655
+                    },
+                    "TerritoryId": 138,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1440_Seeds of Rebellion.json
new file mode 100644 (file)
index 0000000..ca534ef
--- /dev/null
@@ -0,0 +1,150 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "DataId": 1009331,
+                    "Position": {
+                        "X": 311.54346,
+                        "Y": -36.405907,
+                        "Z": 344.71655
+                    },
+                    "TerritoryId": 138,
+                    "InteractionType": "AcceptQuest",
+                    "DialogueChoices": [
+                        {
+                            "Type": "YesNo",
+                            "Prompt": "TEXT_CHRHDB303_01440_Q1_000_010",
+                            "Yes": true
+                        }
+                    ]
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 2004324,
+                    "Position": {
+                        "X": -283.0091,
+                        "Y": -40.634766,
+                        "Z": 425.58936
+                    },
+                    "TerritoryId": 138,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 2004325,
+                    "Position": {
+                        "X": -242.60321,
+                        "Y": -38.68164,
+                        "Z": 514.7324
+                    },
+                    "TerritoryId": 138,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "DataId": 2004326,
+                    "Position": {
+                        "X": -291.06586,
+                        "Y": -38.07129,
+                        "Z": 596.765
+                    },
+                    "TerritoryId": 138,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "Comment": "Commence \"The Mandragoras\"",
+                    "DataId": 1009335,
+                    "Position": {
+                        "X": -256.70258,
+                        "Y": -40.18569,
+                        "Z": 684.1992
+                    },
+                    "TerritoryId": 138,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "Comment": "Fight some Mandragoras",
+                    "Position": {
+                        "X": -256.70258,
+                        "Y": -40.18569,
+                        "Z": 684.1992
+                    },
+                    "TerritoryId": 138,
+                    "InteractionType": "Combat",
+                    "EnemySpawnType": "OverworldEnemies",
+                    "KillEnemyDataIds": [
+                        2950,
+                        2951,
+                        2952,
+                        2953,
+                        2954
+                    ]
+                }
+            ]
+        },
+        {
+            "Sequence": 3,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1009319,
+                    "Position": {
+                        "X": 581.3534,
+                        "Y": 14.587067,
+                        "Z": 395.8037
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 4,
+            "Steps": [
+                {
+                    "Mount": true,
+                    "Fly": true,
+                    "DataId": 1009336,
+                    "Position": {
+                        "X": 494.49902,
+                        "Y": 11.323204,
+                        "Z": 210.3761
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern La Noscea - Wineport",
+                    "DataId": 1009337,
+                    "Position": {
+                        "X": -46.860474,
+                        "Y": 75.95114,
+                        "Z": 10.879639
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file
diff --git a/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1441_A Case of Indecency.json b/QuestPaths/2.x - A Realm Reborn/Hildibrand Quests/1441_A Case of Indecency.json
new file mode 100644 (file)
index 0000000..38f5b7e
--- /dev/null
@@ -0,0 +1,101 @@
+{
+    "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
+    "Author": "FalconTaterz",
+    "QuestSequence": [
+        {
+            "Sequence": 0,
+            "Steps": [
+                {
+                    "DataId": 1009341,
+                    "Position": {
+                        "X": -48.44745,
+                        "Y": 75.95115,
+                        "Z": 9.079041
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "AcceptQuest"
+                }
+            ]
+        },
+        {
+            "Sequence": 1,
+            "Steps": [
+                {
+                    "AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
+                    "DataId": 1009351,
+                    "Position": {
+                        "X": 524.28467,
+                        "Y": 17.448048,
+                        "Z": 449.08826
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 2,
+            "Steps": [
+                {
+                    "DataId": 1009347,
+                    "Position": {
+                        "X": 442.77087,
+                        "Y": 15.823447,
+                        "Z": 375.17358
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 3,
+            "Steps": [
+                {
+                    "DataId": 1009348,
+                    "Position": {
+                        "X": 386.19055,
+                        "Y": 29.58076,
+                        "Z": 350.3623
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 4,
+            "Steps": [
+                {
+                    "DataId": 1009345,
+                    "Position": {
+                        "X": 523.76587,
+                        "Y": 17.448044,
+                        "Z": 447.13513
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                }
+            ]
+        },
+        {
+            "Sequence": 255,
+            "Steps": [
+                {
+                    "DataId": 2004328,
+                    "Position": {
+                        "X": 523.4607,
+                        "Y": 17.837708,
+                        "Z": 455.2528
+                    },
+                    "TerritoryId": 137,
+                    "InteractionType": "Interact"
+                },
+                {
+                    "TerritoryId": 137,
+                    "InteractionType": "CompleteQuest"
+                }
+            ]
+        }
+    ]
+}
\ No newline at end of file