Compare commits

...

12 Commits
master ... temp

Author SHA1 Message Date
Plogon Enjoyer 4f01e60e6a test new quest schema
(cherry picked from commit 1bd92659c3)
(cherry picked from commit a5c51b73dc)
(cherry picked from commit f7e77dd9a9)
(cherry picked from commit e025abb06c)
(cherry picked from commit c0484ee84c)
2024-09-12 00:27:36 +08:00
Plogon Enjoyer b1241ecafb Merge branch 'final-class-quests' 2024-09-12 00:27:08 +08:00
Plogon Enjoyer 6115aa9208 Merge branch 'omicron' 2024-09-12 00:26:57 +08:00
Plogon Enjoyer 7ecbee629e Merge branch 'pixie' 2024-09-12 00:26:48 +08:00
Plogon Enjoyer 53d422bf4d Merge branch 'arkasodara' 2024-09-12 00:26:35 +08:00
Plogon Enjoyer ea9eaaadba Merge branch 'ananta' 2024-09-12 00:25:45 +08:00
Plogon Enjoyer 48733df955 Added new story quest "As the Heart Bids" 2024-09-12 00:25:29 +08:00
Plogon Enjoyer 056d33ac6d Added new story quest "It Can Be Cruel Sometimes" 2024-09-12 00:21:59 +08:00
Plogon Enjoyer a4f14ec419 Added a few daily quests:
- Funnel and Games
- The Very Hungry Marid
2024-09-12 00:21:59 +08:00
Plogon Enjoyer c005bab681 Added new story quest "Leader to Leader" 2024-09-12 00:21:33 +08:00
Plogon Enjoyer 8c6449c326 Added the final job quests for the following jobs:
- AST
- BLM
- BRD
- DRG
- DRK
- MCH
- MNK
- NIN
- PLD
- RDM
- SAM
- SCH
- SMN
- WAR
- WHM
- DRK
- MNK
- NIN
- SAM
- SCH
- WHM
2024-09-11 03:06:55 +08:00
Plogon Enjoyer 71c13b6742 Added "Aspected Benefic" to the list of Actions 2024-09-11 03:06:53 +08:00
24 changed files with 2887 additions and 9 deletions

View File

@ -36,7 +36,7 @@ public static class Utils
if (questSchemaFile != null) if (questSchemaFile != null)
{ {
SchemaRegistry.Global.Register( SchemaRegistry.Global.Register(
new Uri("https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json"), new Uri("https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json"),
JsonSchema.FromText(questSchemaFile.GetText()!.ToString())); JsonSchema.FromText(questSchemaFile.GetText()!.ToString()));
} }

View File

@ -1,7 +1,6 @@
{ {
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza", "Author": "plogon_enjoyer",
"Disabled": true,
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -22,7 +21,51 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"Position": {
"X": -169.52124,
"Y": 41.96321,
"Z": -23.855082
},
"TerritoryId": 612,
"InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies",
"KillEnemyDataIds": [8589],
"Fly": true,
"Land": true,
"RequiredQuestVariables": [null, null, [16], null, null, null],
"CombatDelaySecondsAtStart": 1
},
{
"Position": {
"X": -259.28268,
"Y": 49.18244,
"Z": 33.798065
},
"TerritoryId": 612,
"InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies",
"KillEnemyDataIds": [8589],
"Fly": true,
"Land": true,
"RequiredQuestVariables": [null, null, [32], null, null, null],
"CombatDelaySecondsAtStart": 1
},
{
"Position": {
"X": -219.26901,
"Y": 43.36,
"Z": 90.7601
},
"TerritoryId": 612,
"InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies",
"KillEnemyDataIds": [8589],
"Fly": true,
"Land": true,
"RequiredQuestVariables": [null, null, [48], null, null, null],
"CombatDelaySecondsAtStart": 1
}
] ]
}, },
{ {

View File

@ -1,7 +1,6 @@
{ {
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza", "Author": "plogon_enjoyer",
"Disabled": true,
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -22,7 +21,65 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 2009347,
"Position": {
"X": 35.965454,
"Y": 51.255005,
"Z": 292.37805
},
"TerritoryId": 612,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1025072,
"Position": {
"X": 94.04126,
"Y": 41.171764,
"Z": 376.57727
},
"TerritoryId": 612,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2009347,
"Position": {
"X": 35.965454,
"Y": 51.255005,
"Z": 292.37805
},
"TerritoryId": 612,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1025072,
"Position": {
"X": 94.04126,
"Y": 41.171764,
"Z": 376.57727
},
"TerritoryId": 612,
"InteractionType": "Interact",
"Fly": true
}
] ]
}, },
{ {

View File

@ -0,0 +1,160 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1024771,
"Position": {
"X": 12.008789,
"Y": 55.97821,
"Z": 237.96448
},
"TerritoryId": 612,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1024915,
"Position": {
"X": -127.45862,
"Y": 41.197662,
"Z": 7.248047
},
"TerritoryId": 612,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1024915,
"Position": {
"X": -127.45862,
"Y": 41.197662,
"Z": 7.248047
},
"TerritoryId": 612,
"InteractionType": "UseItem",
"GroundTarget": true,
"ItemId": 2002429
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1024915,
"Position": {
"X": -127.45862,
"Y": 41.197662,
"Z": 7.248047
},
"TerritoryId": 612,
"InteractionType": "UseItem",
"GroundTarget": true,
"ItemId": 2002429
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1024915,
"Position": {
"X": -127.45862,
"Y": 41.197662,
"Z": 7.248047
},
"TerritoryId": 612,
"InteractionType": "UseItem",
"GroundTarget": true,
"ItemId": 2002429
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1019486,
"Position": {
"X": -116.746826,
"Y": 0.6342248,
"Z": -55.832825
},
"TerritoryId": 635,
"InteractionType": "Interact",
"Mount": true,
"AetheryteShortcut": "Rhalgr's Reach",
"AethernetShortcut": [
"[Rhalgr's Reach] Aetheryte Plaza",
"[Rhalgr's Reach] Western Rhalgr's Reach"
]
}
]
},
{
"Sequence": 6,
"Steps": [
{
"Position": {
"X": -496.6736,
"Y": 118.65279,
"Z": -424.7939
},
"TerritoryId": 612,
"InteractionType": "Combat",
"EnemySpawnType": "AutoOnEnterArea",
"KillEnemyDataIds": [8577],
"Fly": true,
"Land": true,
"AetheryteShortcut": "Fringes - Castrum Oriens"
}
]
},
{
"Sequence": 7,
"Steps": [
{
"DataId": 1024920,
"Position": {
"X": -495.01794,
"Y": 118.79865,
"Z": -427.1153
},
"TerritoryId": 612,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1024952,
"Position": {
"X": 12.008789,
"Y": 55.97821,
"Z": 237.96448
},
"TerritoryId": 612,
"InteractionType": "CompleteQuest",
"Fly": true,
"AetheryteShortcut": "Fringes - Peering Stones"
}
]
}
]
}

View File

@ -0,0 +1,201 @@
{
"$schema": "https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1031806,
"Position": {
"X": -464.59143,
"Y": 71.76874,
"Z": 573.8766
},
"TerritoryId": 816,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1031892,
"Position": {
"X": -461.5702,
"Y": 72.51754,
"Z": 586.48047
},
"TerritoryId": 816,
"InteractionType": "Interact",
"TargetTerritoryId": 891
},
{
"DataId": 1031883,
"Position": {
"X": -116.07544,
"Y": 9.440084,
"Z": -41.428284
},
"TerritoryId": 891,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1031881,
"Position": {
"X": -115.03784,
"Y": 9.440084,
"Z": -38.651123
},
"TerritoryId": 891,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1031204,
"Position": {
"X": 481.95605,
"Y": 90.43779,
"Z": -656.09216
},
"TerritoryId": 816,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Il Mheg - Wolekdorf"
},
{
"Position": {
"X": -107.78667,
"Y": 108.39998,
"Z": -840.88965
},
"TerritoryId": 816,
"InteractionType": "WalkTo",
"Fly": true,
"AetheryteShortcut": "Il Mheg - Pla Enni"
},
{
"DataId": 1027673,
"Position": {
"X": -106.06549,
"Y": 108.39998,
"Z": -841.7639
},
"TerritoryId": 816,
"InteractionType": "Interact"
},
{
"DataId": 1027656,
"Position": {
"X": -291.61517,
"Y": 40.324036,
"Z": 456.65674
},
"TerritoryId": 816,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Il Mheg - Lydha Lran"
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1031807,
"Position": {
"X": -465.93427,
"Y": 71.48343,
"Z": 571.8623
},
"TerritoryId": 816,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1031808,
"Position": {
"X": -461.53967,
"Y": 72.51729,
"Z": 586.48047
},
"TerritoryId": 816,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1031808,
"Position": {
"X": -461.53967,
"Y": 72.51729,
"Z": 586.48047
},
"TerritoryId": 816,
"InteractionType": "SinglePlayerDuty",
"$": "Sequence 7 is the duty itself"
}
]
},
{
"Sequence": 8,
"Steps": [
{
"DataId": 1031886,
"Position": {
"X": 38.345825,
"Y": -4.6399317,
"Z": 24.76538
},
"TerritoryId": 892,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1032365,
"Position": {
"X": 56.412598,
"Y": 5.5911026,
"Z": 116.16687
},
"TerritoryId": 892,
"InteractionType": "Interact",
"TargetTerritoryId": 816
},
{
"DataId": 1031806,
"Position": {
"X": -464.59143,
"Y": 71.76874,
"Z": 573.8766
},
"TerritoryId": 816,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,156 @@
{
"$schema": "https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1012222,
"Position": {
"X": 202.38037,
"Y": -5.3999662,
"Z": -58.9151
},
"TerritoryId": 419,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Athenaeum Astrologicum"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1021255,
"Position": {
"X": -0.35101318,
"Y": 11.965101,
"Z": 45.029297
},
"TerritoryId": 419,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] Athenaeum Astrologicum",
"[Ishgard] The Last Vigil"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028385,
"Position": {
"X": -48.17273,
"Y": 8.05915,
"Z": 15.762573
},
"TerritoryId": 418,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] The Last Vigil",
"[Ishgard] Aetheryte Plaza"
]
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1028386,
"Position": {
"X": 199.17603,
"Y": -5.3999653,
"Z": -57.38922
},
"TerritoryId": 419,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Athenaeum Astrologicum"
]
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1028388,
"Position": {
"X": -4.989685,
"Y": 27.716667,
"Z": -130.9682
},
"TerritoryId": 419,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] Athenaeum Astrologicum",
"[Ishgard] Saint Reymanaud's Cathedral"
]
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1028390,
"Position": {
"X": 244.64783,
"Y": 323.99997,
"Z": -303.3036
},
"TerritoryId": 155,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1028390,
"Position": {
"X": 244.64783,
"Y": 323.99997,
"Z": -303.3036
},
"TerritoryId": 155,
"InteractionType": "Action",
"Action": "Aspected Benefic",
"DelaySecondsAtStart": 2
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1028391,
"Position": {
"X": 199.4812,
"Y": -5.3999653,
"Z": -60.44104
},
"TerritoryId": 419,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Athenaeum Astrologicum"
]
}
]
}
]
}

View File

@ -0,0 +1,155 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006752,
"Position": {
"X": 87.5105,
"Y": 18,
"Z": 113.725464
},
"TerritoryId": 131,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Weavers' Guild"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1002279,
"Position": {
"X": -196.8872,
"Y": 18.459997,
"Z": 59.952637
},
"TerritoryId": 130,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ul'dah] Weavers' Guild",
"[Ul'dah] Thaumaturges' Guild"
],
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC007_03216_Q1_000_300",
"Type": "List",
"Answer": "TEXT_LUCKBC007_03216_A1_000_301"
},
{
"Prompt": "TEXT_LUCKBC007_03216_Q1_000_100",
"Type": "List",
"Answer": "TEXT_LUCKBC007_03216_A1_000_101"
}
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1001708,
"Position": {
"X": -250.3548,
"Y": 18,
"Z": 80.88806
},
"TerritoryId": 130,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1029866,
"Position": {
"X": -173.08313,
"Y": 17.999998,
"Z": 74.906494
},
"TerritoryId": 130,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1029868,
"Position": {
"X": -89.21954,
"Y": 39.99999,
"Z": 106.98096
},
"TerritoryId": 131,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1001708,
"Position": {
"X": -250.3548,
"Y": 18,
"Z": 80.88806
},
"TerritoryId": 130,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ul'dah] Alchemists' Guild",
"[Ul'dah] Thaumaturges' Guild"
]
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1001708,
"Position": {
"X": -250.3548,
"Y": 18,
"Z": 80.88806
},
"TerritoryId": 130,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1006752,
"Position": {
"X": 87.5105,
"Y": 18,
"Z": 113.725464
},
"TerritoryId": 131,
"InteractionType": "CompleteQuest",
"AethernetShortcut": [
"[Ul'dah] Thaumaturges' Guild",
"[Ul'dah] Weavers' Guild"
]
}
]
}
]
}

View File

@ -0,0 +1,138 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006750,
"Position": {
"X": 16.464417,
"Y": 6.750492,
"Z": -7.3396606
},
"TerritoryId": 153,
"InteractionType": "AcceptQuest",
"Fly": true,
"AetheryteShortcut": "South Shroud - Quarrymill",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1030074,
"Position": {
"X": 192.58398,
"Y": -2.539064,
"Z": 73.59424
},
"TerritoryId": 132,
"InteractionType": "Interact",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Archers' Guild"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1030078,
"Position": {
"X": -180.34644,
"Y": -1.2285838,
"Z": 341.6953
},
"TerritoryId": 152,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "East Shroud - Hawthorne Hut"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2010182,
"Position": {
"X": -85.160645,
"Y": 6.0578003,
"Z": 398.64185
},
"TerritoryId": 152,
"InteractionType": "Say",
"ChatMessage": {
"Key": "TEXT_LUCKBC005_03214_SYSTEM_000_999"
},
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 2010183,
"Position": {
"X": 38.376343,
"Y": 7.2785034,
"Z": 430.28906
},
"TerritoryId": 152,
"InteractionType": "Say",
"ChatMessage": {
"Key": "TEXT_LUCKBC005_03214_SYSTEM_000_999"
},
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1030081,
"Position": {
"X": 29.648315,
"Y": -18.800003,
"Z": 95.26196
},
"TerritoryId": 132,
"InteractionType": "Interact",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Airship Landing"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1030081,
"Position": {
"X": 29.648315,
"Y": -18.800003,
"Z": 95.26196
},
"TerritoryId": 132,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,120 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006748,
"Position": {
"X": 217.88354,
"Y": 222,
"Z": 345.3269
},
"TerritoryId": 155,
"InteractionType": "AcceptQuest",
"Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1029861,
"Position": {
"X": -753.78046,
"Y": 123.728714,
"Z": 206.43921
},
"TerritoryId": 400,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "The Churning Mists - Zenith"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2009923,
"Position": {
"X": -114.0307,
"Y": 145.09802,
"Z": -553.2159
},
"TerritoryId": 400,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1029862,
"Position": {
"X": -93.27844,
"Y": 137.46214,
"Z": -534.44727
},
"TerritoryId": 400,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1029863,
"Position": {
"X": 746.6697,
"Y": 69.99995,
"Z": 533.135
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Lochs - Ala Mhigan Quarter"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"Position": {
"X": 213.22748,
"Y": 222.08781,
"Z": 342.82468
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead"
},
{
"DataId": 1006748,
"Position": {
"X": 217.88354,
"Y": 222,
"Z": 345.3269
},
"TerritoryId": 155,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,189 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1013969,
"Position": {
"X": 104.234375,
"Y": 14.999986,
"Z": 40.787354
},
"TerritoryId": 418,
"InteractionType": "AcceptQuest",
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC012_03221_Q1_000_002",
"Type": "List",
"Answer": "TEXT_LUCKBC012_03221_A1_000_003"
}
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2009976,
"Position": {
"X": 102.92212,
"Y": 15.915161,
"Z": 39.414062
},
"TerritoryId": 418,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1030087,
"Position": {
"X": -182.51324,
"Y": 2.0332975,
"Z": -5.56958
},
"TerritoryId": 418,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] The Forgotten Knight",
"[Ishgard] Skysteel Manufactory"
]
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1030088,
"Position": {
"X": 104.93628,
"Y": 34.72381,
"Z": 10.208252
},
"TerritoryId": 418,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ishgard] Skysteel Manufactory",
"[Ishgard] The Forgotten Knight"
]
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1019486,
"Position": {
"X": -116.746826,
"Y": 0.6342248,
"Z": -55.832825
},
"TerritoryId": 635,
"InteractionType": "Interact",
"AetheryteShortcut": "Rhalgr's Reach",
"AethernetShortcut": [
"[Rhalgr's Reach] Aetheryte Plaza",
"[Rhalgr's Reach] Western Rhalgr's Reach"
]
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1006215,
"Position": {
"X": -227.34424,
"Y": 26.16842,
"Z": -352.98694
},
"TerritoryId": 146,
"InteractionType": "Interact",
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1030089,
"Position": {
"X": 433.31042,
"Y": 68.09681,
"Z": -184.2832
},
"TerritoryId": 135,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Tempest Gate (Lower La Noscea)"
]
}
]
},
{
"Sequence": 7,
"Steps": [
{
"DataId": 2009979,
"Position": {
"X": -95.10956,
"Y": 298.63428,
"Z": -212.54297
},
"TerritoryId": 155,
"InteractionType": "Say",
"ChatMessage": {
"Key": "TEXT_LUCKBC012_03221_SYSTEM_000_0160"
},
"Fly": true,
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] The Gates of Judgement (Coerthas Central Highlands)"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1013969,
"Position": {
"X": 104.234375,
"Y": 14.999986,
"Z": 40.787354
},
"TerritoryId": 418,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] The Forgotten Knight"
],
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC012_03221_Q3_000_192",
"Type": "List",
"Answer": "TEXT_LUCKBC012_03221_A3_000_193"
}
]
}
]
}
]
}

View File

@ -0,0 +1,148 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1014577,
"Position": {
"X": -154.31458,
"Y": 16.999992,
"Z": -53.3609
},
"TerritoryId": 418,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Skysteel Manufactory"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2009739,
"Position": {
"X": -116.44165,
"Y": 15.121643,
"Z": -53.574463
},
"TerritoryId": 418,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1014577,
"Position": {
"X": -154.31458,
"Y": 16.999992,
"Z": -53.3609
},
"TerritoryId": 418,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1014803,
"Position": {
"X": 484.39758,
"Y": 212.5841,
"Z": 724.2999
},
"TerritoryId": 397,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 2009740,
"Position": {
"X": 348.01245,
"Y": 158.34277,
"Z": 153.03271
},
"TerritoryId": 397,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 2009741,
"Position": {
"X": 504.72266,
"Y": 121.62964,
"Z": 162.005
},
"TerritoryId": 397,
"InteractionType": "Combat",
"Fly": true,
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [10833]
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1028096,
"Position": {
"X": 343.00745,
"Y": 158.52606,
"Z": 152.75806
},
"TerritoryId": 397,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1014577,
"Position": {
"X": -154.31458,
"Y": 16.999992,
"Z": -53.3609
},
"TerritoryId": 418,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] Skysteel Manufactory"
]
}
]
}
]
}

View File

@ -0,0 +1,138 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006749,
"Position": {
"X": -30.47229,
"Y": 13.599918,
"Z": 95.26196
},
"TerritoryId": 131,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Goldsmiths' Guild"
],
"SkipConditions": {
"AethernetShortcutIf": {
"InSameTerritory": true
},
"AetheryteShortcutIf": {
"InTerritory": [130, 131]
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1028409,
"Position": {
"X": 103.4104,
"Y": 118.31935,
"Z": -706.1417
},
"TerritoryId": 620,
"InteractionType": "Interact",
"AetheryteShortcut": "Peaks - Ala Gannha",
"Fly": true
},
{
"DataId": 1028410,
"Position": {
"X": 38.010254,
"Y": 118.13663,
"Z": -750.57605
},
"TerritoryId": 620,
"InteractionType": "Interact",
"Mount": true
},
{
"DataId": 1028408,
"Position": {
"X": 55.649536,
"Y": 118.16888,
"Z": -784.2069
},
"TerritoryId": 620,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028411,
"Position": {
"X": -140.67297,
"Y": 27.29529,
"Z": -408.16364
},
"TerritoryId": 146,
"InteractionType": "Interact",
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2009755,
"Position": {
"X": 64.86609,
"Y": -0.38153076,
"Z": -83.32953
},
"TerritoryId": 635,
"InteractionType": "Interact",
"AetheryteShortcut": "Rhalgr's Reach",
"AethernetShortcut": [
"[Rhalgr's Reach] Aetheryte Plaza",
"[Rhalgr's Reach] Northeastern Rhalgr's Reach"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1006749,
"Position": {
"X": -30.47229,
"Y": 13.599918,
"Z": 95.26196
},
"TerritoryId": 131,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Goldsmiths' Guild"
],
"SkipConditions": {
"AethernetShortcutIf": {
"InSameTerritory": true
},
"AetheryteShortcutIf": {
"InTerritory": [130, 131]
}
}
}
]
}
]
}

View File

@ -0,0 +1,197 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1010601,
"Position": {
"X": -14.755493,
"Y": 41.39178,
"Z": 258.13684
},
"TerritoryId": 137,
"InteractionType": "Interact",
"TargetTerritoryId": 137,
"AetheryteShortcut": "Eastern La Noscea - Wineport"
},
{
"DataId": 1010139,
"Position": {
"X": -33.218933,
"Y": -24.674446,
"Z": 257.98413
},
"TerritoryId": 137,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1030049,
"Position": {
"X": -349.50793,
"Y": 57.270435,
"Z": -393.0572
},
"TerritoryId": 180,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Outer La Noscea - Camp Overlook"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2010173,
"Position": {
"X": -310.0786,
"Y": 5.5999756,
"Z": -564.0803
},
"TerritoryId": 180,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"Position": {
"X": -302.34204,
"Y": 4.9819174,
"Z": -570.3643
},
"TerritoryId": 180,
"InteractionType": "WalkTo",
"Mount": true
},
{
"Position": {
"X": -308.3169,
"Y": 5.7642717,
"Z": -571.4899
},
"TerritoryId": 180,
"InteractionType": "WalkTo"
},
{
"DataId": 2010175,
"Position": {
"X": -302.72375,
"Y": 9.750427,
"Z": -578.02704
},
"TerritoryId": 180,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"Position": {
"X": -306.7621,
"Y": 5.7733507,
"Z": -570.97736
},
"TerritoryId": 180,
"InteractionType": "WalkTo"
},
{
"Position": {
"X": -302.3223,
"Y": 4.976821,
"Z": -570.7108
},
"TerritoryId": 180,
"InteractionType": "WalkTo"
},
{
"DataId": 2010180,
"Position": {
"X": -349.50793,
"Y": 57.236572,
"Z": -393.0572
},
"TerritoryId": 180,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1010601,
"Position": {
"X": -14.755493,
"Y": 41.39178,
"Z": 258.13684
},
"TerritoryId": 137,
"InteractionType": "Interact",
"TargetTerritoryId": 137,
"AetheryteShortcut": "Eastern La Noscea - Wineport"
},
{
"DataId": 1010139,
"Position": {
"X": -33.218933,
"Y": -24.674446,
"Z": 257.98413
},
"TerritoryId": 137,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 2010181,
"Position": {
"X": -77.28699,
"Y": 40.97046,
"Z": -138.78088
},
"TerritoryId": 128,
"InteractionType": "Interact",
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Culinarians' Guild"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1030053,
"Position": {
"X": -153.67358,
"Y": -129.4397,
"Z": 264.60657
},
"TerritoryId": 129,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,93 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006747,
"Position": {
"X": -20.828613,
"Y": 29.999964,
"Z": -2.4262085
},
"TerritoryId": 131,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] The Chamber of Rule"
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InTerritory": [130, 131]
},
"AethernetShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1001739,
"Position": {
"X": -94.529724,
"Y": 6.4999976,
"Z": 39.81079
},
"TerritoryId": 131,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ul'dah] The Chamber of Rule",
"[Ul'dah] Gladiators' Guild"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028092,
"Position": {
"X": 213.58044,
"Y": 54.47546,
"Z": 228.19861
},
"TerritoryId": 140,
"InteractionType": "Interact",
"Fly": true,
"AethernetShortcut": [
"[Ul'dah] Gladiators' Guild",
"[Ul'dah] Gate of the Sultana (Western Thanalan)"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1001739,
"Position": {
"X": -94.529724,
"Y": 6.4999976,
"Z": 39.81079
},
"TerritoryId": 131,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Gladiators' Guild"
]
}
]
}
]
}

View File

@ -0,0 +1,176 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1023610,
"Position": {
"X": 55.313843,
"Y": 20.397943,
"Z": -676.3562
},
"TerritoryId": 156,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Mor Dhona"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1028372,
"Position": {
"X": 599.23694,
"Y": 80.00001,
"Z": 623.07153
},
"TerritoryId": 621,
"InteractionType": "Interact",
"AetheryteShortcut": "Lochs - Ala Mhigan Quarter",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028374,
"Position": {
"X": 274.76917,
"Y": 10.572342,
"Z": -543.05334
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1028379,
"Position": {
"X": 81.49841,
"Y": 10,
"Z": -574.2123
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true,
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC015_03224_Q1_000_100",
"Type": "List",
"Answer": "TEXT_LUCKBC015_03224_A1_000_101"
}
]
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1030849,
"Position": {
"X": 124.40674,
"Y": 10,
"Z": -515.58716
},
"TerritoryId": 621,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [10834, 10835],
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1028374,
"Position": {
"X": 274.76917,
"Y": 10.572342,
"Z": -543.05334
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1028376,
"Position": {
"X": -790.7988,
"Y": 78.22368,
"Z": -699.5804
},
"TerritoryId": 621,
"InteractionType": "Interact",
"AetheryteShortcut": "Lochs - Porta Praetoria",
"Fly": true
}
]
},
{
"Sequence": 7,
"Steps": [
{
"DataId": 1028377,
"Position": {
"X": 51.346558,
"Y": 24.662476,
"Z": -787.9301
},
"TerritoryId": 621,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 8,
"Steps": [
{
"DataId": 1028377,
"Position": {
"X": 51.346558,
"Y": 24.662476,
"Z": -787.9301
},
"TerritoryId": 621,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1030677,
"Position": {
"X": 55.313843,
"Y": 20.397943,
"Z": -676.3562
},
"TerritoryId": 156,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Mor Dhona"
}
]
}
]
}

View File

@ -0,0 +1,118 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1022184,
"Position": {
"X": 129.71692,
"Y": 15,
"Z": -157.61047
},
"TerritoryId": 628,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Kugane",
"AethernetShortcut": [
"[Kugane] Aetheryte Plaza",
"[Kugane] Sekiseigumi Barracks"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1030622,
"Position": {
"X": 39.04773,
"Y": 8,
"Z": -119.76807
},
"TerritoryId": 130,
"InteractionType": "Interact",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Adventurers' Guild"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1030057,
"Position": {
"X": -218.15833,
"Y": 31.684015,
"Z": 380.51416
},
"TerritoryId": 140,
"InteractionType": "Interact",
"Fly": true,
"AethernetShortcut": [
"[Ul'dah] Adventurers' Guild",
"[Ul'dah] Gate of the Sultana (Western Thanalan)"
]
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1022189,
"Position": {
"X": -312.67267,
"Y": 33.089348,
"Z": 446.5553
},
"TerritoryId": 140,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1030058,
"Position": {
"X": -301.04523,
"Y": 13.9837475,
"Z": 292.8053
},
"TerritoryId": 140,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1030622,
"Position": {
"X": 39.04773,
"Y": 8,
"Z": -119.76807
},
"TerritoryId": 130,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Adventurers' Guild"
]
}
]
}
]
}

View File

@ -0,0 +1,182 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006757,
"Position": {
"X": -4.4709473,
"Y": 44.999886,
"Z": -250.56848
},
"TerritoryId": 128,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Limsa Lominsa",
"AethernetShortcut": [
"[Limsa Lominsa] Aetheryte Plaza",
"[Limsa Lominsa] Marauders' Guild"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "Interact",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2009742,
"Position": {
"X": 69.565796,
"Y": 17.807251,
"Z": 234.88208
},
"TerritoryId": 153,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [10832],
"AetheryteShortcut": "South Shroud - Camp Tranquil",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "Interact",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1031208,
"Position": {
"X": 206.80542,
"Y": -3.065022,
"Z": 43.83911
},
"TerritoryId": 139,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 5,
"Steps": [
{
"Position": {
"X": -277.67575,
"Y": 64.18076,
"Z": -163.79219
},
"TerritoryId": 180,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Outer La Noscea - Camp Overlook",
"Fly": true
},
{
"DataId": 1028097,
"Position": {
"X": -276.56976,
"Y": 64.43479,
"Z": -161.18109
},
"TerritoryId": 180,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "Interact",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"Fly": true
}
]
},
{
"Sequence": 7,
"Steps": [
{
"DataId": 1031208,
"Position": {
"X": 206.80542,
"Y": -3.065022,
"Z": 43.83911
},
"TerritoryId": 139,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 8,
"Steps": [
{
"DataId": 1028373,
"Position": {
"X": 207.53784,
"Y": -3.049824,
"Z": 43.22876
},
"TerritoryId": 139,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,111 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006756,
"Position": {
"X": -16.891846,
"Y": 10.17425,
"Z": -246.87573
},
"TerritoryId": 133,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Mih Khetto's Amphitheatre"
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1028406,
"Position": {
"X": 43.289795,
"Y": -8,
"Z": 108.62891
},
"TerritoryId": 132,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Gridania] Mih Khetto's Amphitheatre",
"[Gridania] Aetheryte Plaza"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2011356,
"Position": {
"X": 58.304688,
"Y": -0.015319824,
"Z": 84.27551
},
"TerritoryId": 635,
"InteractionType": "Interact",
"AetheryteShortcut": "Rhalgr's Reach"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1024112,
"Position": {
"X": 796.933,
"Y": 69.9999,
"Z": 634.76
},
"TerritoryId": 621,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1028406,
"Position": {
"X": 43.289795,
"Y": -8,
"Z": 108.62891
},
"TerritoryId": 132,
"InteractionType": "Interact",
"AetheryteShortcut": "Gridania"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1006756,
"Position": {
"X": -16.891846,
"Y": 10.17425,
"Z": -246.87573
},
"TerritoryId": 133,
"InteractionType": "AcceptQuest",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Mih Khetto's Amphitheatre"
]
}
]
}
]
}

View File

@ -0,0 +1,194 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1006746,
"Position": {
"X": 460.65454,
"Y": 8.309061,
"Z": 74.47925
},
"TerritoryId": 137,
"InteractionType": "AcceptQuest",
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
},
"Fly": true,
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC003_03212_Q1_000_000",
"Type": "List",
"Answer": "TEXT_LUCKBC003_03212_A1_000_001"
}
]
}
]
},
{
"Sequence": 1,
"Steps": [
{
"Position": {
"X": 219.98953,
"Y": 7.9999647,
"Z": 683.2227
},
"TerritoryId": 135,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Lower La Noscea - Moraby Drydocks",
"Fly": true
},
{
"DataId": 1023885,
"Position": {
"X": 217.30359,
"Y": 7.999984,
"Z": 686.427
},
"TerritoryId": 135,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"Position": {
"X": 226.71358,
"Y": 8.000019,
"Z": 671.0062
},
"TerritoryId": 135,
"InteractionType": "WalkTo",
"Mount": true
},
{
"DataId": 1030042,
"Position": {
"X": 425.10107,
"Y": 61.22168,
"Z": -42.404846
},
"TerritoryId": 135,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2010149,
"Position": {
"X": 345.3573,
"Y": 58.457275,
"Z": -63.523376
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"Fly": true
},
{
"DataId": 2010150,
"Position": {
"X": 369.43604,
"Y": 64.59143,
"Z": -88.85327
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"Fly": true
},
{
"DataId": 2010151,
"Position": {
"X": 360.95215,
"Y": 69.90149,
"Z": -119.06616
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1030042,
"Position": {
"X": 425.10107,
"Y": 61.22168,
"Z": -42.404846
},
"TerritoryId": 135,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1030044,
"Position": {
"X": 435.8739,
"Y": 66.317635,
"Z": -276.56976
},
"TerritoryId": 135,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 1030046,
"Position": {
"X": 433.9818,
"Y": 66.317635,
"Z": -277.48535
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"DelaySecondsAtStart": 2
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1006746,
"Position": {
"X": 460.65454,
"Y": 8.309061,
"Z": 74.47925
},
"TerritoryId": 137,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
"Fly": true
}
]
}
]
}

View File

@ -0,0 +1,126 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"Position": {
"X": -137.7745,
"Y": 10.010047,
"Z": 278.79453
},
"TerritoryId": 153,
"InteractionType": "WalkTo",
"AetheryteShortcut": "South Shroud - Camp Tranquil",
"Fly": true
},
{
"DataId": 1006751,
"Position": {
"X": -139.45221,
"Y": 8.712891,
"Z": 281.69678
},
"TerritoryId": 153,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1028418,
"Position": {
"X": -242.26752,
"Y": -4,
"Z": 1.2054443
},
"TerritoryId": 133,
"InteractionType": "Interact",
"AetheryteShortcut": "Gridania",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Conjurers' Guild"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1028419,
"Position": {
"X": -19.058533,
"Y": -32.58833,
"Z": 307.1488
},
"TerritoryId": 148,
"InteractionType": "Interact",
"AetheryteShortcut": "Central Shroud - Bentbranch Meadows",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1028423,
"Position": {
"X": -62.974,
"Y": -36.839226,
"Z": 473.3806
},
"TerritoryId": 148,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1028424,
"Position": {
"X": -19.85205,
"Y": -34.365856,
"Z": 416.76965
},
"TerritoryId": 148,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"Position": {
"X": -137.7745,
"Y": 10.010047,
"Z": 278.79453
},
"TerritoryId": 153,
"InteractionType": "WalkTo",
"AetheryteShortcut": "South Shroud - Camp Tranquil",
"Fly": true
},
{
"DataId": 1006751,
"Position": {
"X": -139.45221,
"Y": 8.712891,
"Z": 281.69678
},
"TerritoryId": 153,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,170 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1042300,
"Position": {
"X": -76.82922,
"Y": 39.977543,
"Z": 309.98706
},
"TerritoryId": 957,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2012925,
"Position": {
"X": -108.01868,
"Y": 40.17688,
"Z": 182.5741
},
"TerritoryId": 957,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [14684],
"Fly": true
},
{
"DataId": 2012926,
"Position": {
"X": -53.574463,
"Y": 56.22937,
"Z": 66.056274
},
"TerritoryId": 957,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [14685],
"Fly": true
},
{
"DataId": 2012927,
"Position": {
"X": -246.05176,
"Y": 18.509094,
"Z": 128.58777
},
"TerritoryId": 957,
"InteractionType": "Combat",
"EnemySpawnType": "AfterInteraction",
"KillEnemyDataIds": [14684],
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1042353,
"Position": {
"X": -56.199036,
"Y": 35.964603,
"Z": 379.07983
},
"TerritoryId": 957,
"InteractionType": "Interact",
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1042353,
"Position": {
"X": -56.199036,
"Y": 35.964603,
"Z": 379.07983
},
"TerritoryId": 957,
"InteractionType": "Interact",
"DialogueChoices": [
{
"Prompt": "TEXT_BANARK005_04549_Q2_000_046",
"Type": "List",
"Answer": "TEXT_BANARK005_04549_A2_000_001"
}
]
}
]
},
{
"Sequence": 4,
"Steps": [
{
"DataId": 1042347,
"Position": {
"X": 178.7594,
"Y": 5.6198997,
"Z": 617.02905
},
"TerritoryId": 957,
"InteractionType": "Interact",
"AetheryteShortcut": "Thavnair - Yedlihmad"
}
]
},
{
"Sequence": 5,
"Steps": [
{
"DataId": 1042346,
"Position": {
"X": 175.21924,
"Y": 5.629661,
"Z": 614.12976
},
"TerritoryId": 957,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 6,
"Steps": [
{
"DataId": 2012928,
"Position": {
"X": 185.62585,
"Y": 60.318848,
"Z": -605.98157
},
"TerritoryId": 957,
"InteractionType": "Interact",
"Fly": true,
"AetheryteShortcut": "Radz-at-Han",
"AethernetShortcut": [
"[Radz-at-Han] Aetheryte Plaza",
"[Radz-at-Han] The Gate of First Sight (Thavnair)"
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1042300,
"Position": {
"X": -76.82922,
"Y": 39.977543,
"Z": 309.98706
},
"TerritoryId": 957,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -1,13 +1,16 @@
{ {
"$schema": "https://json-schema.org/draft/2020-12/schema", "$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "$id": "https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json",
"title": "Questionable V1", "title": "Questionable V1",
"description": "A series of quest sequences", "description": "A series of quest sequences",
"type": "object", "type": "object",
"properties": { "properties": {
"$schema": { "$schema": {
"type": "string", "type": "string",
"const": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json" "enum":[
"https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"https://git.carvel.li/plogon_enjoyer/Questionable/raw/branch/temp/QuestPaths/quest-v1.json"
]
}, },
"Author": { "Author": {
"description": "Author of the quest sequence", "description": "Author of the quest sequence",
@ -876,6 +879,7 @@
"Cure II", "Cure II",
"Esuna", "Esuna",
"Physick", "Physick",
"Aspected Benefic",
"Form Shift", "Form Shift",
"Buffet (Sanuwa)", "Buffet (Sanuwa)",
"Buffet (Griffin)", "Buffet (Griffin)",

View File

@ -17,6 +17,7 @@ public sealed class ActionConverter() : EnumConverter<EAction>(Values)
{ EAction.Cure2, "Cure II" }, { EAction.Cure2, "Cure II" },
{ EAction.Esuna, "Esuna" }, { EAction.Esuna, "Esuna" },
{ EAction.Physick, "Physick" }, { EAction.Physick, "Physick" },
{ EAction.AspectedBenefic, "Aspected Benefic" },
{ EAction.FormShift, "Form Shift" }, { EAction.FormShift, "Form Shift" },
{ EAction.BuffetSanuwa, "Buffet (Sanuwa)" }, { EAction.BuffetSanuwa, "Buffet (Sanuwa)" },
{ EAction.BuffetGriffin, "Buffet (Griffin)" }, { EAction.BuffetGriffin, "Buffet (Griffin)" },

View File

@ -16,6 +16,7 @@ public enum EAction
Cure2 = 135, Cure2 = 135,
Esuna = 7568, Esuna = 7568,
Physick = 190, Physick = 190,
AspectedBenefic = 3595,
FormShift = 4262, FormShift = 4262,
BuffetSanuwa = 4931, BuffetSanuwa = 4931,
BuffetGriffin = 4583, BuffetGriffin = 4583,