Compare commits

...

35 Commits
v3.3 ... master

Author SHA1 Message Date
Liza a06a3f2335
Fix turn-ins for Ehll Tou/Charlemend 2024-09-19 23:44:42 +02:00
Liza 2389beb056
Handle certain interaction interruptions 2024-09-19 00:54:21 +02:00
Liza e3fee58bd0
EW side story updates 2024-09-19 00:00:33 +02:00
Liza dfd38a311b
Rename task stuff 2024-09-19 00:00:16 +02:00
Liza b85ab8afe7
Task logc fixes 2024-09-18 22:46:52 +02:00
Liza 7e9070950e
Make task logic stateless to support rewind 2024-09-18 22:40:12 +02:00
Liza 721f9617a3
Handle certain interaction interruptions 2024-09-18 00:31:27 +02:00
Liza 5288cc6e31
Handle 'Action canceled, you are under attack' while e.g. talking to an NPC 2024-09-17 19:37:28 +02:00
Liza 21fde119ba
Attune to the High Crucible in Radz-at-Han when first visiting the city 2024-09-16 23:10:14 +02:00
Liza 55e2cd300b
Add gathering point for Kai-Shirr 2024-09-16 21:46:10 +02:00
Liza 14ec91330a Merge pull request '[ShB][Allied Society][Qitari] Updated a few more daily quests' (#50) from plogon_enjoyer/Questionable:qitari into master
Reviewed-on: #50
2024-09-16 18:38:50 +00:00
Plogon Enjoyer 29a95329c7 Updated first step to use new Gather InteractionType 2024-09-17 02:34:16 +08:00
Plogon Enjoyer 0e54bfa908 Updated a few daily quests:
- Rings of Pattern
- You Dirty Rats
- If It's Broke, Fix It
2024-09-17 02:30:35 +08:00
Liza 9251111b05
Update gathering from 'RequiredGatheredItems' to a dedicated InteractionType; updated movement logic to only evaluate distance to target after teleports and such 2024-09-16 20:22:12 +02:00
Liza fc72f52ee3
Add Omicron/Loporrit unlock quests 2024-09-16 19:20:54 +02:00
Liza 5c51689508
Reorganize side story locations 2024-09-16 18:24:49 +02:00
Liza dd98352a0c
Daily quest updates 2024-09-16 18:21:34 +02:00
Liza 5d49096325
Minor SGE tweaks 2024-09-16 17:46:37 +02:00
Liza 43b796561b Merge pull request '[EW][Job Quests][SGE] Added SGE job quests.' (#46) from kaiserbh/Questionable:master into master
Reviewed-on: #46
2024-09-16 15:05:40 +00:00
Liza d9f9c93ec4 Merge pull request '[ShB][Allied Society][Qitari] Added a few quests' (#48) from plogon_enjoyer/Questionable:qitari into master
Reviewed-on: #48
2024-09-16 07:48:32 +00:00
Liza b65beb1bb8
Add Crystarium + Eulmore side quests 2024-09-16 04:42:35 +02:00
kaiser 251cd2ebfd chore: remove BOM 2024-09-16 10:35:34 +10:00
Liza 338ca335ac
Minor lv80 quest tweaks 2024-09-16 02:32:21 +02:00
kaiser 3efaa9de8b feat: added the rest of SGE job quests! 2024-09-16 10:23:13 +10:00
kaiser 3ba10fae34 feat: added first quest of SGE Unlock! 2024-09-16 09:28:13 +10:00
Liza 07de5666f5
Post-ShB updates 2024-09-16 01:18:57 +02:00
Plogon Enjoyer 2601c1ef73 Added new story quests:
- Wisdom of the Night
- The First Stela: Of Ronkan Might
- The First Stela: Of Ronkan Benevolence
2024-09-16 01:23:24 +08:00
Plogon Enjoyer 870b103e36 Updated a few daily quests:
- Marks of Friendship
- Prayers and Poison
- Salve Our Souls
2024-09-16 01:22:31 +08:00
kaiser 9e65a7aa54 chore: remove BOM 2024-09-15 10:36:54 +10:00
kaiser b1572f5832 feat: added a way to remove status for gameFunctions.
Also updated the Action a bit, that way SGE doesn't get stuck when using diagnosis.
2024-09-15 10:23:43 +10:00
kaiser 2a2e3cafb9 chore: add SGE actions 2024-09-15 10:22:29 +10:00
kaiser ba12a34523 feat: added SGE job quests.
Only managed to add last 3 as I did the first 3 already.
2024-09-15 10:20:14 +10:00
Liza 73b03b3cc1 Merge pull request '[ShB][Class Quests] Added the final job quests of various jobs' (#41) from plogon_enjoyer/Questionable:final-class-quests into master
Reviewed-on: #41
2024-09-14 10:09:40 +00: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
253 changed files with 10553 additions and 2039 deletions

View File

@ -1,5 +1,5 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<Version>3.3</Version> <Version>3.4</Version>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View File

@ -121,7 +121,7 @@ public sealed class RendererPlugin : IDalamudPlugin
if (!directory.Exists) if (!directory.Exists)
return; return;
_pluginLog.Information($"Loading locations from {directory}"); //_pluginLog.Information($"Loading locations from {directory}");
foreach (FileInfo fileInfo in directory.GetFiles("*.json")) foreach (FileInfo fileInfo in directory.GetFiles("*.json"))
{ {
try try

View File

@ -40,7 +40,7 @@
"Z": 634.821 "Z": 634.821
}, },
"MinimumAngle": 45, "MinimumAngle": 45,
"MaximumAngle": 90, "MaximumAngle": 65,
"MinimumDistance": 1.6, "MinimumDistance": 1.6,
"MaximumDistance": 3 "MaximumDistance": 3
}, },
@ -140,4 +140,4 @@
] ]
} }
] ]
} }

View File

@ -0,0 +1,140 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
"Author": "liza",
"Steps": [
{
"Position": {
"X": 329.38184,
"Y": 9.586891,
"Z": 749.2314
},
"TerritoryId": 816,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Il Mheg - Lydha Lran",
"Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
},
{
"Position": {
"X": 351.29465,
"Y": -38.275272,
"Z": 763.0457
},
"TerritoryId": 816,
"InteractionType": "WalkTo",
"Fly": true,
"DisableNavmesh": true
}
],
"Groups": [
{
"Nodes": [
{
"DataId": 32832,
"Locations": [
{
"Position": {
"X": 382.7488,
"Y": -72.47251,
"Z": 794.3513
}
},
{
"Position": {
"X": 388.7861,
"Y": -74.19925,
"Z": 801.0947
}
},
{
"Position": {
"X": 386.1797,
"Y": -73.5009,
"Z": 787.0967
}
}
]
},
{
"DataId": 32831,
"Locations": [
{
"Position": {
"X": 396.5799,
"Y": -76.29187,
"Z": 790.9022
}
}
]
}
]
},
{
"Nodes": [
{
"DataId": 32830,
"Locations": [
{
"Position": {
"X": 492.6384,
"Y": -82.73045,
"Z": 804.714
}
},
{
"Position": {
"X": 482.808,
"Y": -82.61642,
"Z": 802.591
}
}
]
},
{
"DataId": 32829,
"Locations": [
{
"Position": {
"X": 493.5814,
"Y": -82.43644,
"Z": 790.831
}
}
]
}
]
},
{
"Nodes": [
{
"DataId": 32827,
"Locations": [
{
"Position": {
"X": 490.9451,
"Y": -97.88062,
"Z": 636.6115
}
}
]
},
{
"DataId": 32828,
"Locations": [
{
"Position": {
"X": 491.5274,
"Y": -100.762,
"Z": 626.6958
}
}
]
}
]
}
]
}

View File

@ -0,0 +1,158 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json",
"Author": "liza",
"Steps": [
{
"Position": {
"X": 491.82068,
"Y": 3.9304812,
"Z": 487.9401
},
"TerritoryId": 816,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Il Mheg - Lydha Lran",
"Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
},
{
"Position": {
"X": 506.00256,
"Y": -37.76961,
"Z": 485.49347
},
"TerritoryId": 816,
"InteractionType": "WalkTo",
"Fly": true,
"DisableNavmesh": true
}
],
"Groups": [
{
"Nodes": [
{
"DataId": 32836,
"Locations": [
{
"Position": {
"X": 539.5437,
"Y": -81.62054,
"Z": 520.1647
},
"MinimumAngle": -30,
"MaximumAngle": 165
},
{
"Position": {
"X": 555.8599,
"Y": -73.65717,
"Z": 494.6164
},
"MinimumAngle": 35,
"MaximumAngle": 240
},
{
"Position": {
"X": 576.4164,
"Y": -69.75835,
"Z": 512.9263
},
"MinimumAngle": -75,
"MaximumAngle": 70
}
]
},
{
"DataId": 32835,
"Locations": [
{
"Position": {
"X": 552.5504,
"Y": -78.23183,
"Z": 512.429
},
"MinimumAngle": -30,
"MaximumAngle": 135
}
]
}
]
},
{
"Nodes": [
{
"DataId": 32838,
"Locations": [
{
"Position": {
"X": 652.7063,
"Y": -46.64378,
"Z": 488.4543
},
"MinimumAngle": 0,
"MaximumAngle": 120
},
{
"Position": {
"X": 669.2959,
"Y": -47.14824,
"Z": 513.9606
},
"MinimumAngle": -20,
"MaximumAngle": 105
}
]
},
{
"DataId": 32837,
"Locations": [
{
"Position": {
"X": 659.1685,
"Y": -46.65159,
"Z": 499.8015
},
"MinimumAngle": 0,
"MaximumAngle": 125
}
]
}
]
},
{
"Nodes": [
{
"DataId": 32834,
"Locations": [
{
"Position": {
"X": 576.1583,
"Y": -46.68682,
"Z": 375.5306
},
"MinimumAngle": -40,
"MaximumAngle": 150
}
]
},
{
"DataId": 32833,
"Locations": [
{
"Position": {
"X": 571.1834,
"Y": -46.41214,
"Z": 360.5112
},
"MinimumAngle": 0,
"MaximumAngle": 115
}
]
}
]
}
]
}

View File

@ -118,8 +118,8 @@ internal static class QuestStepExtensions
AssignmentList(nameof(QuestStep.RequiredQuestVariables), AssignmentList(nameof(QuestStep.RequiredQuestVariables),
step.RequiredQuestVariables) step.RequiredQuestVariables)
.AsSyntaxNodeOrToken(), .AsSyntaxNodeOrToken(),
AssignmentList(nameof(QuestStep.RequiredGatheredItems), AssignmentList(nameof(QuestStep.ItemsToGather),
step.RequiredGatheredItems), step.ItemsToGather),
AssignmentList(nameof(QuestStep.CompletionQuestVariablesFlags), AssignmentList(nameof(QuestStep.CompletionQuestVariablesFlags),
step.CompletionQuestVariablesFlags) step.CompletionQuestVariablesFlags)
.AsSyntaxNodeOrToken(), .AsSyntaxNodeOrToken(),

View File

@ -33,6 +33,16 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 131,
"InteractionType": "Gather",
"ItemsToGather": [
{
"ItemId": 5106,
"ItemCount": 10
}
]
},
{ {
"DataId": 1002298, "DataId": 1002298,
"Position": { "Position": {
@ -54,13 +64,7 @@
131 131
] ]
} }
}, }
"RequiredGatheredItems": [
{
"ItemId": 5106,
"ItemCount": 10
}
]
} }
] ]
} }

View File

@ -33,6 +33,16 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 131,
"InteractionType": "Gather",
"ItemsToGather": [
{
"ItemId": 5432,
"ItemCount": 10
}
]
},
{ {
"DataId": 1002298, "DataId": 1002298,
"Position": { "Position": {
@ -54,13 +64,7 @@
131 131
] ]
} }
}, }
"RequiredGatheredItems": [
{
"ItemId": 5432,
"ItemCount": 10
}
]
} }
] ]
} }

View File

@ -5,6 +5,11 @@
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{
"TerritoryId": 478,
"InteractionType": "Gather",
"ItemsToGather": []
},
{ {
"Position": { "Position": {
"X": -71.31451, "X": -71.31451,
@ -13,7 +18,6 @@
}, },
"TerritoryId": 478, "TerritoryId": 478,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"RequiredGatheredItems": [],
"AetheryteShortcut": "Idyllshire" "AetheryteShortcut": "Idyllshire"
}, },
{ {

View File

@ -188,6 +188,16 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 478,
"InteractionType": "Gather",
"ItemsToGather": [
{
"ItemId": 17946,
"ItemCount": 20
}
]
},
{ {
"DataId": 1021349, "DataId": 1021349,
"Position": { "Position": {
@ -202,12 +212,6 @@
"[Idyllshire] Aetheryte Plaza", "[Idyllshire] Aetheryte Plaza",
"[Idyllshire] West Idyllshire" "[Idyllshire] West Idyllshire"
], ],
"RequiredGatheredItems": [
{
"ItemId": 17946,
"ItemCount": 20
}
],
"NextQuestId": 2623 "NextQuestId": 2623
} }
] ]

View File

@ -122,6 +122,16 @@
{ {
"Sequence": 6, "Sequence": 6,
"Steps": [ "Steps": [
{
"TerritoryId": 478,
"InteractionType": "Gather",
"ItemsToGather": [
{
"ItemId": 17947,
"ItemCount": 20
}
]
},
{ {
"DataId": 1017106, "DataId": 1017106,
"Position": { "Position": {
@ -131,13 +141,7 @@
}, },
"TerritoryId": 478, "TerritoryId": 478,
"InteractionType": "Interact", "InteractionType": "Interact",
"AetheryteShortcut": "Idyllshire", "AetheryteShortcut": "Idyllshire"
"RequiredGatheredItems": [
{
"ItemId": 17947,
"ItemCount": 20
}
]
} }
] ]
}, },

View File

@ -156,6 +156,16 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 478,
"InteractionType": "Gather",
"ItemsToGather": [
{
"ItemId": 17948,
"ItemCount": 5
}
]
},
{ {
"DataId": 1021349, "DataId": 1021349,
"Position": { "Position": {
@ -170,13 +180,7 @@
"[Idyllshire] Aetheryte Plaza", "[Idyllshire] Aetheryte Plaza",
"[Idyllshire] West Idyllshire" "[Idyllshire] West Idyllshire"
], ],
"Comment": "Eorzean Time: 4:00-5:59 AM/PM", "Comment": "Eorzean Time: 4:00-5:59 AM/PM"
"RequiredGatheredItems": [
{
"ItemId": 17948,
"ItemCount": 5
}
]
} }
] ]
} }

View File

@ -5,6 +5,11 @@
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{
"TerritoryId": 478,
"InteractionType": "Gather",
"ItemsToGather": []
},
{ {
"DataId": 1018393, "DataId": 1018393,
"Position": { "Position": {
@ -14,7 +19,6 @@
}, },
"TerritoryId": 478, "TerritoryId": 478,
"InteractionType": "Interact", "InteractionType": "Interact",
"RequiredGatheredItems": [],
"AetheryteShortcut": "Idyllshire", "AetheryteShortcut": "Idyllshire",
"DialogueChoices": [ "DialogueChoices": [
{ {

View File

@ -5,6 +5,11 @@
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{
"TerritoryId": 613,
"InteractionType": "Gather",
"ItemsToGather": []
},
{ {
"DataId": 1025878, "DataId": 1025878,
"Position": { "Position": {
@ -14,7 +19,6 @@
}, },
"TerritoryId": 613, "TerritoryId": 613,
"InteractionType": "Interact", "InteractionType": "Interact",
"RequiredGatheredItems": [],
"AetheryteShortcut": "Ruby Sea - Tamamizu", "AetheryteShortcut": "Ruby Sea - Tamamizu",
"DialogueChoices": [ "DialogueChoices": [
{ {

View File

@ -5,6 +5,11 @@
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{
"TerritoryId": 635,
"InteractionType": "Gather",
"ItemsToGather": []
},
{ {
"DataId": 1020337, "DataId": 1020337,
"Position": { "Position": {
@ -14,7 +19,6 @@
}, },
"TerritoryId": 635, "TerritoryId": 635,
"InteractionType": "Interact", "InteractionType": "Interact",
"RequiredGatheredItems": [],
"AetheryteShortcut": "Rhalgr's Reach", "AetheryteShortcut": "Rhalgr's Reach",
"AethernetShortcut": [ "AethernetShortcut": [
"[Rhalgr's Reach] Aetheryte Plaza", "[Rhalgr's Reach] Aetheryte Plaza",

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": "liza",
"Disabled": true,
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -30,6 +29,34 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"DataId": 1033697,
"Position": {
"X": 705.2262,
"Y": 20.93061,
"Z": 29.007324
},
"TerritoryId": 813,
"InteractionType": "Interact",
"AetheryteShortcut": "Lakeland - Fort Jobb",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1033697,
"Position": {
"X": 705.2262,
"Y": 20.93061,
"Z": 29.007324
},
"TerritoryId": 813,
"InteractionType": "Emote",
"Emote": "psych"
}
] ]
}, },
{ {
@ -43,6 +70,7 @@
}, },
"TerritoryId": 813, "TerritoryId": 813,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Lakeland - Ostall Imperative",
"Fly": true "Fly": true
}, },
{ {

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29517, "ItemId": 29517,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -21,15 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"Fly": true, "ItemsToGather": [
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29518, "ItemId": 29518,
@ -42,6 +36,16 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29519, "ItemId": 29519,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29520, "ItemId": 29520,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -88,9 +88,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29521, "ItemId": 29521,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29522, "ItemId": 29522,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

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,
@ -18,6 +17,45 @@
} }
] ]
}, },
{
"Sequence": 1,
"Steps": [
{
"DataId": 1027719,
"Position": {
"X": 303.5172,
"Y": 34.242825,
"Z": -146.65448
},
"TerritoryId": 817,
"InteractionType": "Interact",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{
"DataId": 1027715,
"Position": {
"X": 411.21533,
"Y": 33.637783,
"Z": -128.5268
},
"TerritoryId": 817,
"InteractionType": "Interact",
"Fly": true
},
{
"DataId": 1027713,
"Position": {
"X": 446.70776,
"Y": 34.051743,
"Z": -117.17407
},
"TerritoryId": 817,
"InteractionType": "Interact",
"Fly": true
}
]
},
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
@ -29,10 +67,7 @@
}, },
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "Fly": true
"Fly": true,
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

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,
@ -21,6 +20,22 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 817,
"InteractionType": "Gather",
"ItemsToGather": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 29523,
"ItemCount": 3
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 29549,
"ItemCount": 3
}
]
},
{ {
"Position": { "Position": {
"X": 788.1569, "X": 788.1569,
@ -30,9 +45,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

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,
@ -21,6 +20,22 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 817,
"InteractionType": "Gather",
"ItemsToGather": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 29524,
"ItemCount": 3
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 29550,
"ItemCount": 3
}
]
},
{ {
"Position": { "Position": {
"X": 788.1569, "X": 788.1569,
@ -30,9 +45,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

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,
@ -21,6 +20,22 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 817,
"InteractionType": "Gather",
"ItemsToGather": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 29525,
"ItemCount": 3
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 29551,
"ItemCount": 3
}
]
},
{ {
"Position": { "Position": {
"X": 788.1569, "X": 788.1569,
@ -30,9 +45,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

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,
@ -21,6 +20,22 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 817,
"InteractionType": "Gather",
"ItemsToGather": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 29526,
"ItemCount": 3
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 29552,
"ItemCount": 3
}
]
},
{ {
"Position": { "Position": {
"X": 788.1569, "X": 788.1569,
@ -30,9 +45,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

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,
@ -21,6 +20,22 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 817,
"InteractionType": "Gather",
"ItemsToGather": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 29527,
"ItemCount": 3
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 29553,
"ItemCount": 3
}
]
},
{ {
"Position": { "Position": {
"X": 788.1569, "X": 788.1569,
@ -30,9 +45,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29528, "ItemId": 29528,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29529, "ItemId": 29529,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

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": "liza",
"Disabled": true,
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -21,6 +20,22 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 817,
"InteractionType": "Gather",
"ItemsToGather": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 29530,
"ItemCount": 3
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 29556,
"ItemCount": 3
}
]
},
{ {
"Position": { "Position": {
"X": 788.1569, "X": 788.1569,
@ -30,9 +45,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

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": "liza",
"Disabled": true,
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -18,6 +17,66 @@
} }
] ]
}, },
{
"Sequence": 1,
"Steps": [
{
"DataId": 1032663,
"Position": {
"X": 793.97266,
"Y": -45.811764,
"Z": -188.03699
},
"TerritoryId": 817,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1032829,
"Position": {
"X": 488.3954,
"Y": 34.798103,
"Z": 232.37964
},
"TerritoryId": 817,
"InteractionType": "Action",
"Action": "Peculiar Light",
"Fly": true,
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
},
{
"DataId": 1032828,
"Position": {
"X": 352.16296,
"Y": 28.242743,
"Z": 303.2119
},
"TerritoryId": 817,
"InteractionType": "Action",
"Action": "Peculiar Light",
"Fly": true,
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
}
]
},
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
@ -30,9 +89,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

View File

@ -30,9 +30,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

View File

@ -30,9 +30,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29533, "ItemId": 29533,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29534, "ItemId": 29534,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29535, "ItemId": 29535,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -21,16 +21,9 @@
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "Gather",
"AetheryteShortcut": "Rak'tika - Fanow", "ItemsToGather": [
"Fly": true,
"RequiredGatheredItems": [
{ {
"QuestAcceptedAsClass": "Miner", "QuestAcceptedAsClass": "Miner",
"ItemId": 29536, "ItemId": 29536,
@ -43,6 +36,17 @@
} }
] ]
}, },
{
"Position": {
"X": 788.1569,
"Y": -45.82557,
"Z": -212.9306
},
"TerritoryId": 817,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
},
{ {
"DataId": 1032643, "DataId": 1032643,
"Position": { "Position": {

View File

@ -30,9 +30,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

View File

@ -30,9 +30,7 @@
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Rak'tika - Fanow", "AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
]
}, },
{ {
"DataId": 1032643, "DataId": 1032643,

View File

@ -91,6 +91,16 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"TerritoryId": 817,
"InteractionType": "Gather",
"ItemsToGather": [
{
"ItemId": 29512,
"ItemCount": 1
}
]
},
{ {
"DataId": 1032724, "DataId": 1032724,
"Position": { "Position": {
@ -100,13 +110,7 @@
}, },
"TerritoryId": 817, "TerritoryId": 817,
"InteractionType": "CompleteQuest", "InteractionType": "CompleteQuest",
"Fly": true, "Fly": true
"RequiredGatheredItems": [
{
"ItemId": 29512,
"ItemCount": 1
}
]
} }
] ]
} }

View File

@ -0,0 +1,86 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1032659,
"Position": {
"X": 802.79236,
"Y": -45.91779,
"Z": -218.58557
},
"TerritoryId": 817,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1032731,
"Position": {
"X": -28.732727,
"Y": -24.68478,
"Z": 318.28796
},
"TerritoryId": 817,
"InteractionType": "Interact",
"AetheryteShortcut": "Rak'tika - Slitherbough",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"TerritoryId": 817,
"InteractionType": "Gather",
"ItemsToGather": [
{
"QuestAcceptedAsClass": "Miner",
"ItemId": 29513,
"ItemCount": 1
},
{
"QuestAcceptedAsClass": "Botanist",
"ItemId": 29539,
"ItemCount": 1
}
]
},
{
"DataId": 1032734,
"Position": {
"X": 802.6703,
"Y": -45.915627,
"Z": -214.70972
},
"TerritoryId": 817,
"InteractionType": "Interact",
"AetheryteShortcut": "Rak'tika - Fanow",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1032659,
"Position": {
"X": 802.79236,
"Y": -45.91779,
"Z": -218.58557
},
"TerritoryId": 817,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,36 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1032660,
"Position": {
"X": 804.4098,
"Y": -45.9255,
"Z": -216.41876
},
"TerritoryId": 817,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1032660,
"Position": {
"X": 804.4098,
"Y": -45.9255,
"Z": -216.41876
},
"TerritoryId": 817,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,36 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1032659,
"Position": {
"X": 802.79236,
"Y": -45.91779,
"Z": -218.58557
},
"TerritoryId": 817,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1032659,
"Position": {
"X": 802.79236,
"Y": -45.91779,
"Z": -218.58557
},
"TerritoryId": 817,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,166 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/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": [
{
"Position": {
"X": 243.48306,
"Y": 324.1,
"Z": -301.10074
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"Fly": true,
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"$": "Y is slightly off the ground; else vnav would pathfind -through- the ground"
},
{
"DataId": 1028390,
"Position": {
"X": 244.64783,
"Y": 323.99997,
"Z": -303.3036
},
"TerritoryId": 155,
"InteractionType": "Interact"
}
]
},
{
"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,156 @@
{
"$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
},
"StopDistance": 4,
"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,140 @@
{
"$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
},
"StopDistance": 7,
"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
},
"StopDistance": 7,
"TerritoryId": 132,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,130 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"Position": {
"X": 215.65454,
"Y": 222.1,
"Z": 345.1806
},
"TerritoryId": 155,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
"Fly": true,
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
},
"$": "Alberic"
},
{
"DataId": 1006748,
"Position": {
"X": 217.88354,
"Y": 222,
"Z": 345.3269
},
"TerritoryId": 155,
"InteractionType": "AcceptQuest"
}
]
},
{
"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,199 @@
{
"$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",
"AetheryteShortcut": "Ishgard",
"AethernetShortcut": [
"[Ishgard] Aetheryte Plaza",
"[Ishgard] The Forgotten Knight"
],
"DialogueChoices": [
{
"Prompt": "TEXT_LUCKBC012_03221_Q1_000_002",
"Type": "List",
"Answer": "TEXT_LUCKBC012_03221_A1_000_003"
}
],
"SkipConditions": {
"AetheryteShortcutIf": {
"InSameTerritory": true
}
}
}
]
},
{
"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,147 @@
{
"$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",
"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,209 @@
{
"$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": [
{
"Position": {
"X": 207.67957,
"Y": -3.224134,
"Z": 42.683086
},
"TerritoryId": 139,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"Fly": true
},
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "Interact"
}
]
},
{
"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": [
{
"Position": {
"X": 207.67957,
"Y": -3.224134,
"Z": 42.683086
},
"TerritoryId": 139,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"Fly": true
},
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "Interact"
}
]
},
{
"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": [
{
"Position": {
"X": 207.67957,
"Y": -3.224134,
"Z": 42.683086
},
"TerritoryId": 139,
"InteractionType": "WalkTo",
"AetheryteShortcut": "Upper La Noscea - Camp Bronze Lake",
"Fly": true
},
{
"DataId": 1043098,
"Position": {
"X": 206.0426,
"Y": -3.111818,
"Z": 41.94702
},
"TerritoryId": 139,
"InteractionType": "Interact"
}
]
},
{
"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": "CompleteQuest",
"AethernetShortcut": [
"[Gridania] Aetheryte Plaza",
"[Gridania] Mih Khetto's Amphitheatre"
]
}
]
}
]
}

View File

@ -0,0 +1,208 @@
{
"$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": [
{
"DataId": 1023885,
"Position": {
"X": 217.30359,
"Y": 7.999984,
"Z": 686.427
},
"TerritoryId": 135,
"InteractionType": "Interact",
"AetheryteShortcut": "Lower La Noscea - Moraby Drydocks"
}
]
},
{
"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,
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
},
{
"DataId": 2010150,
"Position": {
"X": 369.43604,
"Y": 64.59143,
"Z": -88.85327
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"Fly": true,
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
},
{
"DataId": 2010151,
"Position": {
"X": 360.95215,
"Y": 69.90149,
"Z": -119.06616
},
"TerritoryId": 135,
"InteractionType": "Action",
"Action": "Heavy Swing",
"Fly": true,
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
}
]
},
{
"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,129 @@
{
"$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
},
"StopDistance": 4,
"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
},
"StopDistance": 7,
"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
},
"StopDistance": 4,
"TerritoryId": 153,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -5,6 +5,11 @@
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{
"TerritoryId": 886,
"InteractionType": "Gather",
"ItemsToGather": []
},
{ {
"TerritoryId": 886, "TerritoryId": 886,
"InteractionType": "None", "InteractionType": "None",

View File

@ -5,6 +5,11 @@
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{
"TerritoryId": 886,
"InteractionType": "Gather",
"ItemsToGather": []
},
{ {
"TerritoryId": 886, "TerritoryId": 886,
"InteractionType": "None", "InteractionType": "None",

View File

@ -5,6 +5,11 @@
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{
"TerritoryId": 820,
"InteractionType": "Gather",
"ItemsToGather": []
},
{ {
"DataId": 1031801, "DataId": 1031801,
"Position": { "Position": {
@ -14,7 +19,6 @@
}, },
"TerritoryId": 820, "TerritoryId": 820,
"InteractionType": "Interact", "InteractionType": "Interact",
"RequiredGatheredItems": [],
"AetheryteShortcut": "Eulmore", "AetheryteShortcut": "Eulmore",
"DialogueChoices": [ "DialogueChoices": [
{ {

View File

@ -23,6 +23,59 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"TerritoryId": 819,
"AetheryteShortcut": "Crystarium",
"AethernetShortcut": [
"[Crystarium] Aetheryte Plaza",
"[Crystarium] Tessellation (Lakeland)"
],
"InteractionType": "None"
},
{
"Position": {
"X": 55.589294,
"Y": 2.0276523,
"Z": 669.1557
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
},
"Comment": "these bridges have navmesh problems"
},
{
"Position": {
"X": 15.410904,
"Y": 2.2598603,
"Z": 677.3755
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"DisableNavmesh": true,
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{
"Position": {
"X": -54.93826,
"Y": 3.1323283,
"Z": 690.1962
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{ {
"Position": { "Position": {
"X": -115.65658, "X": -115.65658,
@ -32,7 +85,6 @@
"StopDistance": 0.5, "StopDistance": 0.5,
"TerritoryId": 813, "TerritoryId": 813,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Lakeland - Fort Jobb",
"Fly": true "Fly": true
}, },
{ {

View File

@ -58,6 +58,20 @@
{ {
"Sequence": 3, "Sequence": 3,
"Steps": [ "Steps": [
{
"Position": {
"X": -27.96634,
"Y": 41.707367,
"Z": -482.99057
},
"TerritoryId": 815,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{ {
"DataId": 2010811, "DataId": 2010811,
"Position": { "Position": {

View File

@ -36,6 +36,22 @@
{ {
"Sequence": 2, "Sequence": 2,
"Steps": [ "Steps": [
{
"DataId": 1028319,
"Position": {
"X": -454.7036,
"Y": 65.77815,
"Z": 58.27417
},
"TerritoryId": 814,
"InteractionType": "Interact",
"TargetTerritoryId": 814,
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{ {
"DataId": 1031751, "DataId": 1031751,
"Position": { "Position": {

View File

@ -51,6 +51,49 @@
} }
} }
}, },
{
"Position": {
"X": -559.0543,
"Y": 394.95718,
"Z": -611.97614
},
"TerritoryId": 818,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{
"Position": {
"X": -681.43286,
"Y": 404.5379,
"Z": -693.3609
},
"TerritoryId": 818,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{
"Position": {
"X": -675.946,
"Y": 408.10754,
"Z": -711.8061
},
"TerritoryId": 818,
"InteractionType": "WalkTo",
"DisableNavmesh": true,
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{ {
"Position": { "Position": {
"X": -423.6145, "X": -423.6145,

View File

@ -20,6 +20,73 @@
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{
"TerritoryId": 819,
"AetheryteShortcut": "Crystarium",
"AethernetShortcut": [
"[Crystarium] Aetheryte Plaza",
"[Crystarium] Tessellation (Lakeland)"
],
"InteractionType": "None"
},
{
"Position": {
"X": 55.589294,
"Y": 2.0276523,
"Z": 669.1557
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
},
"Comment": "these bridges have navmesh problems"
},
{
"Position": {
"X": 15.410904,
"Y": 2.2598603,
"Z": 677.3755
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"DisableNavmesh": true,
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{
"Position": {
"X": -82.79376,
"Y": 11.970126,
"Z": 765.8721
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{
"Position": {
"X": -234.70464,
"Y": 1.0942776,
"Z": 738.40204
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{ {
"Position": { "Position": {
"X": -269.44116, "X": -269.44116,
@ -28,7 +95,6 @@
}, },
"TerritoryId": 813, "TerritoryId": 813,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"AetheryteShortcut": "Lakeland - Fort Jobb",
"Fly": true "Fly": true
}, },
{ {
@ -72,7 +138,12 @@
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"Mount": true, "Mount": true,
"Fly": true, "Fly": true,
"DisableNavmesh": true "DisableNavmesh": true,
"SkipConditions": {
"StepIf": {
"Flying": "Locked"
}
}
}, },
{ {
"Position": { "Position": {
@ -83,7 +154,44 @@
"TerritoryId": 813, "TerritoryId": 813,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"Fly": true, "Fly": true,
"DisableNavmesh": true "DisableNavmesh": true,
"SkipConditions": {
"StepIf": {
"Flying": "Locked"
}
}
},
{
"Position": {
"X": -565.32196,
"Y": -1.9743931,
"Z": 799.9003
},
"StopDistance": 1,
"TerritoryId": 813,
"InteractionType": "Dive",
"DisableNavmesh": true,
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{
"Position": {
"X": -630.4265,
"Y": -29.862,
"Z": 752.5597
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"Mount": true,
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
}, },
{ {
"DataId": 2010280, "DataId": 2010280,
@ -105,6 +213,16 @@
64 64
] ]
}, },
{
"Position": {
"X": -654.167,
"Y": -41.328938,
"Z": 741.29126
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"Mount": true
},
{ {
"DataId": 2010278, "DataId": 2010278,
"Position": { "Position": {
@ -133,6 +251,7 @@
}, },
"TerritoryId": 813, "TerritoryId": 813,
"InteractionType": "Interact", "InteractionType": "Interact",
"Mount": true,
"CompletionQuestVariablesFlags": [ "CompletionQuestVariablesFlags": [
null, null,
null, null,
@ -140,8 +259,7 @@
null, null,
null, null,
32 32
], ]
"Comment": "TODO Check if pathfinding works automatically now"
} }
] ]
}, },
@ -151,14 +269,44 @@
{ {
"Position": { "Position": {
"X": -643.2488, "X": -643.2488,
"Y": 4.133975, "Y": -1.974393,
"Z": 714.8211 "Z": 714.8211
}, },
"TerritoryId": 813, "TerritoryId": 813,
"InteractionType": "WalkTo", "InteractionType": "WalkTo",
"Mount": true, "Mount": true,
"Fly": true, "Fly": true,
"DisableNavmesh": true "DisableNavmesh": true,
"RestartNavigationIfCancelled": false
},
{
"Position": {
"X": -573.45654,
"Y": 0.39776123,
"Z": 810.7269
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{
"Position": {
"X": -619.98676,
"Y": 24.866888,
"Z": 794.4714
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"Mount": true,
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
}, },
{ {
"DataId": 1030333, "DataId": 1030333,
@ -191,6 +339,50 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"Position": {
"X": -82.79376,
"Y": 11.970126,
"Z": 765.8721
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{
"Position": {
"X": 15.410904,
"Y": 2.2598603,
"Z": 677.3755
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{
"Position": {
"X": 55.589294,
"Y": 2.0276523,
"Z": 669.1557
},
"TerritoryId": 813,
"InteractionType": "WalkTo",
"DisableNavmesh": true,
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
},
"Comment": "these bridges have navmesh problems"
},
{ {
"DataId": 1032554, "DataId": 1032554,
"Position": { "Position": {

View File

@ -28,7 +28,7 @@
"Y": -2.59839E-07, "Y": -2.59839E-07,
"Z": -1.4801636 "Z": -1.4801636
}, },
"StopDistance": 5, "StopDistance": 7,
"TerritoryId": 819, "TerritoryId": 819,
"InteractionType": "Interact" "InteractionType": "Interact"
} }

View File

@ -54,6 +54,20 @@
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{
"Position": {
"X": -221.27931,
"Y": 55.081436,
"Z": -553.9665
},
"TerritoryId": 816,
"InteractionType": "WalkTo",
"SkipConditions": {
"StepIf": {
"Flying": "Unlocked"
}
}
},
{ {
"DataId": 1033872, "DataId": 1033872,
"Position": { "Position": {

View File

@ -0,0 +1,115 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1027827,
"Position": {
"X": 105.02783,
"Y": 0.49999997,
"Z": -145.70844
},
"TerritoryId": 819,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1027254,
"Position": {
"X": -37.857666,
"Y": -0.5500218,
"Z": -61.20398
},
"TerritoryId": 819,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1027817,
"Position": {
"X": -118.425354,
"Y": -47.50666,
"Z": -181.17041
},
"TerritoryId": 819,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Crystarium] The Dossal Gate",
"[Crystarium] The Cabinet of Curiosity"
]
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2010022,
"Position": {
"X": -152.08673,
"Y": -45.88391,
"Z": -185.0462
},
"TerritoryId": 819,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
},
{
"DataId": 1030257,
"Position": {
"X": -169.3294,
"Y": -45.8779,
"Z": -209.85736
},
"TerritoryId": 819,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1027254,
"Position": {
"X": -37.857666,
"Y": -0.5500218,
"Z": -61.20398
},
"TerritoryId": 819,
"InteractionType": "CompleteQuest",
"AethernetShortcut": [
"[Crystarium] The Cabinet of Curiosity",
"[Crystarium] The Dossal Gate"
]
}
]
}
]
}

View File

@ -0,0 +1,149 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1027244,
"Position": {
"X": 76.157715,
"Y": 0.0889954,
"Z": -44.26648
},
"TerritoryId": 819,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1027316,
"Position": {
"X": -127.30603,
"Y": 0,
"Z": -109.48352
},
"TerritoryId": 819,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Crystarium] The Dossal Gate",
"[Crystarium] Temenos Rookery"
],
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
},
{
"DataId": 1027227,
"Position": {
"X": -65.78168,
"Y": -27.23603,
"Z": -272.99915
},
"TerritoryId": 819,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Crystarium] Temenos Rookery",
"[Crystarium] The Cabinet of Curiosity"
],
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
16
]
},
{
"DataId": 1030258,
"Position": {
"X": 65.659546,
"Y": 36.197685,
"Z": -148.54657
},
"TerritoryId": 819,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Crystarium] The Cabinet of Curiosity",
"[Crystarium] The Amaro Launch"
],
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
},
{
"Position": {
"X": 80.6178,
"Y": 35.999687,
"Z": -146.81993
},
"StopDistance": 0.5,
"TerritoryId": 819,
"InteractionType": "Jump",
"JumpDestination": {
"Position": {
"X": 98.63616,
"Y": 0.5,
"Z": -153.71947
}
}
},
{
"DataId": 1027826,
"Position": {
"X": 89.15845,
"Y": 0.49999997,
"Z": -145.4643
},
"TerritoryId": 819,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1027244,
"Position": {
"X": 76.157715,
"Y": 0.0889954,
"Z": -44.26648
},
"TerritoryId": 819,
"InteractionType": "CompleteQuest",
"DialogueChoices": [
{
"Type": "List",
"Prompt": "TEXT_LUCKZA002_03344_Q1_000_051",
"Answer": "TEXT_LUCKZA002_03344_A1_000_052"
}
]
}
]
}
]
}

View File

@ -0,0 +1,84 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"Position": {
"X": -41.33571,
"Y": 3.9998171,
"Z": 239.88663
},
"TerritoryId": 819,
"InteractionType": "WalkTo"
},
{
"DataId": 1027323,
"Position": {
"X": -42.893127,
"Y": 3.9998171,
"Z": 242.08435
},
"TerritoryId": 819,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1027816,
"Position": {
"X": -20.676025,
"Y": -7.700001,
"Z": 111.77234
},
"TerritoryId": 819,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1029146,
"Position": {
"X": 86.74744,
"Y": 0.74016255,
"Z": 147.11218
},
"TerritoryId": 819,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"Position": {
"X": -41.33571,
"Y": 3.9998171,
"Z": 239.88663
},
"TerritoryId": 819,
"InteractionType": "WalkTo"
},
{
"DataId": 1027323,
"Position": {
"X": -42.893127,
"Y": 3.9998171,
"Z": 242.08435
},
"TerritoryId": 819,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,125 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1027316,
"Position": {
"X": -127.30603,
"Y": 0,
"Z": -109.48352
},
"TerritoryId": 819,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2009995,
"Position": {
"X": -130.38837,
"Y": 1.1138916,
"Z": -82.84125
},
"TerritoryId": 819,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
},
{
"DataId": 2009994,
"Position": {
"X": -155.29114,
"Y": -0.015319824,
"Z": -99.38208
},
"TerritoryId": 819,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
},
{
"DataId": 2009996,
"Position": {
"X": -145.00653,
"Y": -0.045776367,
"Z": -130.5105
},
"TerritoryId": 819,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1027316,
"Position": {
"X": -127.30603,
"Y": 0,
"Z": -109.48352
},
"TerritoryId": 819,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 1028334,
"Position": {
"X": -135.33228,
"Y": -6.193295E-07,
"Z": 59.464355
},
"TerritoryId": 819,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1027316,
"Position": {
"X": -127.30603,
"Y": 0,
"Z": -109.48352
},
"TerritoryId": 819,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,68 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1027846,
"Position": {
"X": -68.65039,
"Y": -36.750023,
"Z": -264.39313
},
"TerritoryId": 819,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1030259,
"Position": {
"X": -68.55884,
"Y": -27.236004,
"Z": -269.58118
},
"TerritoryId": 819,
"InteractionType": "Interact",
"DialogueChoices": [
{
"Type": "List",
"Prompt": "TEXT_LUCKZA005_03347_Q1_000_012",
"Answer": "TEXT_LUCKZA005_03347_A1_000_013"
},
{
"Type": "List",
"Prompt": "TEXT_LUCKZA005_03347_Q2_000_017",
"Answer": "TEXT_LUCKZA005_03347_A2_000_019"
},
{
"Type": "List",
"Prompt": "TEXT_LUCKZA005_03347_Q3_000_022",
"Answer": "TEXT_LUCKZA005_03347_A3_000_023"
}
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1027846,
"Position": {
"X": -68.65039,
"Y": -36.750023,
"Z": -264.39313
},
"TerritoryId": 819,
"InteractionType": "CompleteQuest"
}
]
}
]
}

View File

@ -0,0 +1,53 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1029884,
"Position": {
"X": 52.96399,
"Y": 35.999683,
"Z": -109.14783
},
"TerritoryId": 819,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1029884,
"Position": {
"X": 52.96399,
"Y": 35.999683,
"Z": -109.14783
},
"TerritoryId": 819,
"InteractionType": "Emote",
"Emote": "battlestance"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1029884,
"Position": {
"X": 52.96399,
"Y": 35.999683,
"Z": -109.14783
},
"TerritoryId": 819,
"InteractionType": "CompleteQuest",
"Emote": "box"
}
]
}
]
}

View File

@ -0,0 +1,58 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1031104,
"Position": {
"X": 41.397705,
"Y": 1.7633697,
"Z": 268.635
},
"TerritoryId": 819,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2010499,
"Position": {
"X": 655.1765,
"Y": 57.724854,
"Z": -436.51483
},
"TerritoryId": 813,
"InteractionType": "Interact",
"AetheryteShortcut": "Lakeland - Fort Jobb",
"Fly": true
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1031104,
"Position": {
"X": 41.397705,
"Y": 1.7633697,
"Z": 268.635
},
"TerritoryId": 819,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Crystarium",
"AethernetShortcut": [
"[Crystarium] Aetheryte Plaza",
"[Crystarium] The Pendants"
]
}
]
}
]
}

View File

@ -0,0 +1,98 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1030679,
"Position": {
"X": 64.07251,
"Y": 1.7078,
"Z": 231.40308
},
"TerritoryId": 819,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1030689,
"Position": {
"X": -657.5875,
"Y": 50.950245,
"Z": -217.76147
},
"TerritoryId": 813,
"InteractionType": "Interact",
"AetheryteShortcut": "Lakeland - Ostall Imperative",
"Fly": true
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 1027411,
"Position": {
"X": -771.1452,
"Y": 51.501152,
"Z": -212.32928
},
"TerritoryId": 813,
"InteractionType": "Interact",
"Fly": true,
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
},
{
"DataId": 1027382,
"Position": {
"X": -765.92664,
"Y": 61.720478,
"Z": -304.1886
},
"TerritoryId": 813,
"InteractionType": "Interact",
"Fly": true,
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1030689,
"Position": {
"X": -657.5875,
"Y": 50.950245,
"Z": -217.76147
},
"TerritoryId": 813,
"InteractionType": "CompleteQuest",
"Fly": true,
"NextQuestId": 3534
}
]
}
]
}

View File

@ -0,0 +1,103 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1028024,
"Position": {
"X": 78.96533,
"Y": 35.999687,
"Z": -153.27692
},
"TerritoryId": 819,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1031119,
"Position": {
"X": 80.125,
"Y": 1.4901161E-08,
"Z": 190.44775
},
"TerritoryId": 819,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Crystarium] The Amaro Launch",
"[Crystarium] The Pendants"
],
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
},
{
"DataId": 1027799,
"Position": {
"X": -74.6319,
"Y": -4.200001,
"Z": 170.00073
},
"TerritoryId": 819,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
},
{
"DataId": 1028333,
"Position": {
"X": -168.07812,
"Y": 1.490116E-08,
"Z": 96.14697
},
"TerritoryId": 819,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1028024,
"Position": {
"X": 78.96533,
"Y": 35.999687,
"Z": -153.27692
},
"TerritoryId": 819,
"InteractionType": "CompleteQuest",
"AethernetShortcut": [
"[Crystarium] Aetheryte Plaza",
"[Crystarium] The Amaro Launch"
]
}
]
}
]
}

Some files were not shown because too many files have changed in this diff Show More