forked from liza/Questionable
Compare commits
52 Commits
Author | SHA1 | Date | |
---|---|---|---|
be2491b0ac | |||
c841edda8d | |||
e3d6e571c7 | |||
1bc17832bb | |||
59506bc9ee | |||
074fca38ac | |||
1a17f4dfc8 | |||
3858adaad4 | |||
|
56cd32b0fe | ||
|
9faea025c1 | ||
|
bc66dcb5c2 | ||
|
63b9020824 | ||
|
939aba4d26 | ||
|
a287d91e22 | ||
|
9329bb7cd6 | ||
7941cf10f6 | |||
82c3e3c647 | |||
8e462c13c0 | |||
c11bfe0abe | |||
6ef6dbfdb4 | |||
cc8f326d7e | |||
|
bca953b913 | ||
d757250d62 | |||
|
0f2857f075 | ||
|
39dbfca8fb | ||
cc599b3645 | |||
f42540bd66 | |||
eb81c74930 | |||
6bed108c70 | |||
cc3dc7b4ff | |||
fb0180ce3b | |||
b02a24ee32 | |||
1f5b9ac687 | |||
9aad77e486 | |||
bd38b330ed | |||
ad76bb88c0 | |||
4cb3a9a221 | |||
4b8049d699 | |||
1ffffd0e83 | |||
b2c42a8c49 | |||
23f93f7de5 | |||
9a550fe8e0 | |||
23256c6abf | |||
55ec23f6ec | |||
6fcfe77b21 | |||
d41febd9f3 | |||
d5a9a6b06c | |||
64e45c72c2 | |||
eec08014e0 | |||
1f709cdc5c | |||
dec4fb64c8 | |||
8b8c940d34 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
||||
[submodule "vendor/ECommons"]
|
||||
path = vendor/ECommons
|
||||
url = https://github.com/NightmareXIV/ECommons.git
|
||||
[submodule "vendor/NotificationMasterAPI"]
|
||||
path = vendor/NotificationMasterAPI
|
||||
url = https://github.com/NightmareXIV/NotificationMasterAPI.git
|
||||
|
@ -1,5 +1,5 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>3.12</Version>
|
||||
<Version>3.13</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
2
LLib
2
LLib
@ -1 +1 @@
|
||||
Subproject commit 6dfc18ee6a187138036ee2d51ba2257741c1e568
|
||||
Subproject commit fde09c705b648f03c287814191a554f0a4b92cc4
|
@ -29,10 +29,6 @@ internal static class GatheredItemExtensions
|
||||
.AsSyntaxNodeOrToken(),
|
||||
Assignment(nameof(GatheredItem.Collectability), gatheredItem.Collectability,
|
||||
emptyItem.Collectability)
|
||||
.AsSyntaxNodeOrToken(),
|
||||
Assignment(nameof(GatheredItem.QuestAcceptedAsClass),
|
||||
gatheredItem.QuestAcceptedAsClass,
|
||||
emptyItem.QuestAcceptedAsClass)
|
||||
.AsSyntaxNodeOrToken()))));
|
||||
}
|
||||
}
|
||||
|
@ -120,6 +120,12 @@ internal static class QuestStepExtensions
|
||||
AssignmentList(nameof(QuestStep.RequiredQuestVariables),
|
||||
step.RequiredQuestVariables)
|
||||
.AsSyntaxNodeOrToken(),
|
||||
AssignmentList(nameof(QuestStep.RequiredCurrentJob),
|
||||
step.RequiredCurrentJob)
|
||||
.AsSyntaxNodeOrToken(),
|
||||
AssignmentList(nameof(QuestStep.RequiredQuestAcceptedJob),
|
||||
step.RequiredQuestAcceptedJob)
|
||||
.AsSyntaxNodeOrToken(),
|
||||
AssignmentList(nameof(QuestStep.ItemsToGather),
|
||||
step.ItemsToGather),
|
||||
AssignmentList(nameof(QuestStep.CompletionQuestVariablesFlags),
|
||||
|
@ -0,0 +1,116 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005550,
|
||||
"Position": {
|
||||
"X": 105.27197,
|
||||
"Y": 15.359643,
|
||||
"Z": -357.3816
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002979,
|
||||
"Position": {
|
||||
"X": -180.68213,
|
||||
"Y": 6.301941,
|
||||
"Z": -136.21735
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, [1, 2], null, null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2002981,
|
||||
"Position": {
|
||||
"X": -30.655396,
|
||||
"Y": 8.651855,
|
||||
"Z": -87.02222
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, [4, 17], null, null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2002982,
|
||||
"Position": {
|
||||
"X": -116.44165,
|
||||
"Y": -0.3204956,
|
||||
"Z": -34.40918
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, [18, 20], null, null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2002985,
|
||||
"Position": {
|
||||
"X": -41.031555,
|
||||
"Y": 0.16778564,
|
||||
"Z": 15.915161
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
[33, 34, 36],
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2002986,
|
||||
"Position": {
|
||||
"X": -78.81293,
|
||||
"Y": -1.083435,
|
||||
"Z": 44.052734
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
[49, 50, 52],
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005550,
|
||||
"Position": {
|
||||
"X": 105.27197,
|
||||
"Y": 15.359643,
|
||||
"Z": -357.3816
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,63 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005550,
|
||||
"Position": {
|
||||
"X": 105.27197,
|
||||
"Y": 15.359643,
|
||||
"Z": -357.3816
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -40.402416,
|
||||
"Y": -1.1266766,
|
||||
"Z": 0.71999836
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 358,
|
||||
"MinimumKillCount": 3
|
||||
},
|
||||
{
|
||||
"DataId": 2451,
|
||||
"MinimumKillCount": 1
|
||||
}
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005550,
|
||||
"Position": {
|
||||
"X": 105.27197,
|
||||
"Y": 15.359643,
|
||||
"Z": -357.3816
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005551,
|
||||
"Position": {
|
||||
"X": 98.924194,
|
||||
"Y": 15.29447,
|
||||
"Z": -349.4469
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005551,
|
||||
"Position": {
|
||||
"X": 98.924194,
|
||||
"Y": 15.29447,
|
||||
"Z": -349.4469
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005551,
|
||||
"Position": {
|
||||
"X": 98.924194,
|
||||
"Y": 15.29447,
|
||||
"Z": -349.4469
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005551,
|
||||
"Position": {
|
||||
"X": 98.924194,
|
||||
"Y": 15.29447,
|
||||
"Z": -349.4469
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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": 1005551,
|
||||
"Position": {
|
||||
"X": 98.924194,
|
||||
"Y": 15.29447,
|
||||
"Z": -349.4469
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005848,
|
||||
"Position": {
|
||||
"X": -101.487854,
|
||||
"Y": 8.097177,
|
||||
"Z": 403.28064
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Southern Thanalan - Forgotten Springs",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2003353,
|
||||
"Position": {
|
||||
"X": -248.0965,
|
||||
"Y": 2.8533936,
|
||||
"Z": 675.95935
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Fiery Breath",
|
||||
"RequiredQuestVariables": [null, null, null, [1], null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2003354,
|
||||
"Position": {
|
||||
"X": -132.03638,
|
||||
"Y": -1.449646,
|
||||
"Z": 778.8052
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Fiery Breath",
|
||||
"RequiredQuestVariables": [null, null, null, [1, 5], null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2003356,
|
||||
"Position": {
|
||||
"X": 78.446655,
|
||||
"Y": 14.328186,
|
||||
"Z": 589.9595
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Fiery Breath",
|
||||
"RequiredQuestVariables": [null, null, null, [1, 5], null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2003357,
|
||||
"Position": {
|
||||
"X": 179.9801,
|
||||
"Y": 6.6376343,
|
||||
"Z": 601.15967
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Fiery Breath",
|
||||
"RequiredQuestVariables": [null, null, null, [5], null, null]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -56.11375,
|
||||
"Y": 25.301596,
|
||||
"Z": -391.2648
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo",
|
||||
"Mount": true
|
||||
},
|
||||
{
|
||||
"DataId": 1005551,
|
||||
"Position": {
|
||||
"X": 98.924194,
|
||||
"Y": 15.29447,
|
||||
"Z": -349.4469
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,59 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005551,
|
||||
"Position": {
|
||||
"X": 98.924194,
|
||||
"Y": 15.29447,
|
||||
"Z": -349.4469
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -38.375584,
|
||||
"Y": 8.492833,
|
||||
"Z": 156.09068
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 2452,
|
||||
"MinimumKillCount": 2
|
||||
}
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005551,
|
||||
"Position": {
|
||||
"X": 98.924194,
|
||||
"Y": 15.29447,
|
||||
"Z": -349.4469
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,221 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005553,
|
||||
"Position": {
|
||||
"X": 122.6062,
|
||||
"Y": 16.402647,
|
||||
"Z": -362.11188
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005581,
|
||||
"Position": {
|
||||
"X": -55.985413,
|
||||
"Y": -1.6554508,
|
||||
"Z": -47.56244
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002949,
|
||||
"Position": {
|
||||
"X": -70.17627,
|
||||
"Y": 11.36792,
|
||||
"Z": 97.0625
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Fiery Breath"
|
||||
},
|
||||
{
|
||||
"DataId": 2002956,
|
||||
"Position": {
|
||||
"X": -199.96954,
|
||||
"Y": 5.661072,
|
||||
"Z": 101.823364
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Fiery Breath"
|
||||
},
|
||||
{
|
||||
"DataId": 2002950,
|
||||
"Position": {
|
||||
"X": -118.0896,
|
||||
"Y": 27.695068,
|
||||
"Z": 126.97034
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Fiery Breath"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005585,
|
||||
"Position": {
|
||||
"X": -114.64105,
|
||||
"Y": 7.539109,
|
||||
"Z": 308.82727
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005583,
|
||||
"Position": {
|
||||
"X": -114.27484,
|
||||
"Y": 7.6587763,
|
||||
"Z": 310.01746
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005584,
|
||||
"Position": {
|
||||
"X": -261.55493,
|
||||
"Y": 7.084492,
|
||||
"Z": 412.28345
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1008284,
|
||||
"Position": {
|
||||
"X": -306.44696,
|
||||
"Y": 6.321288,
|
||||
"Z": 392.5078
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -365.44217,
|
||||
"Y": 6.691126,
|
||||
"Z": 395.09555
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1008287,
|
||||
"Position": {
|
||||
"X": -366.10974,
|
||||
"Y": 6.9095497,
|
||||
"Z": 394.64404
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact"
|
||||
},
|
||||
{
|
||||
"DataId": 1008285,
|
||||
"Position": {
|
||||
"X": -319.50867,
|
||||
"Y": 8.2855835,
|
||||
"Z": 428.18335
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1008286,
|
||||
"Position": {
|
||||
"X": -330.5562,
|
||||
"Y": 8.096848,
|
||||
"Z": 480.0641
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 7,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -159.56685,
|
||||
"Y": 23.290625,
|
||||
"Z": -334.22568
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo"
|
||||
},
|
||||
{
|
||||
"DataId": 1005578,
|
||||
"Position": {
|
||||
"X": 89.00586,
|
||||
"Y": 14.439478,
|
||||
"Z": -387.77753
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005553,
|
||||
"Position": {
|
||||
"X": 122.6062,
|
||||
"Y": 16.402647,
|
||||
"Z": -362.11188
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,118 +0,0 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "pot0to",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1002279,
|
||||
"Position": {
|
||||
"X": -196.8872,
|
||||
"Y": 18.459997,
|
||||
"Z": 59.952637
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"AethernetShortcut": [
|
||||
"[Ul'dah] Aetheryte Plaza",
|
||||
"[Ul'dah] Thaumaturges' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
130
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002533,
|
||||
"Position": {
|
||||
"X": -72.67877,
|
||||
"Y": -32.059265,
|
||||
"Z": -46.830017
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "Combat",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true,
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
305
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002429,
|
||||
"Position": {
|
||||
"X": -72.67877,
|
||||
"Y": -32.059265,
|
||||
"Z": -46.830017
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2000954
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1002279,
|
||||
"Position": {
|
||||
"X": -196.8872,
|
||||
"Y": 18.459997,
|
||||
"Z": 59.952637
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"AethernetShortcut": [
|
||||
"[Ul'dah] Aetheryte Plaza",
|
||||
"[Ul'dah] Thaumaturges' Guild"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
130
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,131 +0,0 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "pot0to",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006752,
|
||||
"Position": {
|
||||
"X": 87.5105,
|
||||
"Y": 18,
|
||||
"Z": 113.725464
|
||||
},
|
||||
"TerritoryId": 131,
|
||||
"InteractionType": "EquipItem",
|
||||
"ItemId": 4548,
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"AethernetShortcut": [
|
||||
"[Ul'dah] Aetheryte Plaza",
|
||||
"[Ul'dah] Weavers' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
130,
|
||||
131
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 1006752,
|
||||
"Position": {
|
||||
"X": 87.5105,
|
||||
"Y": 18,
|
||||
"Z": 113.725464
|
||||
},
|
||||
"TerritoryId": 131,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002534,
|
||||
"Position": {
|
||||
"X": -7.9194946,
|
||||
"Y": 13.687317,
|
||||
"Z": 866.54443
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Combat",
|
||||
"AetheryteShortcut": "Southern Thanalan - Forgotten Springs",
|
||||
"Fly": true,
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
21
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002430,
|
||||
"Position": {
|
||||
"X": -7.9194946,
|
||||
"Y": 13.687317,
|
||||
"Z": 866.54443
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2000809
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1002279,
|
||||
"Position": {
|
||||
"X": -196.8872,
|
||||
"Y": 18.459997,
|
||||
"Z": 59.952637
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"AethernetShortcut": [
|
||||
"[Ul'dah] Aetheryte Plaza",
|
||||
"[Ul'dah] Thaumaturges' Guild"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006752,
|
||||
"Position": {
|
||||
"X": 87.5105,
|
||||
"Y": 18,
|
||||
"Z": 113.725464
|
||||
},
|
||||
"TerritoryId": 131,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"AethernetShortcut": [
|
||||
"[Ul'dah] Aetheryte Plaza",
|
||||
"[Ul'dah] Weavers' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
130
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,217 +0,0 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "pot0to",
|
||||
"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"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
130,
|
||||
131
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006753,
|
||||
"Position": {
|
||||
"X": 325.063,
|
||||
"Y": 11.236564,
|
||||
"Z": -6.2105103
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1007864,
|
||||
"Position": {
|
||||
"X": -167.40674,
|
||||
"Y": 14.513778,
|
||||
"Z": -251.3009
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Western Thanalan - Horizon",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002535,
|
||||
"Position": {
|
||||
"X": -178.39331,
|
||||
"Y": 15.42688,
|
||||
"Z": -244.64789
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
182
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002431,
|
||||
"Position": {
|
||||
"X": -178.39331,
|
||||
"Y": 15.42688,
|
||||
"Z": -244.64789
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2000810
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1007864,
|
||||
"Position": {
|
||||
"X": -167.40674,
|
||||
"Y": 14.513778,
|
||||
"Z": -251.3009
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1007865,
|
||||
"Position": {
|
||||
"X": -223.10223,
|
||||
"Y": 14.513845,
|
||||
"Z": -365.25525
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 7,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002536,
|
||||
"Position": {
|
||||
"X": -211.16962,
|
||||
"Y": 15.396301,
|
||||
"Z": -345.41852
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
182
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 8,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002432,
|
||||
"Position": {
|
||||
"X": -211.16962,
|
||||
"Y": 15.396301,
|
||||
"Z": -345.41852
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2000811
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 9,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1007865,
|
||||
"Position": {
|
||||
"X": -223.10223,
|
||||
"Y": 14.513845,
|
||||
"Z": -365.25525
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 10,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1007863,
|
||||
"Position": {
|
||||
"X": -131.70062,
|
||||
"Y": 17.982016,
|
||||
"Z": -278.8587
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006753,
|
||||
"Position": {
|
||||
"X": 325.063,
|
||||
"Y": 11.236564,
|
||||
"Z": -6.2105103
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,111 +0,0 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "pot0to",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006753,
|
||||
"Position": {
|
||||
"X": 325.063,
|
||||
"Y": 11.236564,
|
||||
"Z": -6.2105103
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
},
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_JOBBLM450_01076_Q1_000_1",
|
||||
"Yes": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002433,
|
||||
"Position": {
|
||||
"X": 374.28845,
|
||||
"Y": 3.40271,
|
||||
"Z": 161.73035
|
||||
},
|
||||
"TerritoryId": 153,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "South Shroud - Quarrymill",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1007866,
|
||||
"Position": {
|
||||
"X": 376.29065,
|
||||
"Y": 2.505473,
|
||||
"Z": 159.52626
|
||||
},
|
||||
"TerritoryId": 153,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1007867,
|
||||
"Position": {
|
||||
"X": 282.39868,
|
||||
"Y": 11.151184,
|
||||
"Z": -6.729248
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006753,
|
||||
"Position": {
|
||||
"X": 325.063,
|
||||
"Y": 11.236564,
|
||||
"Z": -6.2105103
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,148 +0,0 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "pot0to",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006753,
|
||||
"Position": {
|
||||
"X": 325.063,
|
||||
"Y": 11.236564,
|
||||
"Z": -6.2105103
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002434,
|
||||
"Position": {
|
||||
"X": -101.27417,
|
||||
"Y": 28.213867,
|
||||
"Z": 117.234985
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2000812,
|
||||
"AetheryteShortcut": "Southern Thanalan - Forgotten Springs",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2002435,
|
||||
"Position": {
|
||||
"X": -1.8158569,
|
||||
"Y": -11.703674,
|
||||
"Z": -37.79669
|
||||
},
|
||||
"TerritoryId": 154,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2000955,
|
||||
"AetheryteShortcut": "North Shroud - Fallgourd Float",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2002436,
|
||||
"Position": {
|
||||
"X": 68.680786,
|
||||
"Y": 55.832764,
|
||||
"Z": -503.95975
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2000956,
|
||||
"AetheryteShortcut": "Outer La Noscea - Camp Overlook",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006753,
|
||||
"Position": {
|
||||
"X": 325.063,
|
||||
"Y": 11.236564,
|
||||
"Z": -6.2105103
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002537,
|
||||
"Position": {
|
||||
"X": 220.87427,
|
||||
"Y": 5.5999756,
|
||||
"Z": -269.9779
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "Combat",
|
||||
"Fly": true,
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
1935,
|
||||
1936
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002437,
|
||||
"Position": {
|
||||
"X": 220.87427,
|
||||
"Y": 5.5999756,
|
||||
"Z": -269.9779
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2000957
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006753,
|
||||
"Position": {
|
||||
"X": 325.063,
|
||||
"Y": 11.236564,
|
||||
"Z": -6.2105103
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,131 +0,0 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "pot0to",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006753,
|
||||
"Position": {
|
||||
"X": 325.063,
|
||||
"Y": 11.236564,
|
||||
"Z": -6.2105103
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006752,
|
||||
"Position": {
|
||||
"X": 87.5105,
|
||||
"Y": 18,
|
||||
"Z": 113.725464
|
||||
},
|
||||
"TerritoryId": 131,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"AethernetShortcut": [
|
||||
"[Ul'dah] Aetheryte Plaza",
|
||||
"[Ul'dah] Weavers' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
130,
|
||||
131
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -431.92166,
|
||||
"Y": 6.5580425,
|
||||
"Z": -17.561014
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Southern Thanalan - Forgotten Springs",
|
||||
"Fly": false,
|
||||
"$": "Flying in Thanalan is TERRIBLE due to heigh limit."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1007872,
|
||||
"Position": {
|
||||
"X": -468.925,
|
||||
"Y": -3.1649342,
|
||||
"Z": 59.464355
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact"
|
||||
},
|
||||
{
|
||||
"DataId": 1007871,
|
||||
"Position": {
|
||||
"X": -464.46936,
|
||||
"Y": -3.1649272,
|
||||
"Z": 65.415405
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact"
|
||||
},
|
||||
{
|
||||
"DataId": 1007873,
|
||||
"Position": {
|
||||
"X": -458.70148,
|
||||
"Y": -3.164927,
|
||||
"Z": 63.370728
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006753,
|
||||
"Position": {
|
||||
"X": 325.063,
|
||||
"Y": 11.236564,
|
||||
"Z": -6.2105103
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -93,6 +93,16 @@
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -253.97243,
|
||||
"Y": 33.2412,
|
||||
"Z": 408.68488
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1002027,
|
||||
"Position": {
|
||||
@ -101,8 +111,7 @@
|
||||
"Z": 407.27856
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -33,9 +33,9 @@
|
||||
{
|
||||
"DataId": 1001710,
|
||||
"Position": {
|
||||
"X": -240.2533,
|
||||
"Y": 18.8,
|
||||
"Z": 86.900024
|
||||
"X": -240.2533,
|
||||
"Y": 18.8,
|
||||
"Z": 86.900024
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Interact"
|
||||
@ -43,49 +43,79 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 149.07747,
|
||||
"Y": -2,
|
||||
"Z": -225.21188
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "None",
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"AethernetShortcut": [
|
||||
"[Ul'dah] Thaumaturges' Guild",
|
||||
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
141
|
||||
],
|
||||
"AetheryteUnlocked": "Central Thanalan - Black Brush Station"
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"AethernetShortcut": [
|
||||
"[Ul'dah] Thaumaturges' Guild",
|
||||
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
141
|
||||
]
|
||||
}
|
||||
},
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 160,
|
||||
"MinimumKillCount": 8,
|
||||
"$": "Slay efts",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
{
|
||||
"Low": 8
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
]
|
||||
"AethernetShortcutIf": {
|
||||
"AetheryteUnlocked": "Central Thanalan - Black Brush Station"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -62.183617,
|
||||
"Y": -3.6582246,
|
||||
"Z": 145.88391
|
||||
},
|
||||
"InteractionType": "WalkTo",
|
||||
"TerritoryId": 141,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Flying": "Unlocked",
|
||||
"AetheryteUnlocked": "Central Thanalan - Black Brush Station"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 149.07747,
|
||||
"Y": -2,
|
||||
"Z": -225.21188
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"AetheryteShortcut": "Central Thanalan - Black Brush Station",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
},
|
||||
"Fly": true,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 160,
|
||||
"MinimumKillCount": 8,
|
||||
"$": "Slay efts",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
{
|
||||
"Low": 8
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
@ -93,9 +123,9 @@
|
||||
{
|
||||
"DataId": 1001710,
|
||||
"Position": {
|
||||
"X": -240.2533,
|
||||
"Y": 18.8,
|
||||
"Z": 86.900024
|
||||
"X": -240.2533,
|
||||
"Y": 18.8,
|
||||
"Z": 86.900024
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Interact",
|
||||
@ -125,9 +155,9 @@
|
||||
{
|
||||
"DataId": 2001512,
|
||||
"Position": {
|
||||
"X": -366.29285,
|
||||
"Y": -34.989014,
|
||||
"Z": 293.56824
|
||||
"X": -366.29285,
|
||||
"Y": -34.989014,
|
||||
"Z": 293.56824
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "Combat",
|
||||
@ -151,9 +181,9 @@
|
||||
{
|
||||
"DataId": 2001499,
|
||||
"Position": {
|
||||
"X": -366.29285,
|
||||
"Y": -34.989014,
|
||||
"Z": 293.56824
|
||||
"X": -366.29285,
|
||||
"Y": -34.989014,
|
||||
"Z": 293.56824
|
||||
},
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "Interact"
|
||||
@ -166,9 +196,9 @@
|
||||
{
|
||||
"DataId": 1001710,
|
||||
"Position": {
|
||||
"X": -240.2533,
|
||||
"Y": 18.8,
|
||||
"Z": 86.900024
|
||||
"X": -240.2533,
|
||||
"Y": 18.8,
|
||||
"Z": 86.900024
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "CompleteQuest",
|
||||
|
@ -123,9 +123,9 @@
|
||||
{
|
||||
"DataId": 1001711,
|
||||
"Position": {
|
||||
"X": -241.62665,
|
||||
"Y": 18.8,
|
||||
"Z": 83.32947
|
||||
"X": -241.62665,
|
||||
"Y": 18.8,
|
||||
"Z": 83.32947
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "CompleteQuest",
|
||||
|
@ -34,19 +34,12 @@
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1004094,
|
||||
"Position": {
|
||||
"X": -413.47375,
|
||||
"Y": 23.113977,
|
||||
"Z": -383.71863
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Western Thanalan - Horizon",
|
||||
"Fly": true,
|
||||
"TerritoryId": 145,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 30362,
|
||||
"TargetTerritoryId": 140,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"StepIf": {
|
||||
"InTerritory": [
|
||||
140
|
||||
]
|
||||
@ -72,6 +65,16 @@
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Interact"
|
||||
},
|
||||
{
|
||||
"DataId": 1004094,
|
||||
"Position": {
|
||||
"X": -413.47375,
|
||||
"Y": 23.113977,
|
||||
"Z": -383.71863
|
||||
},
|
||||
"TerritoryId": 140,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1,11 +1,25 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"Disabled": true,
|
||||
"Author": ["liza", "plogon_enjoyer"],
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -86.589775,
|
||||
"Y": 2.099846,
|
||||
"Z": -51.574
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 1001286,
|
||||
"Position": {
|
||||
@ -14,13 +28,165 @@
|
||||
"Z": -51.163513
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1003817,
|
||||
"Position": {
|
||||
"X": -74.57086,
|
||||
"Y": 1.9999951,
|
||||
"Z": -42.404846
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_CLSPGL020_00533_Q1_000_1",
|
||||
"Yes": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -126.59337,
|
||||
"Y": 11.159969,
|
||||
"Z": 276.25775
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 351,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"MinimumKillCount": 3
|
||||
}
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"$": "0 0 0 0 0 0 -> 19 0 0 0 0 0",
|
||||
"AethernetShortcut": [
|
||||
"[Ul'dah] Aetheryte Plaza",
|
||||
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -126.59337,
|
||||
"Y": 11.159969,
|
||||
"Z": 276.25775
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 385,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"High": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"MinimumKillCount": 3
|
||||
}
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"High": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"$": "19 0 0 0 0 0 -> 35 48 0 0 0 0"
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 32.007893,
|
||||
"Y": 5.8527403,
|
||||
"Z": 299.76016
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 205,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"MinimumKillCount": 3
|
||||
}
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1003817,
|
||||
"Position": {
|
||||
"X": -74.57086,
|
||||
"Y": 1.9999951,
|
||||
"Z": -42.404846
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 554
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -0,0 +1,190 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": ["liza", "plogon_enjoyer"],
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1003817,
|
||||
"Position": {
|
||||
"X": -74.57086,
|
||||
"Y": 1.9999951,
|
||||
"Z": -42.404846
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2001718,
|
||||
"Position": {
|
||||
"X": -108.2017,
|
||||
"Y": 4.989685,
|
||||
"Z": -105.7603
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Bootshine",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128,
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2001719,
|
||||
"Position": {
|
||||
"X": -105.9365,
|
||||
"Y": 4.9655,
|
||||
"Z": -107.8618
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Bootshine",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64,
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2001720,
|
||||
"Position": {
|
||||
"X": -77.89734,
|
||||
"Y": 5.0201416,
|
||||
"Z": -129.19812
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Bootshine",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32,
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2001721,
|
||||
"Position": {
|
||||
"X": -74.906555,
|
||||
"Y": 4.8981323,
|
||||
"Z": -130.99878
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Bootshine",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
16,
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2001722,
|
||||
"Position": {
|
||||
"X": -71.732666,
|
||||
"Y": 5.0201416,
|
||||
"Z": -132.64673
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Bootshine",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
8,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1003817,
|
||||
"Position": {
|
||||
"X": -74.57086,
|
||||
"Y": 1.9999951,
|
||||
"Z": -42.404846
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -210.32118,
|
||||
"Y": 21.582167,
|
||||
"Z": -94.337494
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"KillEnemyDataIds": [
|
||||
771
|
||||
],
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Central Thanalan - Black Brush Station",
|
||||
"CombatDelaySecondsAtStart": 0,
|
||||
"$": "Will stop once 3 Qiqirn Shellsweppers get hit by Snap Punch since it will move on to the next sequence"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -118.55462,
|
||||
"Y": 8.216448,
|
||||
"Z": -82.81951
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "WalkTo"
|
||||
},
|
||||
{
|
||||
"DataId": 1003817,
|
||||
"Position": {
|
||||
"X": -74.57086,
|
||||
"Y": 1.9999951,
|
||||
"Z": -42.404846
|
||||
},
|
||||
"TerritoryId": 130,
|
||||
"AetheryteShortcut": "Ul'dah",
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 558
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,105 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006756,
|
||||
"Position": {
|
||||
"X": -16.891846,
|
||||
"Y": 10.17425,
|
||||
"Z": -246.87573
|
||||
},
|
||||
"TerritoryId": 133,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Gridania",
|
||||
"AethernetShortcut": [
|
||||
"[Gridania] Aetheryte Plaza",
|
||||
"[Gridania] Mih Khetto's Amphitheatre"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006786,
|
||||
"Position": {
|
||||
"X": -347.15802,
|
||||
"Y": 0.9522269,
|
||||
"Z": 741.3595
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "Southern Thanalan - Forgotten Springs",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006786,
|
||||
"Position": {
|
||||
"X": -347.15802,
|
||||
"Y": 0.9522269,
|
||||
"Z": 741.3595
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006756,
|
||||
"Position": {
|
||||
"X": -16.891846,
|
||||
"Y": 10.17425,
|
||||
"Z": -246.87573
|
||||
},
|
||||
"TerritoryId": 133,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Gridania",
|
||||
"AethernetShortcut": [
|
||||
"[Gridania] Aetheryte Plaza",
|
||||
"[Gridania] Mih Khetto's Amphitheatre"
|
||||
],
|
||||
"NextQuestId": 1092
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,93 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 133,
|
||||
"InteractionType": "EquipItem",
|
||||
"ItemId": 4549,
|
||||
"AetheryteShortcut": "Gridania",
|
||||
"AethernetShortcut": [
|
||||
"[Gridania] Aetheryte Plaza",
|
||||
"[Gridania] Mih Khetto's Amphitheatre"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
133
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 1006756,
|
||||
"Position": {
|
||||
"X": -16.891846,
|
||||
"Y": 10.17425,
|
||||
"Z": -246.87573
|
||||
},
|
||||
"TerritoryId": 133,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006787,
|
||||
"Position": {
|
||||
"X": -268.78766,
|
||||
"Y": -78.85388,
|
||||
"Z": 444.8767
|
||||
},
|
||||
"TerritoryId": 154,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "North Shroud - Fallgourd Float",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006787,
|
||||
"Position": {
|
||||
"X": -268.78766,
|
||||
"Y": -78.85388,
|
||||
"Z": 444.8767
|
||||
},
|
||||
"StopDistance": 7,
|
||||
"TerritoryId": 154,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006756,
|
||||
"Position": {
|
||||
"X": -16.891846,
|
||||
"Y": 10.17425,
|
||||
"Z": -246.87573
|
||||
},
|
||||
"TerritoryId": 133,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Gridania",
|
||||
"AethernetShortcut": [
|
||||
"[Gridania] Aetheryte Plaza",
|
||||
"[Gridania] Mih Khetto's Amphitheatre"
|
||||
],
|
||||
"NextQuestId": 1093
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,80 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
133
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006788,
|
||||
"Position": {
|
||||
"X": -105.79089,
|
||||
"Y": 27.83778,
|
||||
"Z": -374.3191
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -152.77162,
|
||||
"Y": 27.317062,
|
||||
"Z": -400.4738
|
||||
},
|
||||
"TerritoryId": 146,
|
||||
"InteractionType": "WalkTo"
|
||||
},
|
||||
{
|
||||
"DataId": 1006756,
|
||||
"Position": {
|
||||
"X": -16.891846,
|
||||
"Y": 10.17425,
|
||||
"Z": -246.87573
|
||||
},
|
||||
"TerritoryId": 133,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Gridania",
|
||||
"AethernetShortcut": [
|
||||
"[Gridania] Aetheryte Plaza",
|
||||
"[Gridania] Mih Khetto's Amphitheatre"
|
||||
],
|
||||
"NextQuestId": 1094
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,206 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
133
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006725,
|
||||
"Position": {
|
||||
"X": 446.82983,
|
||||
"Y": -5.306207,
|
||||
"Z": -465.72064
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Mor Dhona",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006789,
|
||||
"Position": {
|
||||
"X": 503.2882,
|
||||
"Y": -12.351167,
|
||||
"Z": -343.19073
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
1948
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006789,
|
||||
"Position": {
|
||||
"X": 503.2882,
|
||||
"Y": -12.351167,
|
||||
"Z": -343.19073
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006790,
|
||||
"Position": {
|
||||
"X": 496.45215,
|
||||
"Y": -2.546432,
|
||||
"Z": -472.03784
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
1948
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006790,
|
||||
"Position": {
|
||||
"X": 496.45215,
|
||||
"Y": -2.546432,
|
||||
"Z": -472.03784
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 372.27008,
|
||||
"Y": -4.9949923,
|
||||
"Z": -482.91302
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1006791,
|
||||
"Position": {
|
||||
"X": 373.52563,
|
||||
"Y": -5.242633,
|
||||
"Z": -484.70288
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
1948
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 7,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006791,
|
||||
"Position": {
|
||||
"X": 373.52563,
|
||||
"Y": -5.242633,
|
||||
"Z": -484.70288
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 8,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006725,
|
||||
"Position": {
|
||||
"X": 446.82983,
|
||||
"Y": -5.306207,
|
||||
"Z": -465.72064
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "EquipRecommended"
|
||||
},
|
||||
{
|
||||
"DataId": 1006756,
|
||||
"Position": {
|
||||
"X": -16.891846,
|
||||
"Y": 10.17425,
|
||||
"Z": -246.87573
|
||||
},
|
||||
"TerritoryId": 133,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Gridania",
|
||||
"AethernetShortcut": [
|
||||
"[Gridania] Aetheryte Plaza",
|
||||
"[Gridania] Mih Khetto's Amphitheatre"
|
||||
],
|
||||
"NextQuestId": 1095
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,87 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
133
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006792,
|
||||
"Position": {
|
||||
"X": -378.10333,
|
||||
"Y": 51.61585,
|
||||
"Z": -290.11975
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "Outer La Noscea - Camp Overlook",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006792,
|
||||
"Position": {
|
||||
"X": -378.10333,
|
||||
"Y": 51.61585,
|
||||
"Z": -290.11975
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006756,
|
||||
"Position": {
|
||||
"X": -16.891846,
|
||||
"Y": 10.17425,
|
||||
"Z": -246.87573
|
||||
},
|
||||
"TerritoryId": 133,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Gridania",
|
||||
"AethernetShortcut": [
|
||||
"[Gridania] Aetheryte Plaza",
|
||||
"[Gridania] Mih Khetto's Amphitheatre"
|
||||
],
|
||||
"NextQuestId": 1096
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,135 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
133
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 494.60034,
|
||||
"Y": -2.1295002,
|
||||
"Z": -484.951
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Mor Dhona",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1006793,
|
||||
"Position": {
|
||||
"X": 493.09534,
|
||||
"Y": -2.349111,
|
||||
"Z": -484.61133
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006794,
|
||||
"Position": {
|
||||
"X": 493.09534,
|
||||
"Y": -2.4306269,
|
||||
"Z": -483.6042
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 500.36328,
|
||||
"Y": -3.814063,
|
||||
"Z": -770.9911
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 504.98605,
|
||||
"Y": -2.5969198,
|
||||
"Z": -780.6112
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"Mount": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006795,
|
||||
"Position": {
|
||||
"X": 475.0896,
|
||||
"Y": 5.8291526,
|
||||
"Z": -842.40485
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006756,
|
||||
"Position": {
|
||||
"X": -16.891846,
|
||||
"Y": 10.17425,
|
||||
"Z": -246.87573
|
||||
},
|
||||
"TerritoryId": 133,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Gridania",
|
||||
"AethernetShortcut": [
|
||||
"[Gridania] Aetheryte Plaza",
|
||||
"[Gridania] Mih Khetto's Amphitheatre"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,69 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005199,
|
||||
"Position": {
|
||||
"X": -348.3177,
|
||||
"Y": -2.3744698,
|
||||
"Z": 11.917236
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_CLSACN149_01103_Q1_000_000",
|
||||
"Answer": "TEXT_CLSACN149_01103_A1_000_000"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 458
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -21,10 +21,7 @@
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
129
|
||||
]
|
||||
"InSameTerritory": true
|
||||
}
|
||||
},
|
||||
"DialogueChoices": [
|
||||
|
@ -13,7 +13,17 @@
|
||||
"Z": 1.3884888
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest"
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -0,0 +1,150 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -1.5568014,
|
||||
"Y": 66.12121,
|
||||
"Z": 102.35001
|
||||
},
|
||||
"TerritoryId": 135,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 347,
|
||||
"MinimumKillCount": 3,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 49,
|
||||
"MinimumKillCount": 3,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
],
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Arcanists' Guild",
|
||||
"[Limsa Lominsa] Tempest Gate (Lower La Noscea)"
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 157.63565,
|
||||
"Y": 38.01287,
|
||||
"Z": 48.92973
|
||||
},
|
||||
"TerritoryId": 135,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 324,
|
||||
"MinimumKillCount": 3,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"High": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
],
|
||||
"Fly": true,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"High": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"NextQuestId": 455
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,199 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 368.87418,
|
||||
"Y": 61.448803,
|
||||
"Z": -69.13581
|
||||
},
|
||||
"TerritoryId": 135,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 339,
|
||||
"MinimumKillCount": 3,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
],
|
||||
"Fly": true,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Arcanists' Guild",
|
||||
"[Limsa Lominsa] Tempest Gate (Lower La Noscea)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 381.1583,
|
||||
"Y": 68.00773,
|
||||
"Z": -114.15414
|
||||
},
|
||||
"TerritoryId": 135,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 118,
|
||||
"MinimumKillCount": 3,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"High": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"High": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002266,
|
||||
"Position": {
|
||||
"X": -0.13739014,
|
||||
"Y": 26.077637,
|
||||
"Z": 196.52087
|
||||
},
|
||||
"TerritoryId": 134,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
39
|
||||
],
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Arcanists' Guild",
|
||||
"[Limsa Lominsa] Zephyr Gate (Middle La Noscea)"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002476,
|
||||
"Position": {
|
||||
"X": -0.10687256,
|
||||
"Y": 25.955566,
|
||||
"Z": 196.55139
|
||||
},
|
||||
"TerritoryId": 134,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_CLSACN050_00455_Q1_000_000",
|
||||
"Answer": "TEXT_CLSACN050_00455_A1_000_002"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"NextQuestId": 457
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,179 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 667.4784,
|
||||
"Y": 15.36824,
|
||||
"Z": 443.4379
|
||||
},
|
||||
"TerritoryId": 138,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"KillEnemyDataIds": [
|
||||
22
|
||||
],
|
||||
"AetheryteShortcut": "Western La Noscea - Swiftperch",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
{
|
||||
"Low": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 686.6034,
|
||||
"Y": 23.682272,
|
||||
"Z": 422.78772
|
||||
},
|
||||
"TerritoryId": 138,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"KillEnemyDataIds": [
|
||||
138
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
{
|
||||
"High": 3
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005199,
|
||||
"Position": {
|
||||
"X": -348.3177,
|
||||
"Y": -2.3744698,
|
||||
"Z": 11.917236
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005200,
|
||||
"Position": {
|
||||
"X": -106.79791,
|
||||
"Y": 45.688404,
|
||||
"Z": -252.33844
|
||||
},
|
||||
"TerritoryId": 134,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "Middle La Noscea - Summerford Farms",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005201,
|
||||
"Position": {
|
||||
"X": -98.49707,
|
||||
"Y": 47.27536,
|
||||
"Z": -262.31793
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 134,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_CLSACN101_00457_Q1_000_000",
|
||||
"Answer": "TEXT_CLSACN101_00457_A1_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"NextQuestId": 1103
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,119 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005208,
|
||||
"Position": {
|
||||
"X": 316.02954,
|
||||
"Y": -24.136772,
|
||||
"Z": 211.20007
|
||||
},
|
||||
"TerritoryId": 138,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Western La Noscea - Aleport"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005211,
|
||||
"Position": {
|
||||
"X": 204.27246,
|
||||
"Y": -36.402367,
|
||||
"Z": 306.17224
|
||||
},
|
||||
"TerritoryId": 138,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
317,
|
||||
318
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005211,
|
||||
"Position": {
|
||||
"X": 204.27246,
|
||||
"Y": -36.402367,
|
||||
"Z": 306.17224
|
||||
},
|
||||
"TerritoryId": 138,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002009,
|
||||
"Position": {
|
||||
"X": 173.81543,
|
||||
"Y": -41.36731,
|
||||
"Z": 280.7201
|
||||
},
|
||||
"TerritoryId": 138,
|
||||
"InteractionType": "SinglePlayerDuty"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"NextQuestId": 459
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,171 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1003505,
|
||||
"Position": {
|
||||
"X": -186.20587,
|
||||
"Y": 16,
|
||||
"Z": 56.931396
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Arcanists' Guild",
|
||||
"[Limsa Lominsa] Hawkers' Alley"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000938,
|
||||
"Position": {
|
||||
"X": -4.654114,
|
||||
"Y": 44.999847,
|
||||
"Z": -241.84027
|
||||
},
|
||||
"TerritoryId": 128,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Hawkers' Alley",
|
||||
"[Limsa Lominsa] Marauders' Guild"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Marauders' Guild",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 177.58797,
|
||||
"Y": -41.12709,
|
||||
"Z": 260.26315
|
||||
},
|
||||
"TerritoryId": 138,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Western La Noscea - Aleport",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1005215,
|
||||
"Position": {
|
||||
"X": 178.66785,
|
||||
"Y": -41.140213,
|
||||
"Z": 261.61597
|
||||
},
|
||||
"TerritoryId": 138,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005217,
|
||||
"Position": {
|
||||
"X": 103.74609,
|
||||
"Y": 68.15523,
|
||||
"Z": 329.45752
|
||||
},
|
||||
"TerritoryId": 135,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Tempest Gate (Lower La Noscea)"
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002010,
|
||||
"Position": {
|
||||
"X": 108.384766,
|
||||
"Y": 68.13147,
|
||||
"Z": 351.61353
|
||||
},
|
||||
"TerritoryId": 135,
|
||||
"InteractionType": "SinglePlayerDuty"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"NextQuestId": 460
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,438 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 410.82263,
|
||||
"Y": 31.185892,
|
||||
"Z": -11.729958
|
||||
},
|
||||
"TerritoryId": 138,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Western La Noscea - Aleport",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1005227,
|
||||
"Position": {
|
||||
"X": -311.32983,
|
||||
"Y": -1.5234554,
|
||||
"Z": 127.336426
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -394.91058,
|
||||
"Y": -3.4000032,
|
||||
"Z": 148.78712
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Flying": "Unlocked"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -449.98322,
|
||||
"Y": 3.358525,
|
||||
"Z": 88.437485
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1006195,
|
||||
"Position": {
|
||||
"X": -453.36084,
|
||||
"Y": 4.574484,
|
||||
"Z": 71.54956
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -449.98322,
|
||||
"Y": 3.358525,
|
||||
"Z": 88.437485
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"Mount": true
|
||||
},
|
||||
{
|
||||
"DataId": 2001892,
|
||||
"Position": {
|
||||
"X": -457.7249,
|
||||
"Y": 29.19043,
|
||||
"Z": 58.335205
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2001894,
|
||||
"Position": {
|
||||
"X": -393.4234,
|
||||
"Y": 42.557373,
|
||||
"Z": -2.975586
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -373.06784,
|
||||
"Y": 38.31673,
|
||||
"Z": 36.456448
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -367.3377,
|
||||
"Y": 27.109692,
|
||||
"Z": 40.748257
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"Mount": false,
|
||||
"DisableNavmesh": true,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 2001893,
|
||||
"Position": {
|
||||
"X": -388.72363,
|
||||
"Y": 27.023682,
|
||||
"Z": 45.578613
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -419.99802,
|
||||
"Y": 19.50849,
|
||||
"Z": 60.498474
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"Mount": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -428.06293,
|
||||
"Y": -1.8700926,
|
||||
"Z": 65.585
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"DisableNavmesh": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -449.98322,
|
||||
"Y": 3.358525,
|
||||
"Z": 88.437485
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo"
|
||||
},
|
||||
{
|
||||
"DataId": 1006195,
|
||||
"Position": {
|
||||
"X": -453.36084,
|
||||
"Y": 4.574484,
|
||||
"Z": 71.54956
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -449.98322,
|
||||
"Y": 3.358525,
|
||||
"Z": 88.437485
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"Mount": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -599.5244,
|
||||
"Y": -3.3999999,
|
||||
"Z": -51.651997
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2002478,
|
||||
"Position": {
|
||||
"X": -600.61035,
|
||||
"Y": -3.189148,
|
||||
"Z": -53.788086
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Emote",
|
||||
"Emote": "dance"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2002478,
|
||||
"Position": {
|
||||
"X": -600.61035,
|
||||
"Y": -3.189148,
|
||||
"Z": -53.788086
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 7,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -600.61035,
|
||||
"Y": -3.189148,
|
||||
"Z": -53.788086
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
39
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2002478,
|
||||
"Position": {
|
||||
"X": -600.61035,
|
||||
"Y": -3.189148,
|
||||
"Z": -53.788086
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Interact",
|
||||
"DelaySecondsAtStart": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 8,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -394.91058,
|
||||
"Y": -3.4000032,
|
||||
"Z": 148.78712
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "WalkTo",
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Flying": "Unlocked"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 1005249,
|
||||
"Position": {
|
||||
"X": -337.30072,
|
||||
"Y": -2.1811728,
|
||||
"Z": 141.31372
|
||||
},
|
||||
"TerritoryId": 139,
|
||||
"InteractionType": "Emote",
|
||||
"Emote": "dance",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 9,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -139.68823,
|
||||
"Y": 39.999985,
|
||||
"Z": 154.54538
|
||||
},
|
||||
"TerritoryId": 128,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] The Aftcastle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1005228,
|
||||
"Position": {
|
||||
"X": -190.3258,
|
||||
"Y": 41.24994,
|
||||
"Z": 176.22644
|
||||
},
|
||||
"TerritoryId": 128,
|
||||
"InteractionType": "Emote",
|
||||
"Emote": "dance",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_CLSACN250_00460_Q1_000_000",
|
||||
"Yes": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 10,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005228,
|
||||
"Position": {
|
||||
"X": -190.3258,
|
||||
"Y": 41.24994,
|
||||
"Z": 176.22644
|
||||
},
|
||||
"TerritoryId": 128,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"NextQuestId": 461
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,272 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 540.5525,
|
||||
"Y": 10.00537,
|
||||
"Z": 215.53333
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Flying": "Unlocked"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 545.74445,
|
||||
"Y": 11.959542,
|
||||
"Z": 214.24825
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "WalkTo",
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Flying": "Unlocked"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 548.48584,
|
||||
"Y": 12.640512,
|
||||
"Z": 220.15768
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Flying": "Locked"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 1005251,
|
||||
"Position": {
|
||||
"X": 550.46924,
|
||||
"Y": 12.147732,
|
||||
"Z": 220.9353
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 542.48083,
|
||||
"Y": 8.70027,
|
||||
"Z": 398.26666
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol"
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 585.3419,
|
||||
"Y": 14.562424,
|
||||
"Z": 379.80997
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "WalkTo"
|
||||
},
|
||||
{
|
||||
"DataId": 1005252,
|
||||
"Position": {
|
||||
"X": 586.0226,
|
||||
"Y": 14.562427,
|
||||
"Z": 376.21106
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1006273,
|
||||
"Position": {
|
||||
"X": 619.0126,
|
||||
"Y": 23.936245,
|
||||
"Z": 455.10022
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005253,
|
||||
"Position": {
|
||||
"X": 564.35486,
|
||||
"Y": 20.617891,
|
||||
"Z": 504.32593
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 515.26044,
|
||||
"Y": 27.708418,
|
||||
"Z": 469.322
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Flying": "Locked"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 449.59036,
|
||||
"Y": 15.174555,
|
||||
"Z": 377.2856
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1005254,
|
||||
"Position": {
|
||||
"X": 442.00806,
|
||||
"Y": 15.793267,
|
||||
"Z": 370.32104
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005229,
|
||||
"Position": {
|
||||
"X": 522.9114,
|
||||
"Y": 17.448051,
|
||||
"Z": 456.35156
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_CLSACN300_00461_Q1_000_001",
|
||||
"Yes": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 7,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1005235,
|
||||
"Position": {
|
||||
"X": 684.3823,
|
||||
"Y": 11.594438,
|
||||
"Z": 411.94775
|
||||
},
|
||||
"StopDistance": 1,
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 8,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] Arcanists' Guild"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1000909,
|
||||
"Position": {
|
||||
"X": -326.37524,
|
||||
"Y": 12.899658,
|
||||
"Z": 9.994568
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 1091
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -40,10 +40,88 @@
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -12.223117,
|
||||
"Y": -2.0482793,
|
||||
"Z": -145.75566
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "WalkTo"
|
||||
},
|
||||
{
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "EquipRecommended"
|
||||
},
|
||||
{
|
||||
"DataId": 1001564,
|
||||
"Position": {
|
||||
"X": -9.689575,
|
||||
"Y": -2.0480804,
|
||||
"Z": -145.09808
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "PurchaseItem",
|
||||
"PurchaseMenu": {
|
||||
"ExcelSheet": "GilShop",
|
||||
"Key": 262186
|
||||
},
|
||||
"ItemId": 2654,
|
||||
"ItemCount": 1,
|
||||
"RequiredCurrentJob": [
|
||||
"DoW"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Item": {
|
||||
"NotInInventory": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 1001564,
|
||||
"Position": {
|
||||
"X": -9.689575,
|
||||
"Y": -2.0480804,
|
||||
"Z": -145.09808
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "PurchaseItem",
|
||||
"PurchaseMenu": {
|
||||
"ExcelSheet": "GilShop",
|
||||
"Key": 262186
|
||||
},
|
||||
"ItemId": 2655,
|
||||
"ItemCount": 1,
|
||||
"RequiredCurrentJob": [
|
||||
"DoM"
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "EquipItem",
|
||||
"ItemId": 2654,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Item": {
|
||||
"NotInInventory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "EquipItem",
|
||||
"ItemId": 2655,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Item": {
|
||||
"NotInInventory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 1001447,
|
||||
"Position": {
|
||||
@ -52,8 +130,7 @@
|
||||
"Z": -148.51611
|
||||
},
|
||||
"TerritoryId": 141,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Comment": "All starting gear (except the hat) is ilvl 5 already"
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -0,0 +1,104 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016089,
|
||||
"Position": {
|
||||
"X": -799.46594,
|
||||
"Y": -133.2695,
|
||||
"Z": -404.1352
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012057,
|
||||
"Position": {
|
||||
"X": -599.0845,
|
||||
"Y": -122.5,
|
||||
"Z": 559.50244
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop"
|
||||
},
|
||||
{
|
||||
"DataId": 1012055,
|
||||
"Position": {
|
||||
"X": -656.76355,
|
||||
"Y": -117.32357,
|
||||
"Z": 492.78992
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1016215,
|
||||
"Position": {
|
||||
"X": -279.71313,
|
||||
"Y": -156.87129,
|
||||
"Z": 766.9946
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2006702,
|
||||
"Position": {
|
||||
"X": 270.8933,
|
||||
"Y": -114.21387,
|
||||
"Z": 395.2544
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2006703,
|
||||
"Position": {
|
||||
"X": 504.1123,
|
||||
"Y": -101.335205,
|
||||
"Z": 360.58594
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016089,
|
||||
"Position": {
|
||||
"X": -799.46594,
|
||||
"Y": -133.2695,
|
||||
"Z": -404.1352
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,102 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016089,
|
||||
"Position": {
|
||||
"X": -799.46594,
|
||||
"Y": -133.2695,
|
||||
"Z": -404.1352
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2006667,
|
||||
"Position": {
|
||||
"X": -792.59937,
|
||||
"Y": -58.365784,
|
||||
"Z": 188.06738
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, [16], null, null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2006761,
|
||||
"Position": {
|
||||
"X": -759.4568,
|
||||
"Y": -61.905884,
|
||||
"Z": 140.21509
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, [32], null, null, null]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2006666,
|
||||
"Position": {
|
||||
"X": -627.863,
|
||||
"Y": -59.372925,
|
||||
"Z": -162.12714
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterItemUse",
|
||||
"ItemId": 2001941,
|
||||
"KillEnemyDataIds": [5238],
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, [1], null, null, null, null]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012068,
|
||||
"Position": {
|
||||
"X": -597.0398,
|
||||
"Y": -51.05185,
|
||||
"Z": -387.0451
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016089,
|
||||
"Position": {
|
||||
"X": -799.46594,
|
||||
"Y": -133.2695,
|
||||
"Z": -404.1352
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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": 1016089,
|
||||
"Position": {
|
||||
"X": -799.46594,
|
||||
"Y": -133.2695,
|
||||
"Z": -404.1352
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016093,
|
||||
"Position": {
|
||||
"X": -776.0281,
|
||||
"Y": -133.35559,
|
||||
"Z": -414.32825
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2006693,
|
||||
"Position": {
|
||||
"X": -420.8286,
|
||||
"Y": -185.8396,
|
||||
"Z": 705.745
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop"
|
||||
},
|
||||
{
|
||||
"DataId": 2006692,
|
||||
"Position": {
|
||||
"X": -300.49597,
|
||||
"Y": -192.37054,
|
||||
"Z": 638.5442
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2006691,
|
||||
"Position": {
|
||||
"X": -244.73944,
|
||||
"Y": -184.92413,
|
||||
"Z": 687.4342
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016093,
|
||||
"Position": {
|
||||
"X": -776.0281,
|
||||
"Y": -133.35559,
|
||||
"Z": -414.32825
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,109 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016089,
|
||||
"Position": {
|
||||
"X": -799.46594,
|
||||
"Y": -133.2695,
|
||||
"Z": -404.1352
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016088,
|
||||
"Position": {
|
||||
"X": -818.143,
|
||||
"Y": -129.93259,
|
||||
"Z": -414.02307
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1011952,
|
||||
"Position": {
|
||||
"X": -277.63788,
|
||||
"Y": -184.59735,
|
||||
"Z": 741.60376
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016385,
|
||||
"Position": {
|
||||
"X": -519.646,
|
||||
"Y": -152.47815,
|
||||
"Z": 280.38452
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1016377,
|
||||
"Position": {
|
||||
"X": 272.7854,
|
||||
"Y": -114.24131,
|
||||
"Z": 387.6859
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1016376,
|
||||
"Position": {
|
||||
"X": 702.90686,
|
||||
"Y": -126.03205,
|
||||
"Z": 392.04993
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016088,
|
||||
"Position": {
|
||||
"X": -818.143,
|
||||
"Y": -129.93259,
|
||||
"Z": -414.02307
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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": 1016089,
|
||||
"Position": {
|
||||
"X": -799.46594,
|
||||
"Y": -133.2695,
|
||||
"Z": -404.1352
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2006694,
|
||||
"Position": {
|
||||
"X": -28.030884,
|
||||
"Y": -136.98022,
|
||||
"Z": 454.94763
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2006699,
|
||||
"Position": {
|
||||
"X": -15.182739,
|
||||
"Y": -136.98022,
|
||||
"Z": 458.33508
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016237,
|
||||
"Position": {
|
||||
"X": -28.000305,
|
||||
"Y": -137.77374,
|
||||
"Z": 454.94763
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2001935
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1016089,
|
||||
"Position": {
|
||||
"X": -799.46594,
|
||||
"Y": -133.2695,
|
||||
"Z": -404.1352
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,108 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "AnimaMachinae",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"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": 1013437,
|
||||
"Position": {
|
||||
"X": -580.5906,
|
||||
"Y": 206.85785,
|
||||
"Z": -407.64478
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Combat",
|
||||
"Land": true,
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
4478
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
1,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1013437,
|
||||
"Position": {
|
||||
"X": -580.5906,
|
||||
"Y": 206.85785,
|
||||
"Z": -407.64478
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"Fly": true,
|
||||
"$": "Alberic"
|
||||
},
|
||||
{
|
||||
"DataId": 1006748,
|
||||
"Position": {
|
||||
"X": 217.88354,
|
||||
"Y": 222,
|
||||
"Z": 345.3269
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 1690
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,112 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "AnimaMachinae",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"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": 1013441,
|
||||
"Position": {
|
||||
"X": 468.58923,
|
||||
"Y": 166.28001,
|
||||
"Z": 256.73303
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Combat",
|
||||
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||
"Land": true,
|
||||
"Fly": true,
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
4504
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013441,
|
||||
"Position": {
|
||||
"X": 468.58923,
|
||||
"Y": 166.28001,
|
||||
"Z": 256.73303
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2006182,
|
||||
"Position": {
|
||||
"X": 197.40588,
|
||||
"Y": 184.00854,
|
||||
"Z": -102.80011
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Combat",
|
||||
"Land": true,
|
||||
"Fly": true,
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
4486
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013445,
|
||||
"Position": {
|
||||
"X": 202.19727,
|
||||
"Y": 183.6595,
|
||||
"Z": -96.11658
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,81 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "AnimaMachinae",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013445,
|
||||
"Position": {
|
||||
"X": 202.19727,
|
||||
"Y": 183.6595,
|
||||
"Z": -96.11658
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013448,
|
||||
"Position": {
|
||||
"X": 83.26843,
|
||||
"Y": 23.979126,
|
||||
"Z": 2.3345947
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Forgotten Knight"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"Fly": true,
|
||||
"$": "Alberic"
|
||||
},
|
||||
{
|
||||
"DataId": 1006748,
|
||||
"Position": {
|
||||
"X": 217.88354,
|
||||
"Y": 222,
|
||||
"Z": 345.3269
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 1690
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,146 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "AnimaMachinae",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"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": 1013450,
|
||||
"Position": {
|
||||
"X": 84.30603,
|
||||
"Y": 23.979128,
|
||||
"Z": -12.802368
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Forgotten Knight"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013456,
|
||||
"Position": {
|
||||
"X": 489.82983,
|
||||
"Y": 164.7244,
|
||||
"Z": 266.25464
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||
"Land": true,
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013457,
|
||||
"Position": {
|
||||
"X": 492.88147,
|
||||
"Y": 164.6694,
|
||||
"Z": 265.06445
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013464,
|
||||
"Position": {
|
||||
"X": 133.47058,
|
||||
"Y": 24.400866,
|
||||
"Z": -6.149414
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Forgotten Knight"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"Fly": true,
|
||||
"$": "Alberic"
|
||||
},
|
||||
{
|
||||
"DataId": 1006748,
|
||||
"Position": {
|
||||
"X": 217.88354,
|
||||
"Y": 222,
|
||||
"Z": 345.3269
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 1690
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,165 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "AnimaMachinae",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"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": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -48.009445,
|
||||
"Y": 98.00955,
|
||||
"Z": 106.47891
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||
"Fly": true,
|
||||
"Land": true
|
||||
},
|
||||
{
|
||||
"DataId": 1013467,
|
||||
"Position": {
|
||||
"X": -51.10254,
|
||||
"Y": 98.63026,
|
||||
"Z": 105.1499
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013466,
|
||||
"Position": {
|
||||
"X": -155.5047,
|
||||
"Y": 175.79733,
|
||||
"Z": 693.26306
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Combat",
|
||||
"Fly": true,
|
||||
"Land": true,
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
4482,
|
||||
5049
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
2,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1013466,
|
||||
"Position": {
|
||||
"X": -155.5047,
|
||||
"Y": 175.79733,
|
||||
"Z": 693.26306
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012163,
|
||||
"Position": {
|
||||
"X": 128.25195,
|
||||
"Y": 24.458832,
|
||||
"Z": -0.6867676
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Forgotten Knight"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1013470,
|
||||
"Position": {
|
||||
"X": 218.00562,
|
||||
"Y": 222,
|
||||
"Z": 346.45605
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_JOBDRG560_01693_Q1_000_000",
|
||||
"Answer": "TEXT_JOBDRG560_01693_A1_000_002"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,141 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "AnimaMachinae",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"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": 1013471,
|
||||
"Position": {
|
||||
"X": 503.53247,
|
||||
"Y": -51.363117,
|
||||
"Z": 79.941895
|
||||
},
|
||||
"TerritoryId": 398,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"Land": true,
|
||||
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013472,
|
||||
"Position": {
|
||||
"X": 396.35315,
|
||||
"Y": -50.87535,
|
||||
"Z": 73.04492
|
||||
},
|
||||
"TerritoryId": 398,
|
||||
"InteractionType": "Combat",
|
||||
"Fly": true,
|
||||
"Land": true,
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
4497
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013471,
|
||||
"Position": {
|
||||
"X": 503.53247,
|
||||
"Y": -51.363117,
|
||||
"Z": 79.941895
|
||||
},
|
||||
"TerritoryId": 398,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"Land": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013476,
|
||||
"Position": {
|
||||
"X": 571.5571,
|
||||
"Y": -36.290947,
|
||||
"Z": 359.3651
|
||||
},
|
||||
"TerritoryId": 398,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"Land": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"Fly": true,
|
||||
"$": "Alberic"
|
||||
},
|
||||
{
|
||||
"DataId": 1006748,
|
||||
"Position": {
|
||||
"X": 217.88354,
|
||||
"Y": 222,
|
||||
"Z": 345.3269
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 1690
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,123 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "AnimaMachinae",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 215.65454,
|
||||
"Y": 222.1,
|
||||
"Z": 345.1806
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Land": true,
|
||||
"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": 1013483,
|
||||
"Position": {
|
||||
"X": -272.26672,
|
||||
"Y": 124.213005,
|
||||
"Z": -23.361572
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"Land": true,
|
||||
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013485,
|
||||
"Position": {
|
||||
"X": -360.1892,
|
||||
"Y": 101.91492,
|
||||
"Z": -178.79004
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"Land": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013489,
|
||||
"Position": {
|
||||
"X": -429.099,
|
||||
"Y": 121.59912,
|
||||
"Z": -309.49878
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"Land": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013494,
|
||||
"Position": {
|
||||
"X": -505.30255,
|
||||
"Y": 120.61159,
|
||||
"Z": -311.39087
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"Fly": true,
|
||||
"Land": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1013494,
|
||||
"Position": {
|
||||
"X": -505.30255,
|
||||
"Y": 120.61159,
|
||||
"Z": -311.39087
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,159 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_JOBMCH300_01696_Q1_000_000",
|
||||
"Answer": "TEXT_JOBMCH300_01696_A1_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014731,
|
||||
"Position": {
|
||||
"X": -73.16705,
|
||||
"Y": 64.608665,
|
||||
"Z": -248.0965
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Outer La Noscea - Camp Overlook"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014733,
|
||||
"Position": {
|
||||
"X": -98.435974,
|
||||
"Y": 64.488625,
|
||||
"Z": -215.56421
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014735,
|
||||
"Position": {
|
||||
"X": -112.62689,
|
||||
"Y": 64.39167,
|
||||
"Z": -200.12213
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014734,
|
||||
"Position": {
|
||||
"X": -147.81415,
|
||||
"Y": 64.37568,
|
||||
"Z": -220.56921
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014731,
|
||||
"Position": {
|
||||
"X": -73.16705,
|
||||
"Y": 64.608665,
|
||||
"Z": -248.0965
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014736,
|
||||
"Position": {
|
||||
"X": -99.25995,
|
||||
"Y": 62.382347,
|
||||
"Z": -182.78784
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 1697
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,78 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "EquipItem",
|
||||
"ItemId": 10462,
|
||||
"AetheryteShortcut": "Outer La Noscea - Camp Overlook",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
},
|
||||
"StepIf": {
|
||||
"Item": {
|
||||
"NotInInventory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "EquipRecommended"
|
||||
},
|
||||
{
|
||||
"DataId": 1014739,
|
||||
"Position": {
|
||||
"X": -97.33734,
|
||||
"Y": 62.55459,
|
||||
"Z": -175.34143
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014742,
|
||||
"Position": {
|
||||
"X": -230.30444,
|
||||
"Y": 63.88775,
|
||||
"Z": -257.4655
|
||||
},
|
||||
"TerritoryId": 180,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 1698
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,165 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014745,
|
||||
"Position": {
|
||||
"X": -205.82898,
|
||||
"Y": 45.803963,
|
||||
"Z": 517.20447
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014748,
|
||||
"Position": {
|
||||
"X": -233.66144,
|
||||
"Y": 44.330624,
|
||||
"Z": 519.09656
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
4476
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -235.98387,
|
||||
"Y": 44.330624,
|
||||
"Z": 540.6855
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "WalkTo"
|
||||
},
|
||||
{
|
||||
"DataId": 1014749,
|
||||
"Position": {
|
||||
"X": -234.02765,
|
||||
"Y": 44.330624,
|
||||
"Z": 539.81836
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
4477
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014745,
|
||||
"Position": {
|
||||
"X": -205.82898,
|
||||
"Y": 45.803963,
|
||||
"Z": 517.20447
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
321
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014745,
|
||||
"Position": {
|
||||
"X": -205.82898,
|
||||
"Y": 45.803963,
|
||||
"Z": 517.20447
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014748,
|
||||
"Position": {
|
||||
"X": -233.66144,
|
||||
"Y": 44.330624,
|
||||
"Z": 519.09656
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 1699
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,47 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 1700
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,206 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014750,
|
||||
"Position": {
|
||||
"X": -98.802185,
|
||||
"Y": 16.0083,
|
||||
"Z": 26.626953
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014752,
|
||||
"Position": {
|
||||
"X": -155.59625,
|
||||
"Y": 16.979582,
|
||||
"Z": -38.376526
|
||||
},
|
||||
"StopDistance": 10,
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Slug Shot",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014753,
|
||||
"Position": {
|
||||
"X": 52.994507,
|
||||
"Y": 24.071722,
|
||||
"Z": -25.070618
|
||||
},
|
||||
"StopDistance": 10,
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Slug Shot",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Skysteel Manufactory",
|
||||
"[Ishgard] The Forgotten Knight"
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014754,
|
||||
"Position": {
|
||||
"X": 114.18323,
|
||||
"Y": -7.146736,
|
||||
"Z": 83.66516
|
||||
},
|
||||
"StopDistance": 10,
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Slug Shot",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Forgotten Knight",
|
||||
"[Ishgard] The Brume"
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Brume",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014760,
|
||||
"Position": {
|
||||
"X": 232.6543,
|
||||
"Y": 251.81952,
|
||||
"Z": 127.21448
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014762,
|
||||
"Position": {
|
||||
"X": 207.44641,
|
||||
"Y": 255.97514,
|
||||
"Z": 82.26135
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014762,
|
||||
"Position": {
|
||||
"X": 207.44641,
|
||||
"Y": 255.97514,
|
||||
"Z": 82.26135
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 1701
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,47 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 1702
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,137 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014769,
|
||||
"Position": {
|
||||
"X": -245.4414,
|
||||
"Y": -20.03492,
|
||||
"Z": -63.645386
|
||||
},
|
||||
"TerritoryId": 419,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Skysteel Manufactory",
|
||||
"[Ishgard] The Jeweled Crozier"
|
||||
],
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_JOBMCH451_01702_Q1_000_000",
|
||||
"Answer": "TEXT_JOBMCH451_01702_A1_000_002"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2006262,
|
||||
"Position": {
|
||||
"X": -246.357,
|
||||
"Y": -20.035156,
|
||||
"Z": -64.683044
|
||||
},
|
||||
"StopDistance": 4.5,
|
||||
"TerritoryId": 419,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014770,
|
||||
"Position": {
|
||||
"X": -16.281433,
|
||||
"Y": 16.009666,
|
||||
"Z": -6.668213
|
||||
},
|
||||
"TerritoryId": 419,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Jeweled Crozier",
|
||||
"[Ishgard] The Last Vigil"
|
||||
],
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_JOBMCH451_01702_Q2_000_000",
|
||||
"Answer": "TEXT_JOBMCH451_01702_A2_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014772,
|
||||
"Position": {
|
||||
"X": 427.0542,
|
||||
"Y": 15.170297,
|
||||
"Z": 706.72156
|
||||
},
|
||||
"TerritoryId": 137,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 1703
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,169 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014775,
|
||||
"Position": {
|
||||
"X": -155.6878,
|
||||
"Y": 16.979584,
|
||||
"Z": -38.4375
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014776,
|
||||
"Position": {
|
||||
"X": -138.7503,
|
||||
"Y": 23.240587,
|
||||
"Z": -83.878845
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014778,
|
||||
"Position": {
|
||||
"X": -160.35712,
|
||||
"Y": 26.378231,
|
||||
"Z": -88.9754
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Slug Shot",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014779,
|
||||
"Position": {
|
||||
"X": -94.31604,
|
||||
"Y": 19.008303,
|
||||
"Z": -16.494995
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Slug Shot",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014777,
|
||||
"Position": {
|
||||
"X": -133.83691,
|
||||
"Y": 18.94346,
|
||||
"Z": -12.100403
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Slug Shot",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014782,
|
||||
"Position": {
|
||||
"X": -151.59845,
|
||||
"Y": 16.979586,
|
||||
"Z": -22.720703
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"NextQuestId": 1704
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,100 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014784,
|
||||
"Position": {
|
||||
"X": 224.29236,
|
||||
"Y": 302,
|
||||
"Z": -276.84448
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014784,
|
||||
"Position": {
|
||||
"X": 224.29236,
|
||||
"Y": 302,
|
||||
"Z": -276.84448
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "SinglePlayerDuty"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014788,
|
||||
"Position": {
|
||||
"X": 222.06445,
|
||||
"Y": 302,
|
||||
"Z": -189.01355
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 1705
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,85 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014793,
|
||||
"Position": {
|
||||
"X": -139.48273,
|
||||
"Y": 19.236662,
|
||||
"Z": -11.978394
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014795,
|
||||
"Position": {
|
||||
"X": -18.265076,
|
||||
"Y": 16.009666,
|
||||
"Z": -7.5532227
|
||||
},
|
||||
"TerritoryId": 419,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Skysteel Manufactory",
|
||||
"[Ishgard] The Last Vigil"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014796,
|
||||
"Position": {
|
||||
"X": -152.88019,
|
||||
"Y": 16.999998,
|
||||
"Z": -52.903076
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Last Vigil",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
],
|
||||
"NextQuestId": 1706
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,328 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -461.6901,
|
||||
"Y": -4.0053887,
|
||||
"Z": -292.6277
|
||||
},
|
||||
"StopDistance": 0.5,
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
201
|
||||
],
|
||||
"AetheryteShortcut": "Mor Dhona",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
},
|
||||
"StepIf": {
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 2006271,
|
||||
"Position": {
|
||||
"X": -462.7909,
|
||||
"Y": -2.7619019,
|
||||
"Z": -289.4179
|
||||
},
|
||||
"StopDistance": 4.5,
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -567.30835,
|
||||
"Y": -3.9906769,
|
||||
"Z": -334.9877
|
||||
},
|
||||
"StopDistance": 0.5,
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
5039,
|
||||
5040,
|
||||
5041
|
||||
],
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 2006270,
|
||||
"Position": {
|
||||
"X": -570.4891,
|
||||
"Y": -2.8840332,
|
||||
"Z": -334.76776
|
||||
},
|
||||
"StopDistance": 4.5,
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -660.1279,
|
||||
"Y": -2.9330442,
|
||||
"Z": -366.86145
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
4472,
|
||||
4473
|
||||
],
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 2006269,
|
||||
"Position": {
|
||||
"X": -661.3413,
|
||||
"Y": -1.6937866,
|
||||
"Z": -367.8188
|
||||
},
|
||||
"TerritoryId": 156,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014801,
|
||||
"Position": {
|
||||
"X": 16.220276,
|
||||
"Y": -12.02089,
|
||||
"Z": 49.454468
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Skysteel Manufactory",
|
||||
"[Ishgard] The Brume"
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014800,
|
||||
"Position": {
|
||||
"X": 58.182617,
|
||||
"Y": -12.020877,
|
||||
"Z": 79.81995
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014799,
|
||||
"Position": {
|
||||
"X": 114.88513,
|
||||
"Y": -19.787056,
|
||||
"Z": 62.57715
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Brume",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2006272,
|
||||
"Position": {
|
||||
"X": 483.97034,
|
||||
"Y": 212.51233,
|
||||
"Z": 726.8329
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 1707,
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_JOBMCH520_01706_Q1_000_000",
|
||||
"Answer": "TEXT_JOBMCH520_01706_A1_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,138 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014805,
|
||||
"Position": {
|
||||
"X": 482.96326,
|
||||
"Y": 212.5841,
|
||||
"Z": 724.7882
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014809,
|
||||
"Position": {
|
||||
"X": 114.335815,
|
||||
"Y": -19.787056,
|
||||
"Z": 61.81433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Brume"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014810,
|
||||
"Position": {
|
||||
"X": 117.17395,
|
||||
"Y": -22.017334,
|
||||
"Z": 32.791626
|
||||
},
|
||||
"StopDistance": 10,
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Slug Shot"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014811,
|
||||
"Position": {
|
||||
"X": 319.69165,
|
||||
"Y": 161.10796,
|
||||
"Z": 147.44788
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014816,
|
||||
"Position": {
|
||||
"X": 397.05493,
|
||||
"Y": 161.18224,
|
||||
"Z": -98.10034
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 1708
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,159 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014822,
|
||||
"Position": {
|
||||
"X": 95.20105,
|
||||
"Y": 15.000009,
|
||||
"Z": 25.345215
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Skysteel Manufactory",
|
||||
"[Ishgard] The Forgotten Knight"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Forgotten Knight",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014823,
|
||||
"Position": {
|
||||
"X": 490.37915,
|
||||
"Y": -51.13661,
|
||||
"Z": 29.587158
|
||||
},
|
||||
"TerritoryId": 398,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014825,
|
||||
"Position": {
|
||||
"X": 576.4706,
|
||||
"Y": -37.673805,
|
||||
"Z": -134.78296
|
||||
},
|
||||
"TerritoryId": 398,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
5042,
|
||||
5045
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014829,
|
||||
"Position": {
|
||||
"X": 578.5762,
|
||||
"Y": -37.88608,
|
||||
"Z": -132.55518
|
||||
},
|
||||
"StopDistance": 7,
|
||||
"TerritoryId": 398,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 1710
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,161 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 306.3128,
|
||||
"Y": 70.876,
|
||||
"Z": -411.73788
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
4484
|
||||
],
|
||||
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 2006274,
|
||||
"Position": {
|
||||
"X": 305.0736,
|
||||
"Y": 71.06128,
|
||||
"Z": -413.44324
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 382.58212,
|
||||
"Y": 71.00385,
|
||||
"Z": -313.4424
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
4617
|
||||
],
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 2006275,
|
||||
"Position": {
|
||||
"X": 384.02368,
|
||||
"Y": 71.39697,
|
||||
"Z": -311.90973
|
||||
},
|
||||
"TerritoryId": 401,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 1711
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,86 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014830,
|
||||
"Position": {
|
||||
"X": 74.81494,
|
||||
"Y": 10.089107,
|
||||
"Z": -111.680786
|
||||
},
|
||||
"TerritoryId": 419,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Skysteel Manufactory",
|
||||
"[Ishgard] The Tribunal"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014830,
|
||||
"Position": {
|
||||
"X": 74.81494,
|
||||
"Y": 10.089107,
|
||||
"Z": -111.680786
|
||||
},
|
||||
"TerritoryId": 419,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Slug Shot"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Tribunal",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
],
|
||||
"NextQuestId": 1712
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,184 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1014835,
|
||||
"Position": {
|
||||
"X": -86.4729,
|
||||
"Y": 15.23318,
|
||||
"Z": -63.98114
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014837,
|
||||
"Position": {
|
||||
"X": -135.51538,
|
||||
"Y": 5.467082,
|
||||
"Z": 39.93274
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
16
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014836,
|
||||
"Position": {
|
||||
"X": -20.004639,
|
||||
"Y": 1.5791271,
|
||||
"Z": 90.37915
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Skysteel Manufactory",
|
||||
"[Ishgard] Aetheryte Plaza"
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1014834,
|
||||
"Position": {
|
||||
"X": 56.839844,
|
||||
"Y": 24.071722,
|
||||
"Z": -30.075562
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Forgotten Knight"
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Forgotten Knight",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 874.0602,
|
||||
"Y": -3.0127013,
|
||||
"Z": 353.70963
|
||||
},
|
||||
"TerritoryId": 398,
|
||||
"InteractionType": "WalkTo",
|
||||
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1014841,
|
||||
"Position": {
|
||||
"X": -631.281,
|
||||
"Y": 96.94948,
|
||||
"Z": -461.63123
|
||||
},
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"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"
|
||||
],
|
||||
"NextQuestId": 2109
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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
|
||||
}
|
||||
},
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_JOBMCH299_02109_Q1_000_000",
|
||||
"Yes": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024218,
|
||||
"Position": {
|
||||
"X": 387.56384,
|
||||
"Y": -119.795334,
|
||||
"Z": -257.64862
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 317.60294,
|
||||
"Y": -83.18693,
|
||||
"Z": -227.16872
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"RestartNavigationIfCancelled": false,
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009233,
|
||||
"Position": {
|
||||
"X": 81.19324,
|
||||
"Y": -197.77222,
|
||||
"Z": -266.8651
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Inhale",
|
||||
"RequiredQuestVariables": [null, null, null, [112, 144], null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009234,
|
||||
"Position": {
|
||||
"X": 195.05603,
|
||||
"Y": -183.30664,
|
||||
"Z": -346.6087
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Inhale",
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
[32, 96, 144],
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2009235,
|
||||
"Position": {
|
||||
"X": 50.980347,
|
||||
"Y": -139.42175,
|
||||
"Z": -280.96442
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Inhale",
|
||||
"RequiredQuestVariables": [null, null, null, [80, 96], null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009236,
|
||||
"Position": {
|
||||
"X": 192.0653,
|
||||
"Y": -172.80847,
|
||||
"Z": -247.63867
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Inhale",
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
[32, 80, 96, 112],
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2009237,
|
||||
"Position": {
|
||||
"X": 173.99854,
|
||||
"Y": -161.85254,
|
||||
"Z": -190.29535
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Action",
|
||||
"Action": "Inhale",
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
[32, 80, 112, 144],
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 392.59683,
|
||||
"Y": -119.589325,
|
||||
"Z": -234.30063
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu",
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,105 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024300,
|
||||
"Position": {
|
||||
"X": 139.60474,
|
||||
"Y": -0.17411774,
|
||||
"Z": -578.1796
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ruby Sea - Onokoro",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024305,
|
||||
"Position": {
|
||||
"X": 30.71643,
|
||||
"Y": 1.1855971,
|
||||
"Z": -529.778
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [33, 34], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024303,
|
||||
"Position": {
|
||||
"X": 43.503418,
|
||||
"Y": 3.6636734,
|
||||
"Z": -619.379
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [17, 35], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024301,
|
||||
"Position": {
|
||||
"X": -11.886841,
|
||||
"Y": 3.194641,
|
||||
"Z": -622.88855
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [18, 19], null, null, null],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 392.59683,
|
||||
"Y": -119.589325,
|
||||
"Z": -234.30063
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,112 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "None",
|
||||
"AetheryteShortcut": "Ruby Sea - Onokoro"
|
||||
},
|
||||
{
|
||||
"DataId": 2009104,
|
||||
"Position": {
|
||||
"X": 399.89307,
|
||||
"Y": -0.10687256,
|
||||
"Z": -347.21906
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "UseItem",
|
||||
"RequiredQuestVariables": [null, null, [16], null, null, null],
|
||||
"ItemId": 2002405,
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009103,
|
||||
"Position": {
|
||||
"X": 187.24341,
|
||||
"Y": -0.10687256,
|
||||
"Z": -477.71423
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "UseItem",
|
||||
"RequiredQuestVariables": [null, null, [32], null, null, null],
|
||||
"ItemId": 2002405,
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009102,
|
||||
"Position": {
|
||||
"X": 379.07983,
|
||||
"Y": -0.07635498,
|
||||
"Z": -494.31604
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "UseItem",
|
||||
"RequiredQuestVariables": [null, null, [48], null, null, null],
|
||||
"ItemId": 2002405,
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024218,
|
||||
"Position": {
|
||||
"X": 387.56384,
|
||||
"Y": -119.795334,
|
||||
"Z": -257.64862
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 392.59683,
|
||||
"Y": -119.589325,
|
||||
"Z": -234.30063
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,175 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "None",
|
||||
"AetheryteShortcut": "Kugane",
|
||||
"AethernetShortcut": [
|
||||
"[Kugane] Aetheryte Plaza",
|
||||
"[Kugane] The Ruby Price"
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2009161,
|
||||
"Position": {
|
||||
"X": 52.262085,
|
||||
"Y": 18.844849,
|
||||
"Z": 576.43994
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [8238],
|
||||
"RequiredQuestVariables": [null, null, [16], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 52.262085,
|
||||
"Y": 18.844849,
|
||||
"Z": 576.43994
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"KillEnemyDataIds": [8239],
|
||||
"RequiredQuestVariables": [null, null, [16], null, null, null]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 52.262085,
|
||||
"Y": 18.844849,
|
||||
"Z": 576.43994
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"KillEnemyDataIds": [8240],
|
||||
"RequiredQuestVariables": [null, null, [16], null, null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009162,
|
||||
"Position": {
|
||||
"X": 29.587158,
|
||||
"Y": 51.407593,
|
||||
"Z": 771.35876
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [8238],
|
||||
"RequiredQuestVariables": [null, null, [32], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 29.587158,
|
||||
"Y": 51.407593,
|
||||
"Z": 771.35876
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"KillEnemyDataIds": [8239],
|
||||
"RequiredQuestVariables": [null, null, [32], null, null, null]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 29.587158,
|
||||
"Y": 51.407593,
|
||||
"Z": 771.35876
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"KillEnemyDataIds": [8240],
|
||||
"RequiredQuestVariables": [null, null, [32], null, null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009163,
|
||||
"Position": {
|
||||
"X": 337.84998,
|
||||
"Y": 5.8136597,
|
||||
"Z": 685.26733
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [8238],
|
||||
"RequiredQuestVariables": [null, null, [48], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 337.84998,
|
||||
"Y": 5.8136597,
|
||||
"Z": 685.26733
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"KillEnemyDataIds": [8239],
|
||||
"RequiredQuestVariables": [null, null, [48], null, null, null]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 337.84998,
|
||||
"Y": 5.8136597,
|
||||
"Z": 685.26733
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "OverworldEnemies",
|
||||
"KillEnemyDataIds": [8240],
|
||||
"RequiredQuestVariables": [null, null, [48], null, null, null]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 392.59683,
|
||||
"Y": -119.589325,
|
||||
"Z": -234.30063
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,74 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 314.92435,
|
||||
"Y": -78.61959,
|
||||
"Z": -226.5322
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"RestartNavigationIfCancelled": false,
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024307,
|
||||
"Position": {
|
||||
"X": 29.617676,
|
||||
"Y": -86.167725,
|
||||
"Z": -26.962769
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 392.59683,
|
||||
"Y": -119.589325,
|
||||
"Z": -234.30063
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,135 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "None",
|
||||
"AetheryteShortcut": "Ruby Sea - Onokoro"
|
||||
},
|
||||
{
|
||||
"DataId": 2009114,
|
||||
"Position": {
|
||||
"X": 558.5259,
|
||||
"Y": -0.015319824,
|
||||
"Z": -516.92993
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [1, 2], null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009116,
|
||||
"Position": {
|
||||
"X": 558.5259,
|
||||
"Y": -0.015319824,
|
||||
"Z": -516.92993
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [8241],
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [3, 4, 5], null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009113,
|
||||
"Position": {
|
||||
"X": 633.1731,
|
||||
"Y": -0.015319824,
|
||||
"Z": -497.79507
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [18, 20], null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009111,
|
||||
"Position": {
|
||||
"X": 633.1731,
|
||||
"Y": -0.015319824,
|
||||
"Z": -497.79507
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [8241],
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [17, 19, 21], null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009110,
|
||||
"Position": {
|
||||
"X": 694.08704,
|
||||
"Y": -0.015319824,
|
||||
"Z": -611.017
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [33, 36, 37], null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009117,
|
||||
"Position": {
|
||||
"X": 694.08704,
|
||||
"Y": -0.015319824,
|
||||
"Z": -611.017
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [8241],
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [34, 35], null]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 392.59683,
|
||||
"Y": -119.589325,
|
||||
"Z": -234.30063
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "None",
|
||||
"AetheryteShortcut": "Ruby Sea - Onokoro"
|
||||
},
|
||||
{
|
||||
"DataId": 1024310,
|
||||
"Position": {
|
||||
"X": -795.0103,
|
||||
"Y": 21.373795,
|
||||
"Z": -466.20892
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [17], null]
|
||||
},
|
||||
{
|
||||
"DataId": 1024311,
|
||||
"Position": {
|
||||
"X": -750.39294,
|
||||
"Y": 1.6679686,
|
||||
"Z": -479.33167
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [18, 33, 34], null]
|
||||
},
|
||||
{
|
||||
"DataId": 1024312,
|
||||
"Position": {
|
||||
"X": -792.08057,
|
||||
"Y": 8.039127,
|
||||
"Z": -444.419
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [17, 18], null]
|
||||
},
|
||||
{
|
||||
"DataId": 1024313,
|
||||
"Position": {
|
||||
"X": -764.12604,
|
||||
"Y": 4.763445,
|
||||
"Z": -441.51984
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [33, 34], null]
|
||||
},
|
||||
{
|
||||
"DataId": 1024314,
|
||||
"Position": {
|
||||
"X": -784.48157,
|
||||
"Y": 7.7091823,
|
||||
"Z": -456.9925
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [17, 33], null]
|
||||
},
|
||||
{
|
||||
"DataId": 1024315,
|
||||
"Position": {
|
||||
"X": -797.4823,
|
||||
"Y": 8.045045,
|
||||
"Z": -417.56317
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, null, null, null, [18, 34], null]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 392.59683,
|
||||
"Y": -119.589325,
|
||||
"Z": -234.30063
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,99 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 318.03552,
|
||||
"Y": -82.86303,
|
||||
"Z": -227.4517
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"RestartNavigationIfCancelled": false
|
||||
},
|
||||
{
|
||||
"DataId": 2009119,
|
||||
"Position": {
|
||||
"X": -229.26678,
|
||||
"Y": -308.73578,
|
||||
"Z": 449.485
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, [3], null, null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009121,
|
||||
"Position": {
|
||||
"X": -279.62158,
|
||||
"Y": -366.81165,
|
||||
"Z": 408.68237
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, [19], null, null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009123,
|
||||
"Position": {
|
||||
"X": -249.59192,
|
||||
"Y": -325.948,
|
||||
"Z": 472.70923
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, [35], null, null, null, null],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 391.50903,
|
||||
"Y": -119.58932,
|
||||
"Z": -236.18898
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,122 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024316,
|
||||
"Position": {
|
||||
"X": 714.9614,
|
||||
"Y": -0.3,
|
||||
"Z": 140.3982
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2009124,
|
||||
"Position": {
|
||||
"X": 753.56665,
|
||||
"Y": 0.41192627,
|
||||
"Z": 121.72119
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2002414,
|
||||
"RequiredQuestVariables": [null, null, null, [17], null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009127,
|
||||
"Position": {
|
||||
"X": 745.44885,
|
||||
"Y": 0.16778564,
|
||||
"Z": 95.78088
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2002414,
|
||||
"RequiredQuestVariables": [null, null, null, [17], null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009128,
|
||||
"Position": {
|
||||
"X": 777.1571,
|
||||
"Y": 1.2054443,
|
||||
"Z": 110.36853
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2002414,
|
||||
"RequiredQuestVariables": [null, null, null, [17], null, null],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024316,
|
||||
"Position": {
|
||||
"X": 714.9614,
|
||||
"Y": -0.3,
|
||||
"Z": 140.3982
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 391.50903,
|
||||
"Y": -119.58932,
|
||||
"Z": -236.18898
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,113 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2009130,
|
||||
"Position": {
|
||||
"X": 14.572327,
|
||||
"Y": -0.07635498,
|
||||
"Z": -352.86487
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Onokoro",
|
||||
"RequiredQuestVariables": [null, [6, 7], null, null, null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009131,
|
||||
"Position": {
|
||||
"X": 90.13501,
|
||||
"Y": -0.045776367,
|
||||
"Z": 177.50818
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, [22], null, null, null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009132,
|
||||
"Position": {
|
||||
"X": -48.69159,
|
||||
"Y": -0.045776367,
|
||||
"Z": -312.1844
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, [23], null, null, null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009133,
|
||||
"Position": {
|
||||
"X": 23.941406,
|
||||
"Y": -0.19836426,
|
||||
"Z": 192.70618
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, [39], null, null, null, null]
|
||||
},
|
||||
{
|
||||
"DataId": 2009134,
|
||||
"Position": {
|
||||
"X": 284.99268,
|
||||
"Y": -0.19836426,
|
||||
"Z": -28.000305
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"RequiredQuestVariables": [null, [38], null, null, null, null]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 391.50903,
|
||||
"Y": -119.58932,
|
||||
"Z": -236.18898
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "None",
|
||||
"AetheryteShortcut": "Ruby Sea - Onokoro"
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -848.8846,
|
||||
"Y": 36.0507,
|
||||
"Z": 300.73306
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2002422,
|
||||
"GroundTarget": true,
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -842.2923,
|
||||
"Y": 36.053864,
|
||||
"Z": 319.94763
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2002422,
|
||||
"GroundTarget": true,
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -873.57074,
|
||||
"Y": 36.01944,
|
||||
"Z": 318.8049
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2002422,
|
||||
"GroundTarget": true,
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 391.50903,
|
||||
"Y": -119.58932,
|
||||
"Z": -236.18898
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,171 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 317.37,
|
||||
"Y": -83.39401,
|
||||
"Z": -227.2903
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"RestartNavigationIfCancelled": false
|
||||
},
|
||||
{
|
||||
"DataId": 2009216,
|
||||
"Position": {
|
||||
"X": -154.40613,
|
||||
"Y": -179.3393,
|
||||
"Z": 187.97583
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [2], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009217,
|
||||
"Position": {
|
||||
"X": -245.80762,
|
||||
"Y": -194.50684,
|
||||
"Z": 219.98926
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [2], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009218,
|
||||
"Position": {
|
||||
"X": -162.8291,
|
||||
"Y": -192.52313,
|
||||
"Z": 255.6344
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [3], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009146,
|
||||
"Position": {
|
||||
"X": -154.40613,
|
||||
"Y": -179.3393,
|
||||
"Z": 187.97583
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [1], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009147,
|
||||
"Position": {
|
||||
"X": -154.40613,
|
||||
"Y": -179.3393,
|
||||
"Z": 187.97583
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [3], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009148,
|
||||
"Position": {
|
||||
"X": -245.80762,
|
||||
"Y": -194.50684,
|
||||
"Z": 219.98926
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [3], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009149,
|
||||
"Position": {
|
||||
"X": -245.80762,
|
||||
"Y": -194.50684,
|
||||
"Z": 219.98926
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [1], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009150,
|
||||
"Position": {
|
||||
"X": -162.8291,
|
||||
"Y": -192.52313,
|
||||
"Z": 255.6344
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [2], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2009151,
|
||||
"Position": {
|
||||
"X": -162.8291,
|
||||
"Y": -192.52313,
|
||||
"Z": 255.6344
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [1], null, null, null],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 392.55026,
|
||||
"Y": -119.58932,
|
||||
"Z": -234.19606
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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": [
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "None",
|
||||
"AetheryteShortcut": "Ruby Sea - Onokoro"
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -727.74854,
|
||||
"Y": 4.2885633,
|
||||
"Z": 188.58618
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [8245, 8246],
|
||||
"RequiredQuestVariables": [null, null, [16], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024320,
|
||||
"Position": {
|
||||
"X": -727.74854,
|
||||
"Y": 4.2885633,
|
||||
"Z": 188.58618
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [16], null, null, null]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -869.9321,
|
||||
"Y": 36.052956,
|
||||
"Z": 280.29297
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [8247, 8248, 8249],
|
||||
"RequiredQuestVariables": [null, null, [32], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024322,
|
||||
"Position": {
|
||||
"X": -869.9321,
|
||||
"Y": 36.052956,
|
||||
"Z": 280.29297
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [32], null, null, null]
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -607.43207,
|
||||
"Y": 7.033699,
|
||||
"Z": 184.71848
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [8244, 8246],
|
||||
"RequiredQuestVariables": [null, null, [48], null, null, null],
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024318,
|
||||
"Position": {
|
||||
"X": -607.7821,
|
||||
"Y": 7.029549,
|
||||
"Z": 184.83252
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [null, null, [48], null, null, null]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 392.55026,
|
||||
"Y": -119.58932,
|
||||
"Z": -234.19606
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
},
|
||||
{
|
||||
"DataId": 1024217,
|
||||
"Position": {
|
||||
"X": 394.39978,
|
||||
"Y": -119.58932,
|
||||
"Z": -232.28815
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,179 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024215,
|
||||
"Position": {
|
||||
"X": 400.07617,
|
||||
"Y": -119.589325,
|
||||
"Z": -247.54712
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024248,
|
||||
"Position": {
|
||||
"X": 539.48267,
|
||||
"Y": -19.505934,
|
||||
"Z": 416.09827
|
||||
},
|
||||
"TerritoryId": 622,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Azim Steppe - Reunion",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024250,
|
||||
"Position": {
|
||||
"X": 561.21155,
|
||||
"Y": -19.505632,
|
||||
"Z": 365.28564
|
||||
},
|
||||
"TerritoryId": 622,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024251,
|
||||
"Position": {
|
||||
"X": 553.6124,
|
||||
"Y": -19.505638,
|
||||
"Z": 314.7478
|
||||
},
|
||||
"TerritoryId": 622,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1024252,
|
||||
"Position": {
|
||||
"X": 571.2213,
|
||||
"Y": -19.505638,
|
||||
"Z": 296.46753
|
||||
},
|
||||
"TerritoryId": 622,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024248,
|
||||
"Position": {
|
||||
"X": 539.48267,
|
||||
"Y": -19.505934,
|
||||
"Z": 416.09827
|
||||
},
|
||||
"TerritoryId": 622,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_BANKJN003_02975_Q1_000_000",
|
||||
"Answer": "TEXT_BANKJN003_02975_A1_000_001"
|
||||
}
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024253,
|
||||
"Position": {
|
||||
"X": 355.30627,
|
||||
"Y": -13.019889,
|
||||
"Z": 471.1222
|
||||
},
|
||||
"TerritoryId": 622,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_BANKJN003_02975_Q2_000_000",
|
||||
"Answer": "TEXT_BANKJN003_02975_A2_000_001"
|
||||
}
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 474.09186,
|
||||
"Y": -25.232485,
|
||||
"Z": 550.5908
|
||||
},
|
||||
"TerritoryId": 622,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [8251, 8252, 8253],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 6,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024256,
|
||||
"Position": {
|
||||
"X": 355.79456,
|
||||
"Y": -12.957703,
|
||||
"Z": 470.29822
|
||||
},
|
||||
"TerritoryId": 622,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024215,
|
||||
"Position": {
|
||||
"X": 400.07617,
|
||||
"Y": -119.589325,
|
||||
"Z": -247.54712
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_BANKJN003_02975_Q3_000_000",
|
||||
"Answer": "TEXT_BANKJN003_02975_A3_000_002"
|
||||
}
|
||||
],
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,105 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "plogon_enjoyer",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024215,
|
||||
"Position": {
|
||||
"X": 400.07617,
|
||||
"Y": -119.589325,
|
||||
"Z": -247.54712
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024260,
|
||||
"Position": {
|
||||
"X": -131.9143,
|
||||
"Y": -4.999999,
|
||||
"Z": 181.75012
|
||||
},
|
||||
"TerritoryId": 628,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Kugane",
|
||||
"AethernetShortcut": ["[Kugane] Aetheryte Plaza", "[Kugane] Pier #1"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 246.58658,
|
||||
"Y": 6.193447,
|
||||
"Z": 651.3461
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [8244, 8246],
|
||||
"Fly": true,
|
||||
"AethernetShortcut": ["[Kugane] Pier #1", "[Kugane] The Ruby Price"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024264,
|
||||
"Position": {
|
||||
"X": 246.90613,
|
||||
"Y": 6.054259,
|
||||
"Z": 649.2561
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024267,
|
||||
"Position": {
|
||||
"X": -130.57153,
|
||||
"Y": -4.999999,
|
||||
"Z": 183.36768
|
||||
},
|
||||
"TerritoryId": 628,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Kugane",
|
||||
"AethernetShortcut": ["[Kugane] Aetheryte Plaza", "[Kugane] Pier #1"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1024215,
|
||||
"Position": {
|
||||
"X": 400.07617,
|
||||
"Y": -119.589325,
|
||||
"Z": -247.54712
|
||||
},
|
||||
"TerritoryId": 613,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true,
|
||||
"AetheryteShortcut": "Ruby Sea - Tamamizu"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,141 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"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": 1022146,
|
||||
"Position": {
|
||||
"X": 56.321045,
|
||||
"Y": 207.33994,
|
||||
"Z": -31.937195
|
||||
},
|
||||
"TerritoryId": 478,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Idyllshire"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1017656,
|
||||
"Position": {
|
||||
"X": 70.7561,
|
||||
"Y": 207.28993,
|
||||
"Z": 0.59503174
|
||||
},
|
||||
"TerritoryId": 478,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1013721,
|
||||
"Position": {
|
||||
"X": 17.380005,
|
||||
"Y": 205.38686,
|
||||
"Z": 37.491333
|
||||
},
|
||||
"TerritoryId": 478,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1012133,
|
||||
"Position": {
|
||||
"X": -26.840637,
|
||||
"Y": 206.49944,
|
||||
"Z": 28.67163
|
||||
},
|
||||
"TerritoryId": 478,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022148,
|
||||
"Position": {
|
||||
"X": -78.965515,
|
||||
"Y": 206.50021,
|
||||
"Z": 23.575134
|
||||
},
|
||||
"TerritoryId": 478,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Brume"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,145 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "liza",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Brume"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AethernetShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022151,
|
||||
"Position": {
|
||||
"X": 115.098755,
|
||||
"Y": 24.398598,
|
||||
"Z": 2.822876
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Brume",
|
||||
"[Ishgard] The Forgotten Knight"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022152,
|
||||
"Position": {
|
||||
"X": 3.9215698,
|
||||
"Y": 27.790508,
|
||||
"Z": -150.83551
|
||||
},
|
||||
"TerritoryId": 419,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Forgotten Knight",
|
||||
"[Ishgard] Saint Reymanaud's Cathedral"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Saint Reymanaud's Cathedral",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 660.36426,
|
||||
"Y": 202.54167,
|
||||
"Z": -180.60214
|
||||
},
|
||||
"StopDistance": 1,
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
7486
|
||||
],
|
||||
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022153,
|
||||
"Position": {
|
||||
"X": 662.95874,
|
||||
"Y": 202.59106,
|
||||
"Z": -177.14203
|
||||
},
|
||||
"StopDistance": 7,
|
||||
"TerritoryId": 397,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Brume"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,127 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "UcanPatates",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Brume"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022157,
|
||||
"Position": {
|
||||
"X": -323.9643,
|
||||
"Y": 239.9684,
|
||||
"Z": 372.91516
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022163,
|
||||
"Position": {
|
||||
"X": -395.95636,
|
||||
"Y": 240.14958,
|
||||
"Z": 340.59656
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022167,
|
||||
"Position": {
|
||||
"X": -385.36664,
|
||||
"Y": 232.23338,
|
||||
"Z": 314.65625
|
||||
},
|
||||
"StopDistance": 5,
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Brume"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,184 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "UcanPatates",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Brume"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022169,
|
||||
"Position": {
|
||||
"X": -58.854065,
|
||||
"Y": 20.000334,
|
||||
"Z": 42.83203
|
||||
},
|
||||
"TerritoryId": 129,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022170,
|
||||
"Position": {
|
||||
"X": -172.6253,
|
||||
"Y": 41.10136,
|
||||
"Z": 175.89062
|
||||
},
|
||||
"TerritoryId": 128,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Limsa Lominsa",
|
||||
"AethernetShortcut": [
|
||||
"[Limsa Lominsa] Aetheryte Plaza",
|
||||
"[Limsa Lominsa] The Aftcastle"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true,
|
||||
"InTerritory": [
|
||||
128
|
||||
]
|
||||
},
|
||||
"AethernetShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
},
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_JOBMCH680_02908_Q1_000_000",
|
||||
"Answer": "TEXT_JOBMCH680_02908_A1_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022173,
|
||||
"Position": {
|
||||
"X": 356.5575,
|
||||
"Y": 351.0862,
|
||||
"Z": -545.2201
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||
"Fly": true,
|
||||
"ComplexCombatData": [
|
||||
{
|
||||
"DataId": 7487,
|
||||
"MinimumKillCount": 2
|
||||
}
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022173,
|
||||
"Position": {
|
||||
"X": 356.5575,
|
||||
"Y": 351.0862,
|
||||
"Z": -545.2201
|
||||
},
|
||||
"TerritoryId": 155,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1022151,
|
||||
"Position": {
|
||||
"X": 115.098755,
|
||||
"Y": 24.398598,
|
||||
"Z": 2.822876
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Forgotten Knight"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] The Forgotten Knight",
|
||||
"[Ishgard] The Brume"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,102 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "UcanPatates",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] The Brume"
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1014577,
|
||||
"Position": {
|
||||
"X": -154.31458,
|
||||
"Y": 16.999992,
|
||||
"Z": -53.3609
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
},
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Aetheryte Plaza",
|
||||
"[Ishgard] Skysteel Manufactory"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "SinglePlayerDuty",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
},
|
||||
"AethernetShortcut": [
|
||||
"[Ishgard] Skysteel Manufactory",
|
||||
"[Ishgard] Aetheryte Plaza"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1012251,
|
||||
"Position": {
|
||||
"X": 12.313965,
|
||||
"Y": -12.020877,
|
||||
"Z": 40.268433
|
||||
},
|
||||
"TerritoryId": 418,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Ishgard",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"InSameTerritory": true
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -130,6 +130,16 @@
|
||||
"TerritoryId": 928,
|
||||
"InteractionType": "Interact",
|
||||
"DisableNavmesh": true,
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
[
|
||||
1
|
||||
],
|
||||
null,
|
||||
null
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
@ -237,12 +247,7 @@
|
||||
null,
|
||||
64
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -305.8408,
|
||||
@ -251,7 +256,16 @@
|
||||
},
|
||||
"TerritoryId": 928,
|
||||
"InteractionType": "WalkTo",
|
||||
"RestartNavigationIfCancelled": false
|
||||
"RestartNavigationIfCancelled": false,
|
||||
"DelaySecondsAtStart": 2,
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
[2],
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 928,
|
||||
@ -259,27 +273,74 @@
|
||||
"DelaySecondsAtStart": 2
|
||||
},
|
||||
{
|
||||
"DataId": 2011237,
|
||||
"Position": {
|
||||
"X": -366.47595,
|
||||
"Y": -241.35199,
|
||||
"Z": -339.07074
|
||||
"X": -366.50647,
|
||||
"Y": -241.32147,
|
||||
"Z": -311.57397
|
||||
},
|
||||
"StopDistance": 0.5,
|
||||
"TerritoryId": 928,
|
||||
"InteractionType": "Interact",
|
||||
"TargetTerritoryId": 928
|
||||
"InteractionType": "Jump",
|
||||
"JumpDestination": {
|
||||
"DataId": 2011269,
|
||||
"Position": {
|
||||
"X": -366.558,
|
||||
"Y": -249.74661,
|
||||
"Z": -301.74612
|
||||
}
|
||||
},
|
||||
"DelaySecondsAtStart": 2,
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
[2],
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2011155,
|
||||
"DataId": 2011269,
|
||||
"Position": {
|
||||
"X": -383.81018,
|
||||
"Y": 102.89148,
|
||||
"Z": 389.12024
|
||||
"X": -366.50647,
|
||||
"Y": -248.43219,
|
||||
"Z": -285.6947
|
||||
},
|
||||
"TerritoryId": 928,
|
||||
"InteractionType": "Interact",
|
||||
"TargetTerritoryId": 814
|
||||
"TargetTerritoryId": 928,
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
[2],
|
||||
null,
|
||||
null
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 2011459,
|
||||
"Position": {
|
||||
"X": 205.8899,
|
||||
"Y": -500.0229,
|
||||
"Z": -167.86456
|
||||
},
|
||||
"TerritoryId": 928,
|
||||
"InteractionType": "Interact",
|
||||
"RequiredQuestVariables": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
[2],
|
||||
null,
|
||||
null
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1036043,
|
||||
"Position": {
|
||||
@ -289,6 +350,7 @@
|
||||
},
|
||||
"TerritoryId": 814,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Kholusia - Stilltide",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
|
@ -23,14 +23,24 @@
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Miner"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Miner",
|
||||
"ItemId": 29517,
|
||||
"ItemCount": 3
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Botanist"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Botanist",
|
||||
"ItemId": 29543,
|
||||
"ItemCount": 3
|
||||
}
|
||||
|
@ -23,14 +23,24 @@
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Miner"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Miner",
|
||||
"ItemId": 29518,
|
||||
"ItemCount": 3
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Botanist"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Botanist",
|
||||
"ItemId": 29544,
|
||||
"ItemCount": 3
|
||||
}
|
||||
|
@ -23,14 +23,24 @@
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Miner"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Miner",
|
||||
"ItemId": 29519,
|
||||
"ItemCount": 3
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Botanist"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Botanist",
|
||||
"ItemId": 29545,
|
||||
"ItemCount": 3
|
||||
}
|
||||
|
@ -23,14 +23,24 @@
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Miner"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Miner",
|
||||
"ItemId": 29520,
|
||||
"ItemCount": 3
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Botanist"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Botanist",
|
||||
"ItemId": 29546,
|
||||
"ItemCount": 3
|
||||
}
|
||||
|
@ -23,14 +23,24 @@
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Miner"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Miner",
|
||||
"ItemId": 29521,
|
||||
"ItemCount": 3
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Botanist"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Botanist",
|
||||
"ItemId": 29547,
|
||||
"ItemCount": 3
|
||||
}
|
||||
|
@ -23,14 +23,24 @@
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Miner"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Miner",
|
||||
"ItemId": 29522,
|
||||
"ItemCount": 3
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Botanist"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Botanist",
|
||||
"ItemId": 29548,
|
||||
"ItemCount": 3
|
||||
}
|
||||
|
@ -23,14 +23,24 @@
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Miner"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Miner",
|
||||
"ItemId": 29523,
|
||||
"ItemCount": 3
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Botanist"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Botanist",
|
||||
"ItemId": 29549,
|
||||
"ItemCount": 3
|
||||
}
|
||||
|
@ -23,14 +23,24 @@
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Miner"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Miner",
|
||||
"ItemId": 29524,
|
||||
"ItemCount": 3
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Botanist"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Botanist",
|
||||
"ItemId": 29550,
|
||||
"ItemCount": 3
|
||||
}
|
||||
|
@ -23,14 +23,24 @@
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Miner"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Miner",
|
||||
"ItemId": 29525,
|
||||
"ItemCount": 3
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"TerritoryId": 817,
|
||||
"InteractionType": "Gather",
|
||||
"RequiredQuestAcceptedJob": [
|
||||
"Botanist"
|
||||
],
|
||||
"ItemsToGather": [
|
||||
{
|
||||
"QuestAcceptedAsClass": "Botanist",
|
||||
"ItemId": 29551,
|
||||
"ItemCount": 3
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user