forked from liza/Questionable
Compare commits
86 Commits
c2b6b4e6ba
...
cc599b3645
Author | SHA1 | Date | |
---|---|---|---|
cc599b3645 | |||
f42540bd66 | |||
eb81c74930 | |||
6bed108c70 | |||
cc3dc7b4ff | |||
fb0180ce3b | |||
b02a24ee32 | |||
1f5b9ac687 | |||
9aad77e486 | |||
bd38b330ed | |||
ad76bb88c0 | |||
fb975363d2 | |||
5aa44b2f53 | |||
|
5161971bbb | ||
|
88df503f43 | ||
c7d359430c | |||
2bd649af33 | |||
f9e02640d9 | |||
7fe0b06add | |||
31991e12a6 | |||
4cb3a9a221 | |||
4b8049d699 | |||
1ffffd0e83 | |||
b2c42a8c49 | |||
23f93f7de5 | |||
9a550fe8e0 | |||
23256c6abf | |||
55ec23f6ec | |||
6fcfe77b21 | |||
d41febd9f3 | |||
d5a9a6b06c | |||
49321ad6cf | |||
64e45c72c2 | |||
eec08014e0 | |||
cd9600d840 | |||
ca20cfcd88 | |||
01ba0cebae | |||
c3dbb144e4 | |||
1e1c6f9c11 | |||
2c989d0aa2 | |||
8e2ceff3c4 | |||
faeeb93f01 | |||
abbe52e67f | |||
4edf8cfeb6 | |||
c9484c481f | |||
1f709cdc5c | |||
78ca9f2c91 | |||
126ad5a5fb | |||
dec4fb64c8 | |||
ec36e7bebf | |||
b6b0644aa6 | |||
786f79a75a | |||
|
c176bc2b79 | ||
|
eabea17d92 | ||
|
f336de8f9b | ||
0b8a18cd2a | |||
08f2be449a | |||
04c96efbe0 | |||
2dfd1c2b0f | |||
17c90ba24b | |||
e91de71cc2 | |||
4e288f3706 | |||
83a89d6d17 | |||
c6272ccd88 | |||
|
ffa4fbb793 | ||
|
38f4f6120d | ||
8b8c940d34 | |||
afdc92cc8c | |||
1cd11e8375 | |||
5b0b6c688d | |||
87765768ad | |||
e2c93942de | |||
156721c57f | |||
eebae38db9 | |||
5f12f8f78e | |||
d21f3bbf49 | |||
a27fc8400d | |||
8fadd31e9b | |||
849ebac0ca | |||
14ec0d6213 | |||
955c02b454 | |||
bb6a2178fb | |||
e411608375 | |||
e04432ea49 | |||
6515a88066 | |||
|
6f18796642 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -4,3 +4,6 @@
|
|||||||
[submodule "vendor/ECommons"]
|
[submodule "vendor/ECommons"]
|
||||||
path = vendor/ECommons
|
path = vendor/ECommons
|
||||||
url = https://github.com/NightmareXIV/ECommons.git
|
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>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>3.11</Version>
|
<Version>3.13</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
2
LLib
2
LLib
@ -1 +1 @@
|
|||||||
Subproject commit 6dfc18ee6a187138036ee2d51ba2257741c1e568
|
Subproject commit 912a7b04ce180e337af9beeef2d1393b040c1ba8
|
@ -95,6 +95,8 @@ internal static class QuestStepExtensions
|
|||||||
.AsSyntaxNodeOrToken(),
|
.AsSyntaxNodeOrToken(),
|
||||||
Assignment(nameof(QuestStep.Action), step.Action, emptyStep.Action)
|
Assignment(nameof(QuestStep.Action), step.Action, emptyStep.Action)
|
||||||
.AsSyntaxNodeOrToken(),
|
.AsSyntaxNodeOrToken(),
|
||||||
|
Assignment(nameof(QuestStep.Status), step.Status, emptyStep.Status)
|
||||||
|
.AsSyntaxNodeOrToken(),
|
||||||
Assignment(nameof(QuestStep.EnemySpawnType), step.EnemySpawnType,
|
Assignment(nameof(QuestStep.EnemySpawnType), step.EnemySpawnType,
|
||||||
emptyStep.EnemySpawnType)
|
emptyStep.EnemySpawnType)
|
||||||
.AsSyntaxNodeOrToken(),
|
.AsSyntaxNodeOrToken(),
|
||||||
|
@ -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": 38.26816,
|
||||||
|
"Y": 2.6207216,
|
||||||
|
"Z": -275.37003
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 742,
|
||||||
|
"MinimumKillCount": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 739,
|
||||||
|
"MinimumKillCount": 2
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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,53 @@
|
|||||||
|
{
|
||||||
|
"$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": 1008327,
|
||||||
|
"Position": {
|
||||||
|
"X": 45.303955,
|
||||||
|
"Y": 4,
|
||||||
|
"Z": -345.11334
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"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": 1005550,
|
||||||
|
"Position": {
|
||||||
|
"X": 105.27197,
|
||||||
|
"Y": 15.359643,
|
||||||
|
"Z": -357.3816
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1005550,
|
||||||
|
"Position": {
|
||||||
|
"X": 105.27197,
|
||||||
|
"Y": 15.359643,
|
||||||
|
"Z": -357.3816
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,132 @@
|
|||||||
|
{
|
||||||
|
"$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": 2003141,
|
||||||
|
"Position": {
|
||||||
|
"X": -22.537598,
|
||||||
|
"Y": 3.616333,
|
||||||
|
"Z": -44.663208
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, null, null, [2, 3, 4], null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2003148,
|
||||||
|
"Position": {
|
||||||
|
"X": 15.27417,
|
||||||
|
"Y": 2.1820068,
|
||||||
|
"Z": 22.9953
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, null, null, [1, 4, 5], null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2003147,
|
||||||
|
"Position": {
|
||||||
|
"X": 25.192627,
|
||||||
|
"Y": 2.8533936,
|
||||||
|
"Z": 10.788086
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, null, null, [1, 3, 5], null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2003140,
|
||||||
|
"Position": {
|
||||||
|
"X": -37.094727,
|
||||||
|
"Y": -0.5340576,
|
||||||
|
"Z": 14.90802
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, null, null, [2, 5], null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2003136,
|
||||||
|
"Position": {
|
||||||
|
"X": -52.99463,
|
||||||
|
"Y": -1.2055054,
|
||||||
|
"Z": 17.532532
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, null, null, [1, 2, 3, 4], null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -52.99463,
|
||||||
|
"Y": -1.2055054,
|
||||||
|
"Z": 17.532532
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 740,
|
||||||
|
"MinimumKillCount": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 741,
|
||||||
|
"MinimumKillCount": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -124.393555,
|
||||||
|
"Y": -2.04119,
|
||||||
|
"Z": 36.344994
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1005550,
|
||||||
|
"Position": {
|
||||||
|
"X": 105.27197,
|
||||||
|
"Y": 15.359643,
|
||||||
|
"Z": -357.3816
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"DelaySecondsAtStart": 3
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -36,7 +36,7 @@
|
|||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"NextQuestId": 553
|
"NextQuestId": 351
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,8 @@
|
|||||||
"Prompt": "TEXT_CLSTHM020_00345_Q1_001_1",
|
"Prompt": "TEXT_CLSTHM020_00345_Q1_001_1",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"NextQuestId": 351
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,151 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "pot0to",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -71.92632,
|
||||||
|
"Y": 9.839797,
|
||||||
|
"Z": 283.98495
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 351,
|
||||||
|
"MinimumKillCount": 3,
|
||||||
|
"$": "Slay star marmots as a thaumaturge",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{
|
||||||
|
"Low": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 385,
|
||||||
|
"MinimumKillCount": 3,
|
||||||
|
"$": "Slay huge hornets as a thaumaturge",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"High": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Thaumaturges' Guild",
|
||||||
|
"[Ul'dah] Gate of Nald (Central Thanalan)"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
141
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{
|
||||||
|
"Low": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"High": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 39.449,
|
||||||
|
"Y": 3.082914,
|
||||||
|
"Z": 272.46896
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 205,
|
||||||
|
"MinimumKillCount": 3,
|
||||||
|
"$": "Slay snapping shrews as a thaumaturge"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"Low": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"NextQuestId": 351
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,140 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "pot0to",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001709,
|
||||||
|
"Position": {
|
||||||
|
"X": -240.4975,
|
||||||
|
"Y": 18.7,
|
||||||
|
"Z": 85.58777
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2001468,
|
||||||
|
"Position": {
|
||||||
|
"X": -87.38843,
|
||||||
|
"Y": 50.614136,
|
||||||
|
"Z": 315.6023
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2000414,
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Thaumaturges' Guild",
|
||||||
|
"[Ul'dah] Gate of the Sultana (Western Thanalan)"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
140
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2001469,
|
||||||
|
"Position": {
|
||||||
|
"X": -74.96759,
|
||||||
|
"Y": 53.238647,
|
||||||
|
"Z": 336.78186
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
12
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -253.97243,
|
||||||
|
"Y": 33.2412,
|
||||||
|
"Z": 408.68488
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1002027,
|
||||||
|
"Position": {
|
||||||
|
"X": -255.23767,
|
||||||
|
"Y": 33.238777,
|
||||||
|
"Z": 407.27856
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001709,
|
||||||
|
"Position": {
|
||||||
|
"X": -240.4975,
|
||||||
|
"Y": 18.7,
|
||||||
|
"Z": 85.58777
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"NextQuestId": 349
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,215 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "pot0to",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001710,
|
||||||
|
"Position": {
|
||||||
|
"X": -240.2533,
|
||||||
|
"Y": 18.8,
|
||||||
|
"Z": 86.900024
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
"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,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001710,
|
||||||
|
"Position": {
|
||||||
|
"X": -240.2533,
|
||||||
|
"Y": 18.8,
|
||||||
|
"Z": 86.900024
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_CLSTHM101_00349_Q_000_1",
|
||||||
|
"Answer": "TEXT_CLSTHM101_00349_A_000_3"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2001512,
|
||||||
|
"Position": {
|
||||||
|
"X": -366.29285,
|
||||||
|
"Y": -34.989014,
|
||||||
|
"Z": 293.56824
|
||||||
|
},
|
||||||
|
"TerritoryId": 145,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
166
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2001499,
|
||||||
|
"Position": {
|
||||||
|
"X": -366.29285,
|
||||||
|
"Y": -34.989014,
|
||||||
|
"Z": 293.56824
|
||||||
|
},
|
||||||
|
"TerritoryId": 145,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001710,
|
||||||
|
"Position": {
|
||||||
|
"X": -240.2533,
|
||||||
|
"Y": 18.8,
|
||||||
|
"Z": 86.900024
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"NextQuestId": 350
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,149 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "pot0to",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001711,
|
||||||
|
"Position": {
|
||||||
|
"X": -241.62665,
|
||||||
|
"Y": 18.8,
|
||||||
|
"Z": 83.32947
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1002301,
|
||||||
|
"Position": {
|
||||||
|
"X": -178.2102,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 61.41748
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Emote",
|
||||||
|
"Emote": "cry"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1002300,
|
||||||
|
"Position": {
|
||||||
|
"X": -176.9284,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 62.363525
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Emote",
|
||||||
|
"Emote": "cry"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1002302,
|
||||||
|
"Position": {
|
||||||
|
"X": -176.71478,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 64.34729
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Emote",
|
||||||
|
"Emote": "cry"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001711,
|
||||||
|
"Position": {
|
||||||
|
"X": -241.62665,
|
||||||
|
"Y": 18.8,
|
||||||
|
"Z": 83.32947
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2001470,
|
||||||
|
"Position": {
|
||||||
|
"X": -24.887512,
|
||||||
|
"Y": -25.345276,
|
||||||
|
"Z": 321.94995
|
||||||
|
},
|
||||||
|
"TerritoryId": 145,
|
||||||
|
"InteractionType": "SinglePlayerDuty",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001711,
|
||||||
|
"Position": {
|
||||||
|
"X": -241.62665,
|
||||||
|
"Y": 18.8,
|
||||||
|
"Z": 83.32947
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_CLSTHM150_00350_Q1_000_1",
|
||||||
|
"Answer": "TEXT_CLSTHM150_00350_A1_000_1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"NextQuestId": 352
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -209,7 +209,8 @@
|
|||||||
"Z": 80.88806
|
"Z": 80.88806
|
||||||
},
|
},
|
||||||
"TerritoryId": 130,
|
"TerritoryId": 130,
|
||||||
"InteractionType": "CompleteQuest"
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 352
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,199 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "pot0to",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001709,
|
||||||
|
"Position": {
|
||||||
|
"X": -240.4975,
|
||||||
|
"Y": 18.7,
|
||||||
|
"Z": 85.58777
|
||||||
|
},
|
||||||
|
"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": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1002309,
|
||||||
|
"Position": {
|
||||||
|
"X": -374.28857,
|
||||||
|
"Y": -57.079987,
|
||||||
|
"Z": 144.12134
|
||||||
|
},
|
||||||
|
"TerritoryId": 145,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
145
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1002308,
|
||||||
|
"Position": {
|
||||||
|
"X": -386.7094,
|
||||||
|
"Y": -59.300003,
|
||||||
|
"Z": 166.39954
|
||||||
|
},
|
||||||
|
"TerritoryId": 145,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1002307,
|
||||||
|
"Position": {
|
||||||
|
"X": -396.65833,
|
||||||
|
"Y": -48.15,
|
||||||
|
"Z": 99.68713
|
||||||
|
},
|
||||||
|
"TerritoryId": 145,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
130
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001709,
|
||||||
|
"Position": {
|
||||||
|
"X": -240.4975,
|
||||||
|
"Y": 18.7,
|
||||||
|
"Z": 85.58777
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 222.64497,
|
||||||
|
"Y": 5.099169,
|
||||||
|
"Z": -265.77835
|
||||||
|
},
|
||||||
|
"TerritoryId": 145,
|
||||||
|
"Fly": true,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "Eastern Thanalan - Camp Drybone",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
145
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1002310,
|
||||||
|
"Position": {
|
||||||
|
"X": 184.89343,
|
||||||
|
"Y": 3.1809213,
|
||||||
|
"Z": -338.64355
|
||||||
|
},
|
||||||
|
"TerritoryId": 145,
|
||||||
|
"InteractionType": "SinglePlayerDuty"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
130
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"NextQuestId": 353
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,183 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "pot0to",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"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": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 145,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 30362,
|
||||||
|
"TargetTerritoryId": 140,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
140
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1004070,
|
||||||
|
"Position": {
|
||||||
|
"X": -455.86328,
|
||||||
|
"Y": 23.11398,
|
||||||
|
"Z": -326.92456
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1004096,
|
||||||
|
"Position": {
|
||||||
|
"X": -444.75476,
|
||||||
|
"Y": 25,
|
||||||
|
"Z": -324.26947
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1004094,
|
||||||
|
"Position": {
|
||||||
|
"X": -413.47375,
|
||||||
|
"Y": 23.113977,
|
||||||
|
"Z": -383.71863
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1002316,
|
||||||
|
"Position": {
|
||||||
|
"X": -436.72852,
|
||||||
|
"Y": 23.774809,
|
||||||
|
"Z": -350.8202
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1002315,
|
||||||
|
"Position": {
|
||||||
|
"X": -392.32477,
|
||||||
|
"Y": 23.557693,
|
||||||
|
"Z": -546.9902
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
1239
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1002315,
|
||||||
|
"Position": {
|
||||||
|
"X": -392.32477,
|
||||||
|
"Y": 23.557693,
|
||||||
|
"Z": -546.9902
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1002317,
|
||||||
|
"Position": {
|
||||||
|
"X": -269.85577,
|
||||||
|
"Y": 15.346575,
|
||||||
|
"Z": -718.1354
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "SinglePlayerDuty",
|
||||||
|
"Fly": true,
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_CLSTHM300_00353_Q_000_1",
|
||||||
|
"Answer": "TEXT_CLSTHM300_00353_A_000_2"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001708,
|
||||||
|
"Position": {
|
||||||
|
"X": -250.3548,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 80.88806
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Thaumaturges' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
130
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -53,7 +53,8 @@
|
|||||||
"Prompt": "TEXT_CLSROG011_00102_Q1_000_030",
|
"Prompt": "TEXT_CLSROG011_00102_Q1_000_030",
|
||||||
"Yes": true
|
"Yes": true
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"NextQuestId": 104
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,196 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 31.662792,
|
||||||
|
"Y": 44.020653,
|
||||||
|
"Z": 146.94322
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 347,
|
||||||
|
"MinimumKillCount": 3,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{
|
||||||
|
"Low": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild",
|
||||||
|
"[Limsa Lominsa] Zephyr Gate (Middle La Noscea)"
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{
|
||||||
|
"Low": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 74.15681,
|
||||||
|
"Y": 45.953808,
|
||||||
|
"Z": 169.73499
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 338,
|
||||||
|
"MinimumKillCount": 3,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"Low": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"Low": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 5.6626997,
|
||||||
|
"Y": 42.625427,
|
||||||
|
"Z": 55.983746
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 383,
|
||||||
|
"MinimumKillCount": 3,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"High": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
{
|
||||||
|
"High": 3
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 110
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,298 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010197,
|
||||||
|
"Position": {
|
||||||
|
"X": -150.98804,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 266.31567
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2004936,
|
||||||
|
"Position": {
|
||||||
|
"X": -151.90363,
|
||||||
|
"Y": -128.16058,
|
||||||
|
"Z": 256.8551
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
135
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 174.3623,
|
||||||
|
"Y": 39.811382,
|
||||||
|
"Z": 52.27733
|
||||||
|
},
|
||||||
|
"TerritoryId": 135,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"Fly": true,
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
324
|
||||||
|
],
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild",
|
||||||
|
"[Limsa Lominsa] Tempest Gate (Lower La Noscea)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1010197,
|
||||||
|
"Position": {
|
||||||
|
"X": -150.98804,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 266.31567
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2004936,
|
||||||
|
"Position": {
|
||||||
|
"X": -151.90363,
|
||||||
|
"Y": -128.16058,
|
||||||
|
"Z": 256.8551
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild",
|
||||||
|
"[Limsa Lominsa] The Aftcastle"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1005411,
|
||||||
|
"Position": {
|
||||||
|
"X": 13.412659,
|
||||||
|
"Y": 40.2,
|
||||||
|
"Z": -13.260071
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_CLSROG050_00110_Q1_000_061",
|
||||||
|
"Answer": "TEXT_CLSROG050_00110_A1_000_064"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010206,
|
||||||
|
"Position": {
|
||||||
|
"X": 107.71338,
|
||||||
|
"Y": 47.783855,
|
||||||
|
"Z": 50.736206
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] The Aftcastle",
|
||||||
|
"[Limsa Lominsa] Zephyr Gate (Middle La Noscea)"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 101.76026,
|
||||||
|
"Y": 48.69752,
|
||||||
|
"Z": 10.89893
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
769
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010206,
|
||||||
|
"Position": {
|
||||||
|
"X": 107.71338,
|
||||||
|
"Y": 47.783855,
|
||||||
|
"Z": 50.736206
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 8,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 126
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,346 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010198,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.11719,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 267.10913
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2004936,
|
||||||
|
"Position": {
|
||||||
|
"X": -151.8734,
|
||||||
|
"Y": -128.1446,
|
||||||
|
"Z": 256.8712
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1010212,
|
||||||
|
"Position": {
|
||||||
|
"X": -50.8584,
|
||||||
|
"Y": 40,
|
||||||
|
"Z": 111.40613
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild",
|
||||||
|
"[Limsa Lominsa] The Aftcastle"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010211,
|
||||||
|
"Position": {
|
||||||
|
"X": -42.22174,
|
||||||
|
"Y": 42.249126,
|
||||||
|
"Z": 115.89221
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -62.300663,
|
||||||
|
"Y": 42.300003,
|
||||||
|
"Z": -151.94725
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Hide",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] The Aftcastle",
|
||||||
|
"[Limsa Lominsa] Culinarians' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -54.962505,
|
||||||
|
"Y": 42.300007,
|
||||||
|
"Z": -158.14607
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"DisableNavmesh": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "StatusOff",
|
||||||
|
"Status": "Hidden"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -155.25468,
|
||||||
|
"Y": 18,
|
||||||
|
"Z": 28.882175
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Hide",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Culinarians' Guild",
|
||||||
|
"[Limsa Lominsa] Hawkers' Alley"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -150.91245,
|
||||||
|
"Y": 18.2,
|
||||||
|
"Z": 34.06711
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "StatusOff",
|
||||||
|
"Status": "Hidden"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -187.95581,
|
||||||
|
"Y": 1.2697256,
|
||||||
|
"Z": 208.46738
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Hide",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Hawkers' Alley",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -190.81572,
|
||||||
|
"Y": 0.9999907,
|
||||||
|
"Z": 210.59836
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "StatusOff",
|
||||||
|
"Status": "Hidden"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1010213,
|
||||||
|
"Position": {
|
||||||
|
"X": -161.12,
|
||||||
|
"Y": 1.9499999,
|
||||||
|
"Z": 239.30713
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010213,
|
||||||
|
"Position": {
|
||||||
|
"X": -161.12,
|
||||||
|
"Y": 1.9499999,
|
||||||
|
"Z": 239.30713
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "SinglePlayerDuty"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010213,
|
||||||
|
"Position": {
|
||||||
|
"X": -161.12,
|
||||||
|
"Y": 1.9499999,
|
||||||
|
"Z": 239.30713
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Hawkers' Alley",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 144
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,144 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010199,
|
||||||
|
"Position": {
|
||||||
|
"X": 256.12268,
|
||||||
|
"Y": 21.097961,
|
||||||
|
"Z": 581.3839
|
||||||
|
},
|
||||||
|
"TerritoryId": 135,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Lower La Noscea - Moraby Drydocks",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2004861,
|
||||||
|
"Position": {
|
||||||
|
"X": -131.63965,
|
||||||
|
"Y": 0.503479,
|
||||||
|
"Z": 729.9762
|
||||||
|
},
|
||||||
|
"TerritoryId": 135,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010218,
|
||||||
|
"Position": {
|
||||||
|
"X": 319.44763,
|
||||||
|
"Y": -36.353825,
|
||||||
|
"Z": 346.76123
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Western La Noscea - Aleport"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010218,
|
||||||
|
"Position": {
|
||||||
|
"X": 319.44763,
|
||||||
|
"Y": -36.353825,
|
||||||
|
"Z": 346.76123
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "SinglePlayerDuty"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010218,
|
||||||
|
"Position": {
|
||||||
|
"X": 319.44763,
|
||||||
|
"Y": -36.353825,
|
||||||
|
"Z": 346.76123
|
||||||
|
},
|
||||||
|
"StopDistance": 5,
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 145
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -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": 1010218,
|
||||||
|
"Position": {
|
||||||
|
"X": 319.44763,
|
||||||
|
"Y": -36.353825,
|
||||||
|
"Z": 346.76123
|
||||||
|
},
|
||||||
|
"StopDistance": 5,
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Western La Noscea - Aleport",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 593.2056,
|
||||||
|
"Y": 43.88314,
|
||||||
|
"Z": 304.65137
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1010228,
|
||||||
|
"Position": {
|
||||||
|
"X": 594.1709,
|
||||||
|
"Y": 43.893982,
|
||||||
|
"Z": 303.76135
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 146
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,258 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2004936,
|
||||||
|
"Position": {
|
||||||
|
"X": -151.90363,
|
||||||
|
"Y": -128.16058,
|
||||||
|
"Z": 256.8551
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1010238,
|
||||||
|
"Position": {
|
||||||
|
"X": 146.71545,
|
||||||
|
"Y": 62.3279,
|
||||||
|
"Z": 291.82874
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild",
|
||||||
|
"[Limsa Lominsa] Zephyr Gate (Middle La Noscea)"
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 168.34132,
|
||||||
|
"Y": 69.5,
|
||||||
|
"Z": 327.67975
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Hide"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 178.24341,
|
||||||
|
"Y": 69.5,
|
||||||
|
"Z": 328.4606
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "StatusOff",
|
||||||
|
"Status": "Hidden"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1010238,
|
||||||
|
"Position": {
|
||||||
|
"X": 146.71545,
|
||||||
|
"Y": 62.3279,
|
||||||
|
"Z": 291.82874
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010242,
|
||||||
|
"Position": {
|
||||||
|
"X": 7.2174683,
|
||||||
|
"Y": 57.91383,
|
||||||
|
"Z": -307.11835
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"AetheryteShortcut": "Middle La Noscea - Summerford Farms",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
3567,
|
||||||
|
3568
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010242,
|
||||||
|
"Position": {
|
||||||
|
"X": 7.2174683,
|
||||||
|
"Y": 57.91383,
|
||||||
|
"Z": -307.11835
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010237,
|
||||||
|
"Position": {
|
||||||
|
"X": 242.29797,
|
||||||
|
"Y": 8.000164,
|
||||||
|
"Z": 668.2383
|
||||||
|
},
|
||||||
|
"TerritoryId": 135,
|
||||||
|
"InteractionType": "SinglePlayerDuty",
|
||||||
|
"AetheryteShortcut": "Lower La Noscea - Moraby Drydocks",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 8,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010237,
|
||||||
|
"Position": {
|
||||||
|
"X": 242.29797,
|
||||||
|
"Y": 8.000164,
|
||||||
|
"Z": 668.2383
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 135,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 148
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,292 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2004936,
|
||||||
|
"Position": {
|
||||||
|
"X": -151.90363,
|
||||||
|
"Y": -128.16058,
|
||||||
|
"Z": 256.8551
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
134,
|
||||||
|
135
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 212.54845,
|
||||||
|
"Y": 65.80573,
|
||||||
|
"Z": 285.71436
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild",
|
||||||
|
"[Limsa Lominsa] Zephyr Gate (Middle La Noscea)"
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
135
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 509.26575,
|
||||||
|
"Y": 95.90476,
|
||||||
|
"Z": -446.11078
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 135,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
2864,
|
||||||
|
2865,
|
||||||
|
2866
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010252,
|
||||||
|
"Position": {
|
||||||
|
"X": 508.23218,
|
||||||
|
"Y": 95.95811,
|
||||||
|
"Z": -449.82074
|
||||||
|
},
|
||||||
|
"TerritoryId": 135,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2004936,
|
||||||
|
"Position": {
|
||||||
|
"X": -151.90363,
|
||||||
|
"Y": -128.16058,
|
||||||
|
"Z": 256.8551
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"AetheryteUnlocked": "Eastern La Noscea - Costa Del Sol"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"$": "Pathfinder ref"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1000868,
|
||||||
|
"Position": {
|
||||||
|
"X": -192.00433,
|
||||||
|
"Y": 0.9999907,
|
||||||
|
"Z": 211.68835
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 137,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"AetheryteUnlocked": "Eastern La Noscea - Costa Del Sol"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 137,
|
||||||
|
"InteractionType": "AttuneAetheryte",
|
||||||
|
"Aetheryte": "Eastern La Noscea - Costa Del Sol",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"AetheryteUnlocked": "Eastern La Noscea - Costa Del Sol"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 449.17413,
|
||||||
|
"Y": 16.072088,
|
||||||
|
"Z": 406.06335
|
||||||
|
},
|
||||||
|
"TerritoryId": 137,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Eastern La Noscea - Costa Del Sol",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1010251,
|
||||||
|
"Position": {
|
||||||
|
"X": 450.82776,
|
||||||
|
"Y": 16.18121,
|
||||||
|
"Z": 406.69873
|
||||||
|
},
|
||||||
|
"TerritoryId": 137,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010251,
|
||||||
|
"Position": {
|
||||||
|
"X": 450.82776,
|
||||||
|
"Y": 16.18121,
|
||||||
|
"Z": 406.69873
|
||||||
|
},
|
||||||
|
"TerritoryId": 137,
|
||||||
|
"InteractionType": "SinglePlayerDuty"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010250,
|
||||||
|
"Position": {
|
||||||
|
"X": 448.47778,
|
||||||
|
"Y": 16.154829,
|
||||||
|
"Z": 408.77393
|
||||||
|
},
|
||||||
|
"TerritoryId": 137,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 154
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,160 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 410.07083,
|
||||||
|
"Y": 31.504957,
|
||||||
|
"Z": -12.586371
|
||||||
|
},
|
||||||
|
"TerritoryId": 138,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "Western La Noscea - Aleport",
|
||||||
|
"TargetTerritoryId": 139,
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -436.69995,
|
||||||
|
"Y": -2.0159357,
|
||||||
|
"Z": 48.819775
|
||||||
|
},
|
||||||
|
"StopDistance": 1,
|
||||||
|
"TerritoryId": 139,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
3569,
|
||||||
|
3570,
|
||||||
|
3571
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2004916,
|
||||||
|
"Position": {
|
||||||
|
"X": -436.02655,
|
||||||
|
"Y": -1.9379272,
|
||||||
|
"Z": 48.569458
|
||||||
|
},
|
||||||
|
"TerritoryId": 139,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010261,
|
||||||
|
"Position": {
|
||||||
|
"X": -437.3694,
|
||||||
|
"Y": -2.369183,
|
||||||
|
"Z": 55.954834
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 139,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1010267,
|
||||||
|
"Position": {
|
||||||
|
"X": -449.08832,
|
||||||
|
"Y": 21.634577,
|
||||||
|
"Z": -327.93164
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Middle La Noscea - Summerford Farms",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 155
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,108 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"ExtraCondition": "RoguesGuild"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2004936,
|
||||||
|
"Position": {
|
||||||
|
"X": -151.90363,
|
||||||
|
"Y": -128.16058,
|
||||||
|
"Z": 256.8551
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2004863,
|
||||||
|
"Position": {
|
||||||
|
"X": 4.4403076,
|
||||||
|
"Y": 44.47998,
|
||||||
|
"Z": 121.29382
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "SinglePlayerDuty",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild",
|
||||||
|
"[Limsa Lominsa] The Aftcastle"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1009944,
|
||||||
|
"Position": {
|
||||||
|
"X": -152.66656,
|
||||||
|
"Y": 2.8562405,
|
||||||
|
"Z": 243.18298
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 129,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] The Aftcastle",
|
||||||
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1009943,
|
||||||
|
"Position": {
|
||||||
|
"X": -153.36847,
|
||||||
|
"Y": -129.4397,
|
||||||
|
"Z": 265.88843
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"NextQuestId": 212
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -21,16 +21,11 @@
|
|||||||
"[Limsa Lominsa] Fishermens' Guild"
|
"[Limsa Lominsa] Fishermens' Guild"
|
||||||
],
|
],
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "RoguesGuild"
|
||||||
"Position": {
|
|
||||||
"X": -151.80984,
|
|
||||||
"Y": -128.6493,
|
|
||||||
"Z": 265.27332
|
|
||||||
},
|
|
||||||
"TerritoryId": 129,
|
|
||||||
"MaximumDistance": 50
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -41,6 +36,7 @@
|
|||||||
"Y": -129.4397,
|
"Y": -129.4397,
|
||||||
"Z": 265.88843
|
"Z": 265.88843
|
||||||
},
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
"TerritoryId": 129,
|
"TerritoryId": 129,
|
||||||
"InteractionType": "AcceptQuest"
|
"InteractionType": "AcceptQuest"
|
||||||
}
|
}
|
||||||
@ -98,7 +94,8 @@
|
|||||||
"Z": -2.3651733
|
"Z": -2.3651733
|
||||||
},
|
},
|
||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -135,9 +132,17 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
|
"Fly": true,
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true }
|
"AetheryteShortcutIf": { "InSameTerritory": true }
|
||||||
}
|
},
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "YesNo",
|
||||||
|
"Prompt": "TEXT_JOBNIN300_00212_Q2_000_000",
|
||||||
|
"Yes": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -18,15 +18,7 @@
|
|||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137,
|
"TargetTerritoryId": 137,
|
||||||
@ -77,9 +69,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"InteractionType": "WaitForManualProgress",
|
"DataId": 2004927,
|
||||||
|
"Position": {
|
||||||
|
"X": -10.605103,
|
||||||
|
"Y": 41.397705,
|
||||||
|
"Z": 267.87207
|
||||||
|
},
|
||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"Comment": "Use Ten -> Fuma Shuriken on the dummy"
|
"InteractionType": "Action",
|
||||||
|
"Action": "Fuma Shuriken"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -18,15 +18,7 @@
|
|||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -71,9 +63,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"InteractionType": "WaitForManualProgress",
|
"DataId": 2004928,
|
||||||
|
"Position": {
|
||||||
|
"X": -10.605103,
|
||||||
|
"Y": 41.397705,
|
||||||
|
"Z": 267.87207
|
||||||
|
},
|
||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"Comment": "Use Ten -> Chi -> Raiton on the dummy"
|
"InteractionType": "Action",
|
||||||
|
"Action": "Raiton"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -96,9 +94,16 @@
|
|||||||
"Sequence": 3,
|
"Sequence": 3,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
"InteractionType": "WaitForManualProgress",
|
"DataId": 2004929,
|
||||||
|
"Position": {
|
||||||
|
"X": -10.605103,
|
||||||
|
"Y": 41.397705,
|
||||||
|
"Z": 267.87207
|
||||||
|
},
|
||||||
|
"StopDistance": 7,
|
||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"Comment": "Use Chi -> Ten -> Katon on the dummy"
|
"InteractionType": "Action",
|
||||||
|
"Action": "Katon"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -180,15 +185,7 @@
|
|||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -40,7 +31,14 @@
|
|||||||
"Z": 257.98413
|
"Z": 257.98413
|
||||||
},
|
},
|
||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "AcceptQuest"
|
"InteractionType": "AcceptQuest",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_JOBNIN400_00216_Q1_000_000",
|
||||||
|
"Answer": "TEXT_JOBNIN400_00216_A1_000_001"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -207,19 +207,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -86,19 +86,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -55,7 +46,14 @@
|
|||||||
"Z": 250.32422
|
"Z": 250.32422
|
||||||
},
|
},
|
||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_JOBNIN500_00234_Q1_000_000",
|
||||||
|
"Answer": "TEXT_JOBNIN500_00234_A1_000_002"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -162,19 +160,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -191,19 +182,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -0,0 +1,76 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "UcanPatates",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000194,
|
||||||
|
"Position": {
|
||||||
|
"X": -16.281433,
|
||||||
|
"Y": -3.2499998,
|
||||||
|
"Z": 41.000854
|
||||||
|
},
|
||||||
|
"TerritoryId": 132,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Gridania",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000686,
|
||||||
|
"Position": {
|
||||||
|
"X": -66.36151,
|
||||||
|
"Y": -3.896366,
|
||||||
|
"Z": 67.00232
|
||||||
|
},
|
||||||
|
"TerritoryId": 132,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Gridania",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000789,
|
||||||
|
"Position": {
|
||||||
|
"X": -33.76825,
|
||||||
|
"Y": 7.3172073,
|
||||||
|
"Z": -117.052
|
||||||
|
},
|
||||||
|
"TerritoryId": 133,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Gridania",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Gridania] Aetheryte Plaza",
|
||||||
|
"[Gridania] Mih Khetto's Amphitheatre"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
132
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "UcanPatates",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1006711,
|
||||||
|
"Position": {
|
||||||
|
"X": -140.39832,
|
||||||
|
"Y": 7.8986163,
|
||||||
|
"Z": -142.99237
|
||||||
|
},
|
||||||
|
"TerritoryId": 133,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Gridania",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Gridania] Aetheryte Plaza",
|
||||||
|
"[Gridania] Mih Khetto's Amphitheatre"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AethernetShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
132,
|
||||||
|
133
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000617,
|
||||||
|
"Position": {
|
||||||
|
"X": 5.722107,
|
||||||
|
"Y": -7.2786255,
|
||||||
|
"Z": 270.95447
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"NextQuestId": 970
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,164 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "UcanPatates",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000617,
|
||||||
|
"Position": {
|
||||||
|
"X": 5.722107,
|
||||||
|
"Y": -7.2786255,
|
||||||
|
"Z": 270.95447
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000587,
|
||||||
|
"Position": {
|
||||||
|
"X": -7.248047,
|
||||||
|
"Y": -8.407776,
|
||||||
|
"Z": 268.23828
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2002191,
|
||||||
|
"Position": {
|
||||||
|
"X": 189.6543,
|
||||||
|
"Y": 7.94989,
|
||||||
|
"Z": 133.65369
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 0.1,
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2002192,
|
||||||
|
"Position": {
|
||||||
|
"X": 181.04822,
|
||||||
|
"Y": 0.07623291,
|
||||||
|
"Z": 43.289795
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 0.1,
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2002190,
|
||||||
|
"Position": {
|
||||||
|
"X": 233.66138,
|
||||||
|
"Y": 6.42395,
|
||||||
|
"Z": 199.11487
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"StopDistance": 0.1,
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 124.74073,
|
||||||
|
"Y": 6.729165,
|
||||||
|
"Z": 190.69174
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1006715,
|
||||||
|
"Position": {
|
||||||
|
"X": -170.67218,
|
||||||
|
"Y": 56.713512,
|
||||||
|
"Z": -255.9701
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"NextQuestId": 972
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,80 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "UcanPatates",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1006715,
|
||||||
|
"Position": {
|
||||||
|
"X": -170.67218,
|
||||||
|
"Y": 56.713512,
|
||||||
|
"Z": -255.9701
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -193.69008,
|
||||||
|
"Y": 55.59636,
|
||||||
|
"Z": -177.57457
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1007568,
|
||||||
|
"Position": {
|
||||||
|
"X": -183.88647,
|
||||||
|
"Y": 57.451885,
|
||||||
|
"Z": -143.93835
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1006715,
|
||||||
|
"Position": {
|
||||||
|
"X": -170.67218,
|
||||||
|
"Y": 56.713512,
|
||||||
|
"Z": -255.9701
|
||||||
|
},
|
||||||
|
"TerritoryId": 152,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "East Shroud - Hawthorne Hut",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,176 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "UcanPatates",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000959,
|
||||||
|
"Position": {
|
||||||
|
"X": -65.62909,
|
||||||
|
"Y": 41.999985,
|
||||||
|
"Z": -139.45221
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Culinarians' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1003603,
|
||||||
|
"Position": {
|
||||||
|
"X": 20.34021,
|
||||||
|
"Y": 20,
|
||||||
|
"Z": 4.3182373
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Culinarians' Guild",
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AethernetShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
},
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 64.20255,
|
||||||
|
"Y": 19.94936,
|
||||||
|
"Z": 1.0639327
|
||||||
|
},
|
||||||
|
"TerritoryId": 129,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
134,
|
||||||
|
129
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
134
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 338,
|
||||||
|
"Position": {
|
||||||
|
"X": 130.05261,
|
||||||
|
"Y": 51.719154,
|
||||||
|
"Z": 185.6565
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 338,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{
|
||||||
|
"Low": 4
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"MinimumKillCount": 4
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{
|
||||||
|
"Low": 4
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -57.281883,
|
||||||
|
"Y": 33.088005,
|
||||||
|
"Z": 160.24603
|
||||||
|
},
|
||||||
|
"TerritoryId": 134,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"NotInTerritory": [
|
||||||
|
134
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1000959,
|
||||||
|
"Position": {
|
||||||
|
"X": -65.62909,
|
||||||
|
"Y": 41.999985,
|
||||||
|
"Z": -139.45221
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Culinarians' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,118 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "UcanPatates",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001537,
|
||||||
|
"Position": {
|
||||||
|
"X": -58.854065,
|
||||||
|
"Y": 42.299744,
|
||||||
|
"Z": -164.08032
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Culinarians' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000957,
|
||||||
|
"Position": {
|
||||||
|
"X": -49.271423,
|
||||||
|
"Y": 43.999977,
|
||||||
|
"Z": -146.37988
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Culinarians' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000937,
|
||||||
|
"Position": {
|
||||||
|
"X": -12.222534,
|
||||||
|
"Y": 44.99988,
|
||||||
|
"Z": -251.88074
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Marauders' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000957,
|
||||||
|
"Position": {
|
||||||
|
"X": -49.271423,
|
||||||
|
"Y": 43.999977,
|
||||||
|
"Z": -146.37988
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Marauders' Guild",
|
||||||
|
"[Limsa Lominsa] Culinarians' Guild"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,158 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "UcanPatates",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1001000,
|
||||||
|
"Position": {
|
||||||
|
"X": -32.028687,
|
||||||
|
"Y": 41.499985,
|
||||||
|
"Z": 208.39233
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] The Aftcastle"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 25.29642,
|
||||||
|
"Y": 44.499924,
|
||||||
|
"Z": 184.26752
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] The Aftcastle"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
135
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 21.738638,
|
||||||
|
"Y": 61.836372,
|
||||||
|
"Z": 139.60422
|
||||||
|
},
|
||||||
|
"TerritoryId": 135,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] Tempest Gate (Lower La Noscea)"
|
||||||
|
],
|
||||||
|
"ComplexCombatData": [
|
||||||
|
{
|
||||||
|
"DataId": 347,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{
|
||||||
|
"Low": 5
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"MinimumKillCount": 5
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{
|
||||||
|
"Low": 5
|
||||||
|
},
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
135
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -67.00804,
|
||||||
|
"Y": 75.84114,
|
||||||
|
"Z": 116.815384
|
||||||
|
},
|
||||||
|
"TerritoryId": 135,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"NotInTerritory": [
|
||||||
|
135
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1000972,
|
||||||
|
"Position": {
|
||||||
|
"X": 20.279175,
|
||||||
|
"Y": 40.19993,
|
||||||
|
"Z": -6.1189575
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] The Aftcastle"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
129,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -29,7 +29,8 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 155,
|
"TerritoryId": 155,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead"
|
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||||
|
"Fly": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -29,7 +29,8 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 155,
|
"TerritoryId": 155,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead"
|
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||||
|
"Fly": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -29,7 +29,8 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 155,
|
"TerritoryId": 155,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead"
|
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||||
|
"Fly": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -0,0 +1,99 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1003281,
|
||||||
|
"Position": {
|
||||||
|
"X": 97.520386,
|
||||||
|
"Y": 40.248554,
|
||||||
|
"Z": 81.1322
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 126.33908,
|
||||||
|
"Y": 31.31262,
|
||||||
|
"Z": -772.82794
|
||||||
|
},
|
||||||
|
"TerritoryId": 156,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"TargetTerritoryId": 155,
|
||||||
|
"AetheryteShortcut": "Mor Dhona",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"AetheryteLocked": "Mor Dhona",
|
||||||
|
"InTerritory": [
|
||||||
|
155
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"AetheryteLocked": "Mor Dhona",
|
||||||
|
"InTerritory": [
|
||||||
|
155
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1007625,
|
||||||
|
"Position": {
|
||||||
|
"X": -354.1772,
|
||||||
|
"Y": 214.60808,
|
||||||
|
"Z": 692.65283
|
||||||
|
},
|
||||||
|
"TerritoryId": 155,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 155,
|
||||||
|
"InteractionType": "Duty",
|
||||||
|
"ContentFinderConditionId": 5
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1003281,
|
||||||
|
"Position": {
|
||||||
|
"X": 97.520386,
|
||||||
|
"Y": 40.248554,
|
||||||
|
"Z": 81.1322
|
||||||
|
},
|
||||||
|
"TerritoryId": 128,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Limsa Lominsa",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
|
"[Limsa Lominsa] The Aftcastle"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,95 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000168,
|
||||||
|
"Position": {
|
||||||
|
"X": -75.48645,
|
||||||
|
"Y": -0.5013741,
|
||||||
|
"Z": -5.081299
|
||||||
|
},
|
||||||
|
"TerritoryId": 132,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 126.33908,
|
||||||
|
"Y": 31.31262,
|
||||||
|
"Z": -772.82794
|
||||||
|
},
|
||||||
|
"TerritoryId": 156,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"TargetTerritoryId": 155,
|
||||||
|
"AetheryteShortcut": "Mor Dhona",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"AetheryteLocked": "Mor Dhona",
|
||||||
|
"InTerritory": [
|
||||||
|
155
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"AetheryteLocked": "Mor Dhona",
|
||||||
|
"InTerritory": [
|
||||||
|
155
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1007625,
|
||||||
|
"Position": {
|
||||||
|
"X": -354.1772,
|
||||||
|
"Y": 214.60808,
|
||||||
|
"Z": 692.65283
|
||||||
|
},
|
||||||
|
"TerritoryId": 155,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 155,
|
||||||
|
"InteractionType": "Duty",
|
||||||
|
"ContentFinderConditionId": 5
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1000168,
|
||||||
|
"Position": {
|
||||||
|
"X": -75.48645,
|
||||||
|
"Y": -0.5013741,
|
||||||
|
"Z": -5.081299
|
||||||
|
},
|
||||||
|
"TerritoryId": 132,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Gridania"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,95 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1004576,
|
||||||
|
"Position": {
|
||||||
|
"X": -141.64954,
|
||||||
|
"Y": 4.1,
|
||||||
|
"Z": -114.67157
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 126.33908,
|
||||||
|
"Y": 31.31262,
|
||||||
|
"Z": -772.82794
|
||||||
|
},
|
||||||
|
"TerritoryId": 156,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"TargetTerritoryId": 155,
|
||||||
|
"AetheryteShortcut": "Mor Dhona",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"AetheryteLocked": "Mor Dhona",
|
||||||
|
"InTerritory": [
|
||||||
|
155
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"AetheryteLocked": "Mor Dhona",
|
||||||
|
"InTerritory": [
|
||||||
|
155
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1007625,
|
||||||
|
"Position": {
|
||||||
|
"X": -354.1772,
|
||||||
|
"Y": 214.60808,
|
||||||
|
"Z": 692.65283
|
||||||
|
},
|
||||||
|
"TerritoryId": 155,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Coerthas Central Highlands - Camp Dragonhead",
|
||||||
|
"Fly": true,
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 155,
|
||||||
|
"InteractionType": "Duty",
|
||||||
|
"ContentFinderConditionId": 5
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1004576,
|
||||||
|
"Position": {
|
||||||
|
"X": -141.64954,
|
||||||
|
"Y": 4.1,
|
||||||
|
"Z": -114.67157
|
||||||
|
},
|
||||||
|
"TerritoryId": 130,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1005021,
|
||||||
|
"Position": {
|
||||||
|
"X": -472.49567,
|
||||||
|
"Y": 23.008797,
|
||||||
|
"Z": -355.00116
|
||||||
|
},
|
||||||
|
"TerritoryId": 140,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -157.07425,
|
||||||
|
"Y": 24.884384,
|
||||||
|
"Z": -354.37775
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "Southern Thanalan - Little Ala Mhigo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1006220,
|
||||||
|
"Position": {
|
||||||
|
"X": 185.74805,
|
||||||
|
"Y": 13.721187,
|
||||||
|
"Z": -443.1983
|
||||||
|
},
|
||||||
|
"TerritoryId": 146,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,153 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -544.89056,
|
||||||
|
"Y": 61.602722,
|
||||||
|
"Z": -373.9669
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006649,
|
||||||
|
"Position": {
|
||||||
|
"X": -539.0555,
|
||||||
|
"Y": 64.22522,
|
||||||
|
"Z": -377.0047
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Buffet (Sanuwa)",
|
||||||
|
"StopDistance": 3,
|
||||||
|
"$": "0 0 0 0 0 0 --> 1 0 0 0 0 16",
|
||||||
|
"CompletionQuestVariablesFlags": [null,null,null,null,null,16]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -505.35422,
|
||||||
|
"Y": -28.166508,
|
||||||
|
"Z": -528.1072
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006647,
|
||||||
|
"Position": {
|
||||||
|
"X": -504.78372,
|
||||||
|
"Y": -26.68805,
|
||||||
|
"Z": -530.93774
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Buffet (Sanuwa)",
|
||||||
|
"StopDistance": 3,
|
||||||
|
"$": "1 0 0 0 0 16 --> 2 0 0 0 0 80",
|
||||||
|
"CompletionQuestVariablesFlags": [null,null,null,null,null,64]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -478.25208,
|
||||||
|
"Y": -31.101946,
|
||||||
|
"Z": -663.0455
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006648,
|
||||||
|
"Position": {
|
||||||
|
"X": -477.40906,
|
||||||
|
"Y": -28.885437,
|
||||||
|
"Z": -668.32996
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Buffet (Sanuwa)",
|
||||||
|
"StopDistance": 3,
|
||||||
|
"$": "2 0 0 0 0 80 --> 3 0 0 0 0 112",
|
||||||
|
"CompletionQuestVariablesFlags": [null,null,null,null,null,32]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -102.45963,
|
||||||
|
"Y": -1.2632592,
|
||||||
|
"Z": -619.294
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006646,
|
||||||
|
"Position": {
|
||||||
|
"X": -96.20813,
|
||||||
|
"Y": 0.32037354,
|
||||||
|
"Z": -620.26404
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Buffet (Sanuwa)",
|
||||||
|
"StopDistance": 3,
|
||||||
|
"$": "3 0 0 0 0 112 --> 0 0 0 0 0 0"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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,129 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016089,
|
||||||
|
"Position": {
|
||||||
|
"X": -799.46594,
|
||||||
|
"Y": -133.2695,
|
||||||
|
"Z": -404.1352
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -797.36957,
|
||||||
|
"Y": -130.0076,
|
||||||
|
"Z": -404.2746
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006651,
|
||||||
|
"Position": {
|
||||||
|
"X": 664.3624,
|
||||||
|
"Y": -30.86908,
|
||||||
|
"Z": -137.0108
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006652,
|
||||||
|
"Position": {
|
||||||
|
"X": 847.2876,
|
||||||
|
"Y": -50.58368,
|
||||||
|
"Z": 7.2174683
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006653,
|
||||||
|
"Position": {
|
||||||
|
"X": 860.2273,
|
||||||
|
"Y": -84.45868,
|
||||||
|
"Z": 19.272095
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
],
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
5235
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006654,
|
||||||
|
"Position": {
|
||||||
|
"X": 642.63354,
|
||||||
|
"Y": -92.57648,
|
||||||
|
"Z": 63.035034
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
5235
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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,104 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006655,
|
||||||
|
"Position": {
|
||||||
|
"X": -48.325317,
|
||||||
|
"Y": 17.990356,
|
||||||
|
"Z": -852.47577
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Fly": true,
|
||||||
|
"Action": "Buffet (Sanuwa)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006656,
|
||||||
|
"Position": {
|
||||||
|
"X": 95.23157,
|
||||||
|
"Y": -11.886841,
|
||||||
|
"Z": -817.6242
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Fly": true,
|
||||||
|
"Action": "Buffet (Sanuwa)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006657,
|
||||||
|
"Position": {
|
||||||
|
"X": 205.8899,
|
||||||
|
"Y": -6.9123535,
|
||||||
|
"Z": -785.70233
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Fly": true,
|
||||||
|
"Action": "Buffet (Sanuwa)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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,108 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016089,
|
||||||
|
"Position": {
|
||||||
|
"X": -799.46594,
|
||||||
|
"Y": -133.2695,
|
||||||
|
"Z": -404.1352
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"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": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006662,
|
||||||
|
"Position": {
|
||||||
|
"X": 150.77429,
|
||||||
|
"Y": -133.98956,
|
||||||
|
"Z": 610.00977
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
8
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006661,
|
||||||
|
"Position": {
|
||||||
|
"X": 207.2633,
|
||||||
|
"Y": -124.101685,
|
||||||
|
"Z": 631.8303
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
16
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006658,
|
||||||
|
"Position": {
|
||||||
|
"X": 407.187,
|
||||||
|
"Y": -122.51471,
|
||||||
|
"Z": 724.0558
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"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,169 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016089,
|
||||||
|
"Position": {
|
||||||
|
"X": -799.46594,
|
||||||
|
"Y": -133.2695,
|
||||||
|
"Z": -404.1352
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016091,
|
||||||
|
"Position": {
|
||||||
|
"X": -804.25726,
|
||||||
|
"Y": -133.2695,
|
||||||
|
"Z": -390.89038
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006705,
|
||||||
|
"Position": {
|
||||||
|
"X": -356.1914,
|
||||||
|
"Y": -153.21588,
|
||||||
|
"Z": 246.23486
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop",
|
||||||
|
"Fly": true,
|
||||||
|
"$": "QW: 1 0 16 0 0 2",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
2
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006706,
|
||||||
|
"Position": {
|
||||||
|
"X": -292.34766,
|
||||||
|
"Y": -142.2904,
|
||||||
|
"Z": 325.91736
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"$": "QW: 2 0 32 0 0 3",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
1
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006704,
|
||||||
|
"Position": {
|
||||||
|
"X": -281.11694,
|
||||||
|
"Y": -133.13501,
|
||||||
|
"Z": 345.2964
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"$": "QW: 19 0 48 0 0 7",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
4
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006670,
|
||||||
|
"Position": {
|
||||||
|
"X": 165.85034,
|
||||||
|
"Y": -86.13721,
|
||||||
|
"Z": 415.94556
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"$": "QW: 19 17 48 0 0 39",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006669,
|
||||||
|
"Position": {
|
||||||
|
"X": 282.88696,
|
||||||
|
"Y": -82.26141,
|
||||||
|
"Z": 366.07922
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"$": "QW: 19 34 48 0 0 103",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006671,
|
||||||
|
"Position": {
|
||||||
|
"X": 129.8695,
|
||||||
|
"Y": -92.17981,
|
||||||
|
"Z": 293.11047
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016091,
|
||||||
|
"Position": {
|
||||||
|
"X": -804.25726,
|
||||||
|
"Y": -133.2695,
|
||||||
|
"Z": -390.89038
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -71,7 +71,8 @@
|
|||||||
"TerritoryId": 401,
|
"TerritoryId": 401,
|
||||||
"InteractionType": "Action",
|
"InteractionType": "Action",
|
||||||
"Action": "Buffet (Sanuwa)",
|
"Action": "Buffet (Sanuwa)",
|
||||||
"Fly": true
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [null,null,null,null,null,32]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1016221,
|
"DataId": 1016221,
|
||||||
@ -83,7 +84,8 @@
|
|||||||
"TerritoryId": 401,
|
"TerritoryId": 401,
|
||||||
"InteractionType": "Action",
|
"InteractionType": "Action",
|
||||||
"Action": "Buffet (Sanuwa)",
|
"Action": "Buffet (Sanuwa)",
|
||||||
"Fly": true
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [null,null,null,null,null,64]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1016220,
|
"DataId": 1016220,
|
||||||
|
@ -36,6 +36,16 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 2,
|
"Sequence": 2,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -834.9571,
|
||||||
|
"Y": -130.33038,
|
||||||
|
"Z": -386.03116
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": 833.7674,
|
"X": 833.7674,
|
||||||
@ -93,4 +103,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -0,0 +1,216 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016087,
|
||||||
|
"Position": {
|
||||||
|
"X": -796.7498,
|
||||||
|
"Y": -133.2695,
|
||||||
|
"Z": -410.6966
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -790.3409,
|
||||||
|
"Y": -129.17549,
|
||||||
|
"Z": -409.1912
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1016166,
|
||||||
|
"Position": {
|
||||||
|
"X": 557.885,
|
||||||
|
"Y": -126.23241,
|
||||||
|
"Z": 283.07007
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006627,
|
||||||
|
"Position": {
|
||||||
|
"X": 583.52014,
|
||||||
|
"Y": -126.81775,
|
||||||
|
"Z": 268.0857
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2001901,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006628,
|
||||||
|
"Position": {
|
||||||
|
"X": 632.95935,
|
||||||
|
"Y": -111.680786,
|
||||||
|
"Z": 157.85449
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2001901,
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006629,
|
||||||
|
"Position": {
|
||||||
|
"X": 688.5939,
|
||||||
|
"Y": -95.99457,
|
||||||
|
"Z": 101.27405
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2001901,
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006630,
|
||||||
|
"Position": {
|
||||||
|
"X": 709.86475,
|
||||||
|
"Y": -85.19116,
|
||||||
|
"Z": 29.892456
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2001901,
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
16
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006631,
|
||||||
|
"Position": {
|
||||||
|
"X": 722.8656,
|
||||||
|
"Y": -65.84277,
|
||||||
|
"Z": -57.938538
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2001901,
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
8
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016166,
|
||||||
|
"Position": {
|
||||||
|
"X": 557.885,
|
||||||
|
"Y": -126.23241,
|
||||||
|
"Z": 283.07007
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016166,
|
||||||
|
"Position": {
|
||||||
|
"X": 557.885,
|
||||||
|
"Y": -126.23241,
|
||||||
|
"Z": 283.07007
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Emote",
|
||||||
|
"Emote": "dance"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012064,
|
||||||
|
"Position": {
|
||||||
|
"X": -542.7787,
|
||||||
|
"Y": -37.11544,
|
||||||
|
"Z": -386.7094
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016087,
|
||||||
|
"Position": {
|
||||||
|
"X": -796.7498,
|
||||||
|
"Y": -133.2695,
|
||||||
|
"Z": -410.6966
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,87 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "plogon_enjoyer",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016087,
|
||||||
|
"Position": {
|
||||||
|
"X": -796.7498,
|
||||||
|
"Y": -133.2695,
|
||||||
|
"Z": -410.6966
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006623,
|
||||||
|
"Position": {
|
||||||
|
"X": -761.74567,
|
||||||
|
"Y": -132.61621,
|
||||||
|
"Z": -422.1714
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Emote",
|
||||||
|
"Emote": "sundropdance",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016087,
|
||||||
|
"Position": {
|
||||||
|
"X": -796.7498,
|
||||||
|
"Y": -133.2695,
|
||||||
|
"Z": -410.6966
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012064,
|
||||||
|
"Position": {
|
||||||
|
"X": -542.7787,
|
||||||
|
"Y": -37.11544,
|
||||||
|
"Z": -386.7094
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "The Sea of Clouds - Ok' Zundu",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006637,
|
||||||
|
"Position": {
|
||||||
|
"X": -220.47766,
|
||||||
|
"Y": -4.9592285,
|
||||||
|
"Z": -582.3301
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,114 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016803,
|
||||||
|
"Position": {
|
||||||
|
"X": 57.297607,
|
||||||
|
"Y": -47.842846,
|
||||||
|
"Z": -174.63953
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1017031,
|
||||||
|
"Position": {
|
||||||
|
"X": 74.20459,
|
||||||
|
"Y": -48.533592,
|
||||||
|
"Z": -171.12994
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006915,
|
||||||
|
"Position": {
|
||||||
|
"X": 96.45227,
|
||||||
|
"Y": -66.2395,
|
||||||
|
"Z": 616.6017
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Fumigate",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006916,
|
||||||
|
"Position": {
|
||||||
|
"X": -149.95044,
|
||||||
|
"Y": -55.25299,
|
||||||
|
"Z": 541.37476
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Fumigate",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006917,
|
||||||
|
"Position": {
|
||||||
|
"X": -625.0859,
|
||||||
|
"Y": -49.94281,
|
||||||
|
"Z": 491.02002
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Action",
|
||||||
|
"Action": "Fumigate",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 59.511234,
|
||||||
|
"Y": -48,
|
||||||
|
"Z": -171.35385
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true,
|
||||||
|
"AetheryteShortcut": "The Dravanian Forelands - Anyx Trine"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1016803,
|
||||||
|
"Position": {
|
||||||
|
"X": 57.297607,
|
||||||
|
"Y": -47.842846,
|
||||||
|
"Z": -174.63953
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,173 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016803,
|
||||||
|
"Position": {
|
||||||
|
"X": 57.297607,
|
||||||
|
"Y": -47.842846,
|
||||||
|
"Z": -174.63953
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 449.65012,
|
||||||
|
"Y": -51.141403,
|
||||||
|
"Z": 106.932205
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true,
|
||||||
|
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1011922,
|
||||||
|
"Position": {
|
||||||
|
"X": 448.56934,
|
||||||
|
"Y": -51.141407,
|
||||||
|
"Z": 108.93408
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006918,
|
||||||
|
"Position": {
|
||||||
|
"X": 475.69995,
|
||||||
|
"Y": -44.174927,
|
||||||
|
"Z": -231.46417
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterItemUse",
|
||||||
|
"ItemId": 2001961,
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
71224
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006920,
|
||||||
|
"Position": {
|
||||||
|
"X": 329.4879,
|
||||||
|
"Y": -45.487183,
|
||||||
|
"Z": -262.13477
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterItemUse",
|
||||||
|
"ItemId": 2001961,
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
5548
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2006919,
|
||||||
|
"Position": {
|
||||||
|
"X": 535.45435,
|
||||||
|
"Y": -32.39496,
|
||||||
|
"Z": -410.60504
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterItemUse",
|
||||||
|
"ItemId": 2001961,
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
71224
|
||||||
|
],
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 449.65012,
|
||||||
|
"Y": -51.141403,
|
||||||
|
"Z": 106.932205
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true,
|
||||||
|
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1011922,
|
||||||
|
"Position": {
|
||||||
|
"X": 448.56934,
|
||||||
|
"Y": -51.141407,
|
||||||
|
"Z": 108.93408
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 59.511234,
|
||||||
|
"Y": -48,
|
||||||
|
"Z": -171.35385
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1016803,
|
||||||
|
"Position": {
|
||||||
|
"X": 57.297607,
|
||||||
|
"Y": -47.842846,
|
||||||
|
"Z": -174.63953
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,194 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016802,
|
||||||
|
"Position": {
|
||||||
|
"X": 53.360718,
|
||||||
|
"Y": -48.000004,
|
||||||
|
"Z": -169.97028
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true,
|
||||||
|
"AetheryteShortcut": "The Dravanian Forelands - Anyx Trine",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016841,
|
||||||
|
"Position": {
|
||||||
|
"X": 842.9846,
|
||||||
|
"Y": -8.926968,
|
||||||
|
"Z": 338.2467
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true,
|
||||||
|
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [
|
||||||
|
5541
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016841,
|
||||||
|
"Position": {
|
||||||
|
"X": 842.9846,
|
||||||
|
"Y": -8.926968,
|
||||||
|
"Z": 338.2467
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 875.1023,
|
||||||
|
"Y": -3.6736863,
|
||||||
|
"Z": 355.24545
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1016842,
|
||||||
|
"Position": {
|
||||||
|
"X": -791.9585,
|
||||||
|
"Y": 113.93191,
|
||||||
|
"Z": -624.59753
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1011907,
|
||||||
|
"Position": {
|
||||||
|
"X": -288.8686,
|
||||||
|
"Y": 127.06639,
|
||||||
|
"Z": 13.199036
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2006877,
|
||||||
|
"Position": {
|
||||||
|
"X": -276.63086,
|
||||||
|
"Y": 122.27051,
|
||||||
|
"Z": -45.02942
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2001950
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016890,
|
||||||
|
"Position": {
|
||||||
|
"X": -273.91473,
|
||||||
|
"Y": 122.361694,
|
||||||
|
"Z": -43.320435
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1011928,
|
||||||
|
"Position": {
|
||||||
|
"X": 73.19751,
|
||||||
|
"Y": -49.19563,
|
||||||
|
"Z": -139.05548
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true,
|
||||||
|
"AetheryteShortcut": "The Dravanian Forelands - Anyx Trine"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 8,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016843,
|
||||||
|
"Position": {
|
||||||
|
"X": 103.16626,
|
||||||
|
"Y": -50.70595,
|
||||||
|
"Z": -184.31378
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1016802,
|
||||||
|
"Position": {
|
||||||
|
"X": 53.360718,
|
||||||
|
"Y": -48.000004,
|
||||||
|
"Z": -169.97028
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"Land": 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -163,19 +154,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -75,18 +66,15 @@
|
|||||||
"Sequence": 2,
|
"Sequence": 2,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
|
"DataId": 2005928,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -11.615023,
|
"X": -22.842834,
|
||||||
"Y": 66.32614,
|
"Y": 66.300415,
|
||||||
"Z": 421.28235
|
"Z": 426.1692
|
||||||
},
|
},
|
||||||
"TerritoryId": 135,
|
"TerritoryId": 135,
|
||||||
"InteractionType": "WalkTo"
|
"InteractionType": "Action",
|
||||||
},
|
"Action": "Raiton"
|
||||||
{
|
|
||||||
"TerritoryId": 135,
|
|
||||||
"InteractionType": "WaitForManualProgress",
|
|
||||||
"Comment": "Use Raiton on destination"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -94,18 +82,15 @@
|
|||||||
"Sequence": 3,
|
"Sequence": 3,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
|
"DataId": 2005929,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -45.41632,
|
"X": -46.707886,
|
||||||
"Y": 50.40381,
|
"Y": 48.41687,
|
||||||
"Z": 519.4183
|
"Z": 529.1676
|
||||||
},
|
},
|
||||||
"TerritoryId": 135,
|
"TerritoryId": 135,
|
||||||
"InteractionType": "WalkTo"
|
"InteractionType": "Action",
|
||||||
},
|
"Action": "Raiton"
|
||||||
{
|
|
||||||
"TerritoryId": 135,
|
|
||||||
"InteractionType": "WaitForManualProgress",
|
|
||||||
"Comment": "Use Raiton on destination"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -113,18 +98,15 @@
|
|||||||
"Sequence": 4,
|
"Sequence": 4,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
{
|
{
|
||||||
|
"DataId": 2005930,
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -91.23599,
|
"X": -93.888794,
|
||||||
"Y": 28.63774,
|
"Y": 26.932129,
|
||||||
"Z": 617.4151
|
"Z": 623.25464
|
||||||
},
|
},
|
||||||
"TerritoryId": 135,
|
"TerritoryId": 135,
|
||||||
"InteractionType": "WalkTo"
|
"InteractionType": "Action",
|
||||||
},
|
"Action": "Raiton"
|
||||||
{
|
|
||||||
"TerritoryId": 135,
|
|
||||||
"InteractionType": "WaitForManualProgress",
|
|
||||||
"Comment": "Use Raiton on destination"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -193,19 +175,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -182,18 +173,9 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -111,6 +102,7 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 398,
|
"TerritoryId": 398,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather"
|
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -138,7 +130,8 @@
|
|||||||
"TerritoryId": 398,
|
"TerritoryId": 398,
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
"EnemySpawnType": "AfterInteraction",
|
"EnemySpawnType": "AfterInteraction",
|
||||||
"KillEnemyDataIds": [5042, 4619]
|
"KillEnemyDataIds": [5042, 4619],
|
||||||
|
"Fly": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -153,7 +146,8 @@
|
|||||||
"Z": -217.02905
|
"Z": -217.02905
|
||||||
},
|
},
|
||||||
"TerritoryId": 398,
|
"TerritoryId": 398,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -170,18 +164,9 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -114,19 +105,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -156,7 +138,14 @@
|
|||||||
"TerritoryId": 135,
|
"TerritoryId": 135,
|
||||||
"Fly": true,
|
"Fly": true,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Lower La Noscea - Moraby Drydocks"
|
"AetheryteShortcut": "Lower La Noscea - Moraby Drydocks",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_JOBNIN600_01688_Q1_000_000",
|
||||||
|
"Answer": "TEXT_JOBNIN600_01688_A1_000_010"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -220,18 +209,9 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -0,0 +1,149 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1006747,
|
||||||
|
"Position": {
|
||||||
|
"X": -20.828613,
|
||||||
|
"Y": 29.999964,
|
||||||
|
"Z": -2.4262085
|
||||||
|
},
|
||||||
|
"TerritoryId": 131,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] The Chamber of Rule"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [131]
|
||||||
|
},
|
||||||
|
"AethernetShortcutIf": { "InSameTerritory": true }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014046,
|
||||||
|
"Position": {
|
||||||
|
"X": 38.223755,
|
||||||
|
"Y": 5.000002,
|
||||||
|
"Z": 404.28784
|
||||||
|
},
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Northern Thanalan - Camp Bluefog",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": { "InSameTerritory": true }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014121,
|
||||||
|
"Position": {
|
||||||
|
"X": 47.104614,
|
||||||
|
"Y": 14.24741,
|
||||||
|
"Z": 197.92468
|
||||||
|
},
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2005978,
|
||||||
|
"Position": {
|
||||||
|
"X": 1.5715942,
|
||||||
|
"Y": 21.316772,
|
||||||
|
"Z": 181.8722
|
||||||
|
},
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [4686]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014121,
|
||||||
|
"Position": {
|
||||||
|
"X": 47.104614,
|
||||||
|
"Y": 14.24741,
|
||||||
|
"Z": 197.92468
|
||||||
|
},
|
||||||
|
"TerritoryId": 147,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1006747,
|
||||||
|
"Position": {
|
||||||
|
"X": -20.828613,
|
||||||
|
"Y": 29.999964,
|
||||||
|
"Z": -2.4262085
|
||||||
|
},
|
||||||
|
"TerritoryId": 131,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] The Chamber of Rule"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [131]
|
||||||
|
},
|
||||||
|
"AethernetShortcutIf": { "InSameTerritory": true }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1003995,
|
||||||
|
"Position": {
|
||||||
|
"X": 75.33374,
|
||||||
|
"Y": 2.135708,
|
||||||
|
"Z": 316.33472
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] The Chamber of Rule",
|
||||||
|
"[Ul'dah] Gate of Thal (Central Thanalan)"
|
||||||
|
],
|
||||||
|
"$": "nald and thal are approx. the same distance but coming from nald requires an extra walkto because it tries and fails to land on the ledge",
|
||||||
|
"NextQuestId": 2033
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,150 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1003995,
|
||||||
|
"Position": {
|
||||||
|
"X": 75.33374,
|
||||||
|
"Y": 2.135708,
|
||||||
|
"Z": 316.33472
|
||||||
|
},
|
||||||
|
"TerritoryId": 141,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Ul'dah",
|
||||||
|
"AethernetShortcut": [
|
||||||
|
"[Ul'dah] Aetheryte Plaza",
|
||||||
|
"[Ul'dah] Gate of Thal (Central Thanalan)"
|
||||||
|
],
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [141]
|
||||||
|
},
|
||||||
|
"AethernetShortcutIf": { "InSameTerritory": true }
|
||||||
|
},
|
||||||
|
"$":"you could swap this shortcut out for black brush station, just figured it worked once."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1011237,
|
||||||
|
"Position": {
|
||||||
|
"X": 447.3181,
|
||||||
|
"Y": 212.53984,
|
||||||
|
"Z": 725.00183
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": { "InSameTerritory": true }
|
||||||
|
},
|
||||||
|
"CompletionQuestVariablesFlags": [null, null, null, null, null, 32],
|
||||||
|
"$": "0 0 0 0 0 0 -> 1 0 0 0 0 32"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1011233,
|
||||||
|
"Position": {
|
||||||
|
"X": 518.9136,
|
||||||
|
"Y": 217.95152,
|
||||||
|
"Z": 769.9243
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [null, null, null, null, null, 128],
|
||||||
|
"$": "1 0 0 0 0 32 -> 2 0 0 0 0 160"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1011235,
|
||||||
|
"Position": {
|
||||||
|
"X": 522.54517,
|
||||||
|
"Y": 228.3512,
|
||||||
|
"Z": 723.5675
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [null, null, null, null, null, 64],
|
||||||
|
"$": "if done as second step, 1 0 0 0 0 32 -> 2 0 0 0 0 96"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014052,
|
||||||
|
"Position": {
|
||||||
|
"X": 458.12158,
|
||||||
|
"Y": 200.23763,
|
||||||
|
"Z": 658.0757
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 50.883884,
|
||||||
|
"Y": 124.41451,
|
||||||
|
"Z": 174.64914
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"Fly": true,
|
||||||
|
"KillEnemyDataIds": [5043, 4619],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{ "Low": 3 },
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1014053,
|
||||||
|
"Position": {
|
||||||
|
"X": 48.966187,
|
||||||
|
"Y": 124.34676,
|
||||||
|
"Z": 175.73816
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014054,
|
||||||
|
"Position": {
|
||||||
|
"X": 509.17822,
|
||||||
|
"Y": 212.5399,
|
||||||
|
"Z": 695.796
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||||
|
"NextQuestId": 2034
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,194 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014054,
|
||||||
|
"Position": {
|
||||||
|
"X": 509.17822,
|
||||||
|
"Y": 212.5399,
|
||||||
|
"Z": 695.796
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014055,
|
||||||
|
"Position": {
|
||||||
|
"X": 173.69336,
|
||||||
|
"Y": 133.38922,
|
||||||
|
"Z": -413.47375
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2005983,
|
||||||
|
"Position": {
|
||||||
|
"X": 108.07959,
|
||||||
|
"Y": 129.41174,
|
||||||
|
"Z": -403.52484
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2005980,
|
||||||
|
"Position": {
|
||||||
|
"X": 64.68298,
|
||||||
|
"Y": 128.61829,
|
||||||
|
"Z": -397.42126
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014055,
|
||||||
|
"Position": {
|
||||||
|
"X": 173.69336,
|
||||||
|
"Y": 133.38922,
|
||||||
|
"Z": -413.47375
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2005981,
|
||||||
|
"Position": {
|
||||||
|
"X": 15.487854,
|
||||||
|
"Y": 106.09595,
|
||||||
|
"Z": -419.30273
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2005982,
|
||||||
|
"Position": {
|
||||||
|
"X": -4.6845703,
|
||||||
|
"Y": 94.13281,
|
||||||
|
"Z": -506.15704
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -134.89986,
|
||||||
|
"Y": 88.67885,
|
||||||
|
"Z": -576.3159
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"Fly": true,
|
||||||
|
"KillEnemyDataIds": [4360, 4619],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
{ "Low": 3 },
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1014058,
|
||||||
|
"Position": {
|
||||||
|
"X": -138.35364,
|
||||||
|
"Y": 88.59643,
|
||||||
|
"Z": -577.0504
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014059,
|
||||||
|
"Position": {
|
||||||
|
"X": -788.02167,
|
||||||
|
"Y": 113.151276,
|
||||||
|
"Z": -589.807
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "SinglePlayerDuty",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 8,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014064,
|
||||||
|
"Position": {
|
||||||
|
"X": -788.02167,
|
||||||
|
"Y": 113.151276,
|
||||||
|
"Z": -589.807
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014065,
|
||||||
|
"Position": {
|
||||||
|
"X": 509.17822,
|
||||||
|
"Y": 212.5399,
|
||||||
|
"Z": 695.796
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||||
|
"NextQuestId": 2035
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,91 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014065,
|
||||||
|
"Position": {
|
||||||
|
"X": 509.17822,
|
||||||
|
"Y": 212.5399,
|
||||||
|
"Z": 695.796
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1011922,
|
||||||
|
"Position": {
|
||||||
|
"X": 448.56934,
|
||||||
|
"Y": -51.141407,
|
||||||
|
"Z": 108.93408
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "The Dravanian Forelands - Tailfeather"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014067,
|
||||||
|
"Position": {
|
||||||
|
"X": 451.34656,
|
||||||
|
"Y": -24.978418,
|
||||||
|
"Z": -496.39127
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2005986,
|
||||||
|
"Position": {
|
||||||
|
"X": 507.86584,
|
||||||
|
"Y": -21.927307,
|
||||||
|
"Z": -524.4374
|
||||||
|
},
|
||||||
|
"TerritoryId": 398,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014068,
|
||||||
|
"Position": {
|
||||||
|
"X": 51.132935,
|
||||||
|
"Y": 124.95631,
|
||||||
|
"Z": 178.69836
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": { "InSameTerritory": true }
|
||||||
|
},
|
||||||
|
"NextQuestId": 2036
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,170 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014068,
|
||||||
|
"Position": {
|
||||||
|
"X": 51.132935,
|
||||||
|
"Y": 124.95631,
|
||||||
|
"Z": 178.69836
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014069,
|
||||||
|
"Position": {
|
||||||
|
"X": 460.5935,
|
||||||
|
"Y": 200.23763,
|
||||||
|
"Z": 658.56396
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1011233,
|
||||||
|
"Position": {
|
||||||
|
"X": 518.9136,
|
||||||
|
"Y": 217.95152,
|
||||||
|
"Z": 769.9243
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014073,
|
||||||
|
"Position": {
|
||||||
|
"X": -693.8125,
|
||||||
|
"Y": -109.83532,
|
||||||
|
"Z": 490.95898
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "The Sea of Clouds - Camp Cloudtop"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014075,
|
||||||
|
"Position": {
|
||||||
|
"X": -272.17517,
|
||||||
|
"Y": -184.2003,
|
||||||
|
"Z": 736.0493
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -43.012157,
|
||||||
|
"Y": -176.80112,
|
||||||
|
"Z": 753.7885
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [5048, 5049]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 207.48586,
|
||||||
|
"Y": -176.39336,
|
||||||
|
"Z": 721.5167
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"Fly": true,
|
||||||
|
"EnemySpawnType": "AutoOnEnterArea",
|
||||||
|
"KillEnemyDataIds": [4687, 4688]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 7,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014088,
|
||||||
|
"Position": {
|
||||||
|
"X": 200.42712,
|
||||||
|
"Y": -176.62952,
|
||||||
|
"Z": 737.0565
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 8,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014089,
|
||||||
|
"Position": {
|
||||||
|
"X": 205.98145,
|
||||||
|
"Y": -176.69763,
|
||||||
|
"Z": 739.52844
|
||||||
|
},
|
||||||
|
"TerritoryId": 401,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1015055,
|
||||||
|
"Position": {
|
||||||
|
"X": 509.17822,
|
||||||
|
"Y": 212.5399,
|
||||||
|
"Z": 695.796
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||||
|
"NextQuestId": 2037
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,135 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "goatzone",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014092,
|
||||||
|
"Position": {
|
||||||
|
"X": 509.17822,
|
||||||
|
"Y": 212.5399,
|
||||||
|
"Z": 695.796
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014094,
|
||||||
|
"Position": {
|
||||||
|
"X": 457.51123,
|
||||||
|
"Y": 200.23764,
|
||||||
|
"Z": 660.8834
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2005990,
|
||||||
|
"Position": {
|
||||||
|
"X": 51.865356,
|
||||||
|
"Y": 125.26123,
|
||||||
|
"Z": 179.85803
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014096,
|
||||||
|
"Position": {
|
||||||
|
"X": 458.64026,
|
||||||
|
"Y": 200.23764,
|
||||||
|
"Z": 659.7848
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014097,
|
||||||
|
"Position": {
|
||||||
|
"X": 452.90295,
|
||||||
|
"Y": 130.79962,
|
||||||
|
"Z": -850.1869
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"$": "it might be faster to shortcut to ok' zundu and fly to the adjoiner? this is simpler; smacks into the North Star but doesn't get stuck."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014099,
|
||||||
|
"Position": {
|
||||||
|
"X": 457.20605,
|
||||||
|
"Y": 130.79962,
|
||||||
|
"Z": -848.6
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "SinglePlayerDuty"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014102,
|
||||||
|
"Position": {
|
||||||
|
"X": 454.5204,
|
||||||
|
"Y": 130.79962,
|
||||||
|
"Z": -850.2479
|
||||||
|
},
|
||||||
|
"StopDistance": 5,
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1014103,
|
||||||
|
"Position": {
|
||||||
|
"X": 509.17822,
|
||||||
|
"Y": 212.5399,
|
||||||
|
"Z": 695.796
|
||||||
|
},
|
||||||
|
"TerritoryId": 397,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Coerthas Western Highlands - Falcon's Nest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,100 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "UcanPatates",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012133,
|
||||||
|
"Position": {
|
||||||
|
"X": -26.840637,
|
||||||
|
"Y": 206.49944,
|
||||||
|
"Z": 28.67163
|
||||||
|
},
|
||||||
|
"TerritoryId": 478,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"AetheryteShortcut": "Idyllshire",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
478
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 148.23425,
|
||||||
|
"Y": 207,
|
||||||
|
"Z": 119.497574
|
||||||
|
},
|
||||||
|
"TerritoryId": 478,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "Idyllshire",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true,
|
||||||
|
"InTerritory": [
|
||||||
|
399
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
399
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1018367,
|
||||||
|
"Position": {
|
||||||
|
"X": 302.11328,
|
||||||
|
"Y": 232.54102,
|
||||||
|
"Z": 767.14734
|
||||||
|
},
|
||||||
|
"TerritoryId": 399,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 399,
|
||||||
|
"InteractionType": "Duty",
|
||||||
|
"ContentFinderConditionId": 196
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1012133,
|
||||||
|
"Position": {
|
||||||
|
"X": -26.840637,
|
||||||
|
"Y": 206.49944,
|
||||||
|
"Z": 28.67163
|
||||||
|
},
|
||||||
|
"TerritoryId": 478,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Idyllshire",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1,146 @@
|
|||||||
|
{
|
||||||
|
"$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": 1024538,
|
||||||
|
"Position": {
|
||||||
|
"X": 703.7003,
|
||||||
|
"Y": 0.73878324,
|
||||||
|
"Z": -26.077698
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2009241,
|
||||||
|
"Position": {
|
||||||
|
"X": 532.6465,
|
||||||
|
"Y": 0.99176025,
|
||||||
|
"Z": -201.2818
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [8234],
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, null, [34], null, null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 8234,
|
||||||
|
"Position": {
|
||||||
|
"X": 534.78296,
|
||||||
|
"Y": 1,
|
||||||
|
"Z": -193.164
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2002398,
|
||||||
|
"RequiredQuestVariables": [null, null, [34], null, null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009240,
|
||||||
|
"Position": {
|
||||||
|
"X": 620.2334,
|
||||||
|
"Y": 0.10675049,
|
||||||
|
"Z": -315.9076
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [8233],
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, null, [18, 35], null, null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 8233,
|
||||||
|
"Position": {
|
||||||
|
"X": 616.9984,
|
||||||
|
"Y": 0.04129504,
|
||||||
|
"Z": -318.1964
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2002398,
|
||||||
|
"RequiredQuestVariables": [null, null, [18, 35], null, null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009239,
|
||||||
|
"Position": {
|
||||||
|
"X": 762.9358,
|
||||||
|
"Y": 0.44250488,
|
||||||
|
"Z": -286.7323
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "AfterInteraction",
|
||||||
|
"KillEnemyDataIds": [8232],
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, null, [19], null, null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 8232,
|
||||||
|
"Position": {
|
||||||
|
"X": 760.98267,
|
||||||
|
"Y": 0.36481446,
|
||||||
|
"Z": -290.0893
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2002398,
|
||||||
|
"RequiredQuestVariables": [null, null, [19], 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,206 @@
|
|||||||
|
{
|
||||||
|
"$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": 291.9449,
|
||||||
|
"Y": -62.62814,
|
||||||
|
"Z": -214.1033
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true,
|
||||||
|
"RestartNavigationIfCancelled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009094,
|
||||||
|
"Position": {
|
||||||
|
"X": 211.078,
|
||||||
|
"Y": -135.14917,
|
||||||
|
"Z": 56.168457
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [
|
||||||
|
null,
|
||||||
|
[1, 3, 5, 6, 7, 8],
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009095,
|
||||||
|
"Position": {
|
||||||
|
"X": 163.0426,
|
||||||
|
"Y": -148.05829,
|
||||||
|
"Z": 72.28198
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, [2, 9, 21], null, null, null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009096,
|
||||||
|
"Position": {
|
||||||
|
"X": 134.23352,
|
||||||
|
"Y": -161.21161,
|
||||||
|
"Z": 70.450806
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, [24, 37], null, null, null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009080,
|
||||||
|
"Position": {
|
||||||
|
"X": 196.27673,
|
||||||
|
"Y": -146.685,
|
||||||
|
"Z": 40.45166
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, [4, 19], null, null, null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009081,
|
||||||
|
"Position": {
|
||||||
|
"X": 151.56775,
|
||||||
|
"Y": -168.1087,
|
||||||
|
"Z": 49.454468
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, [22, 23, 40], null, null, null, null]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009082,
|
||||||
|
"Position": {
|
||||||
|
"X": 141.86316,
|
||||||
|
"Y": -170.30597,
|
||||||
|
"Z": 96.75745
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [
|
||||||
|
null,
|
||||||
|
[18, 17, 20, 35, 38],
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009083,
|
||||||
|
"Position": {
|
||||||
|
"X": 165.08728,
|
||||||
|
"Y": -143.54169,
|
||||||
|
"Z": 116.227905
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [
|
||||||
|
null,
|
||||||
|
[25, 33, 36, 39],
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2009084,
|
||||||
|
"Position": {
|
||||||
|
"X": 173.81543,
|
||||||
|
"Y": -167.3457,
|
||||||
|
"Z": 114.61047
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"RequiredQuestVariables": [null, [34, 41], null, null, null, null]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": 804.21405,
|
||||||
|
"Y": 1.4000988,
|
||||||
|
"Z": 720.92487
|
||||||
|
},
|
||||||
|
"TerritoryId": 613,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1024460,
|
||||||
|
"Position": {
|
||||||
|
"X": 873.9298,
|
||||||
|
"Y": 1.1792068,
|
||||||
|
"Z": 851.9568
|
||||||
|
},
|
||||||
|
"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,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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -115,6 +106,13 @@
|
|||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Limsa Lominsa] Aetheryte Plaza",
|
"[Limsa Lominsa] Aetheryte Plaza",
|
||||||
"[Limsa Lominsa] The Aftcastle"
|
"[Limsa Lominsa] The Aftcastle"
|
||||||
|
],
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_JOBNIN601_02948_Q1_000_031",
|
||||||
|
"Answer": "TEXT_JOBNIN601_02948_A3_000_034"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -210,18 +208,9 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -15,19 +15,10 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true },
|
"AetheryteShortcutIf": { "InSameTerritory": true },
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
@ -74,7 +65,8 @@
|
|||||||
"Z": -60.22008
|
"Z": -60.22008
|
||||||
},
|
},
|
||||||
"TerritoryId": 628,
|
"TerritoryId": 628,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "Action",
|
||||||
|
"Action": "Hide",
|
||||||
"AethernetShortcut": [
|
"AethernetShortcut": [
|
||||||
"[Kugane] Sekiseigumi Barracks",
|
"[Kugane] Sekiseigumi Barracks",
|
||||||
"[Kugane] Aetheryte Plaza"
|
"[Kugane] Aetheryte Plaza"
|
||||||
@ -93,11 +85,20 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"InteractionType": "WaitForManualProgress",
|
"Position": {
|
||||||
|
"X": -46.572186,
|
||||||
|
"Y": 3.0135043,
|
||||||
|
"Z": -71.70311
|
||||||
|
},
|
||||||
"TerritoryId": 628,
|
"TerritoryId": 628,
|
||||||
"Comment": "Hide, then approach Loutish Lickspittle",
|
"InteractionType": "WalkTo",
|
||||||
"CompletionQuestVariablesFlags": [null, null, null, null, null, 128]
|
"CompletionQuestVariablesFlags": [null, null, null, null, null, 128]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 628,
|
||||||
|
"InteractionType": "StatusOff",
|
||||||
|
"Status": "Hidden"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -53.864307,
|
"X": -53.864307,
|
||||||
@ -105,18 +106,28 @@
|
|||||||
"Z": -106.929726
|
"Z": -106.929726
|
||||||
},
|
},
|
||||||
"TerritoryId": 628,
|
"TerritoryId": 628,
|
||||||
"InteractionType": "WalkTo"
|
"InteractionType": "Action",
|
||||||
|
"Action": "Hide"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"InteractionType": "WaitForManualProgress",
|
"Position": {
|
||||||
|
"X": -82.41595,
|
||||||
|
"Y": -7.300003,
|
||||||
|
"Z": -111.459076
|
||||||
|
},
|
||||||
"TerritoryId": 628,
|
"TerritoryId": 628,
|
||||||
"Comment": "Hide, then approach the two NPCs downstairs"
|
"InteractionType": "WalkTo"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 3,
|
"Sequence": 3,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 628,
|
||||||
|
"InteractionType": "StatusOff",
|
||||||
|
"Status": "Hidden"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1023555,
|
"DataId": 1023555,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -17,7 +17,14 @@
|
|||||||
"AetheryteShortcut": "Yanxia - Namai",
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true }
|
"AetheryteShortcutIf": { "InSameTerritory": true }
|
||||||
}
|
},
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_JOBNIN680_02951_Q1_000_003",
|
||||||
|
"Answer": "TEXT_JOBNIN680_02951_A3_000_006"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -48,7 +55,14 @@
|
|||||||
"Z": -96.75751
|
"Z": -96.75751
|
||||||
},
|
},
|
||||||
"TerritoryId": 614,
|
"TerritoryId": 614,
|
||||||
"InteractionType": "Interact"
|
"InteractionType": "Interact",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "YesNo",
|
||||||
|
"Prompt": "TEXT_JOBNIN680_02951_SYSTEM_100_049",
|
||||||
|
"Yes": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -91,10 +105,12 @@
|
|||||||
"Y": 16.160986,
|
"Y": 16.160986,
|
||||||
"Z": 390.68732
|
"Z": 390.68732
|
||||||
},
|
},
|
||||||
|
"StopDistance": 1,
|
||||||
"TerritoryId": 614,
|
"TerritoryId": 614,
|
||||||
"InteractionType": "Combat",
|
"InteractionType": "Combat",
|
||||||
"KillEnemyDataIds": [6641],
|
"KillEnemyDataIds": [6641],
|
||||||
"EnemySpawnType": "OverworldEnemies"
|
"EnemySpawnType": "OverworldEnemies",
|
||||||
|
"Fly": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -110,7 +126,14 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 614,
|
"TerritoryId": 614,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Yanxia - Namai"
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "YesNo",
|
||||||
|
"Prompt": "TEXT_JOBNIN680_02951_SYSTEM_100_049",
|
||||||
|
"Yes": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -17,7 +17,14 @@
|
|||||||
"AetheryteShortcut": "Yanxia - Namai",
|
"AetheryteShortcut": "Yanxia - Namai",
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": { "InSameTerritory": true }
|
"AetheryteShortcutIf": { "InSameTerritory": true }
|
||||||
}
|
},
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_JOBNIN700_02952_Q1_100_004",
|
||||||
|
"Answer": "TEXT_JOBNIN700_02952_A1_100_005"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -34,7 +41,7 @@
|
|||||||
"TerritoryId": 622,
|
"TerritoryId": 622,
|
||||||
"InteractionType": "SinglePlayerDuty",
|
"InteractionType": "SinglePlayerDuty",
|
||||||
"Fly": true,
|
"Fly": true,
|
||||||
"AetheryteShortcut": "Azim Steppe - Dawn Throne",
|
"AetheryteShortcut": "Azim Steppe - Reunion",
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"AetheryteShortcutIf": {
|
"AetheryteShortcutIf": {
|
||||||
"NearPosition": {
|
"NearPosition": {
|
||||||
@ -64,18 +71,9 @@
|
|||||||
"TerritoryId": 137,
|
"TerritoryId": 137,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
"AetheryteShortcut": "Eastern La Noscea - Wineport",
|
||||||
"Fly": true,
|
|
||||||
"SkipConditions": {
|
"SkipConditions": {
|
||||||
"StepIf": {
|
"StepIf": {
|
||||||
"NearPosition": {
|
"ExtraCondition": "DockStorehouse"
|
||||||
"Position": {
|
|
||||||
"X": -25.149055,
|
|
||||||
"Y": -24.773232,
|
|
||||||
"Z": 258.15594
|
|
||||||
},
|
|
||||||
"TerritoryId": 137,
|
|
||||||
"MaximumDistance": 25
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TargetTerritoryId": 137
|
"TargetTerritoryId": 137
|
||||||
|
@ -0,0 +1,359 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "liza",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1036043,
|
||||||
|
"Position": {
|
||||||
|
"X": 653.8948,
|
||||||
|
"Y": 297.51984,
|
||||||
|
"Z": -171.80133
|
||||||
|
},
|
||||||
|
"TerritoryId": 814,
|
||||||
|
"InteractionType": "AcceptQuest",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Kholusia - Stilltide",
|
||||||
|
"SkipConditions": {
|
||||||
|
"AetheryteShortcutIf": {
|
||||||
|
"InSameTerritory": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"DialogueChoices": [
|
||||||
|
{
|
||||||
|
"Type": "List",
|
||||||
|
"Prompt": "TEXT_LUCKTA522_04051_Q1_000_000",
|
||||||
|
"Answer": "TEXT_LUCKTA522_04051_A1_000_001"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2011154,
|
||||||
|
"Position": {
|
||||||
|
"X": 703.1509,
|
||||||
|
"Y": 295.3993,
|
||||||
|
"Z": -160.20447
|
||||||
|
},
|
||||||
|
"TerritoryId": 814,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 928,
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"InTerritory": [
|
||||||
|
928
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -352.89597,
|
||||||
|
"Y": 106.840775,
|
||||||
|
"Z": 337.33798
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"RestartNavigationIfCancelled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "None",
|
||||||
|
"DelaySecondsAtStart": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -271.62762,
|
||||||
|
"Y": 69.97228,
|
||||||
|
"Z": 273.0655
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"RestartNavigationIfCancelled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "None",
|
||||||
|
"DelaySecondsAtStart": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -234.40671,
|
||||||
|
"Y": 30,
|
||||||
|
"Z": 168.78214
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -237.90593,
|
||||||
|
"Y": 36.4109,
|
||||||
|
"Z": 107.25123
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -264.81836,
|
||||||
|
"Y": 20.597822,
|
||||||
|
"Z": 72.87652
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"DisableNavmesh": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -246.3392,
|
||||||
|
"Y": 2.727209,
|
||||||
|
"Z": 47.629112
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"DisableNavmesh": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2011477,
|
||||||
|
"Position": {
|
||||||
|
"X": -233.6004,
|
||||||
|
"Y": 2.5177002,
|
||||||
|
"Z": 49.637573
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"DisableNavmesh": true,
|
||||||
|
"RequiredQuestVariables": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
[
|
||||||
|
1
|
||||||
|
],
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
],
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
128
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -246.3392,
|
||||||
|
"Y": 2.727209,
|
||||||
|
"Z": 47.629112
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"DisableNavmesh": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -233.77907,
|
||||||
|
"Y": -3.860001,
|
||||||
|
"Z": 31.767477
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"DisableNavmesh": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2011234,
|
||||||
|
"Position": {
|
||||||
|
"X": -230.12134,
|
||||||
|
"Y": -2.609314,
|
||||||
|
"Z": 11.612061
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 928
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -229.71193,
|
||||||
|
"Y": -115.06235,
|
||||||
|
"Z": -115.379684
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"RestartNavigationIfCancelled": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "None",
|
||||||
|
"DelaySecondsAtStart": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -229.93883,
|
||||||
|
"Y": -150.49908,
|
||||||
|
"Z": -219.08035
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -229.96237,
|
||||||
|
"Y": -168.28922,
|
||||||
|
"Z": -329.79776
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"DisableNavmesh": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -237.64621,
|
||||||
|
"Y": -168.16484,
|
||||||
|
"Z": -336.7267
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"RestartNavigationIfCancelled": false,
|
||||||
|
"DelaySecondsAtStart": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "None",
|
||||||
|
"DelaySecondsAtStart": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2011458,
|
||||||
|
"Position": {
|
||||||
|
"X": -295.1858,
|
||||||
|
"Y": -203.93689,
|
||||||
|
"Z": -329.36603
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -305.8408,
|
||||||
|
"Y": -204.6433,
|
||||||
|
"Z": -336.8385
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "WalkTo",
|
||||||
|
"RestartNavigationIfCancelled": false,
|
||||||
|
"DelaySecondsAtStart": 2,
|
||||||
|
"RequiredQuestVariables": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
[2],
|
||||||
|
null,
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "None",
|
||||||
|
"DelaySecondsAtStart": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Position": {
|
||||||
|
"X": -366.50647,
|
||||||
|
"Y": -241.32147,
|
||||||
|
"Z": -311.57397
|
||||||
|
},
|
||||||
|
"StopDistance": 0.5,
|
||||||
|
"TerritoryId": 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": 2011269,
|
||||||
|
"Position": {
|
||||||
|
"X": -366.50647,
|
||||||
|
"Y": -248.43219,
|
||||||
|
"Z": -285.6947
|
||||||
|
},
|
||||||
|
"TerritoryId": 928,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"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": {
|
||||||
|
"X": 653.8948,
|
||||||
|
"Y": 297.51984,
|
||||||
|
"Z": -171.80133
|
||||||
|
},
|
||||||
|
"TerritoryId": 814,
|
||||||
|
"InteractionType": "CompleteQuest",
|
||||||
|
"AetheryteShortcut": "Kholusia - Stilltide",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "liza",
|
"Author": "pot0to",
|
||||||
"Disabled": true,
|
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
@ -13,7 +12,8 @@
|
|||||||
"Z": -273.68756
|
"Z": -273.68756
|
||||||
},
|
},
|
||||||
"TerritoryId": 959,
|
"TerritoryId": 959,
|
||||||
"InteractionType": "WalkTo"
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1044403,
|
"DataId": 1044403,
|
||||||
@ -30,6 +30,38 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044412,
|
||||||
|
"Position": {
|
||||||
|
"X": -181.56714,
|
||||||
|
"Y": -49.19972,
|
||||||
|
"Z": -304.76843
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 38871,
|
||||||
|
"ItemCount": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1044584,
|
||||||
|
"Position": {
|
||||||
|
"X": 563.8971,
|
||||||
|
"Y": -167.50002,
|
||||||
|
"Z": -594.53723
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -42,7 +74,8 @@
|
|||||||
"Z": -273.68756
|
"Z": -273.68756
|
||||||
},
|
},
|
||||||
"TerritoryId": 959,
|
"TerritoryId": 959,
|
||||||
"InteractionType": "WalkTo"
|
"InteractionType": "WalkTo",
|
||||||
|
"Fly": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1044403,
|
"DataId": 1044403,
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
"Author": "liza",
|
"Author": "pot0to",
|
||||||
"Disabled": true,
|
|
||||||
"QuestSequence": [
|
"QuestSequence": [
|
||||||
{
|
{
|
||||||
"Sequence": 0,
|
"Sequence": 0,
|
||||||
@ -30,6 +29,51 @@
|
|||||||
{
|
{
|
||||||
"Sequence": 1,
|
"Sequence": 1,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044571,
|
||||||
|
"Position": {
|
||||||
|
"X": 20.09607,
|
||||||
|
"Y": 64.97662,
|
||||||
|
"Z": 43.411865
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044571,
|
||||||
|
"Position": {
|
||||||
|
"X": 20.09607,
|
||||||
|
"Y": 64.97662,
|
||||||
|
"Z": 43.411865
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2003449,
|
||||||
|
"GroundTarget": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044571,
|
||||||
|
"Position": {
|
||||||
|
"X": 20.09607,
|
||||||
|
"Y": 64.97662,
|
||||||
|
"Z": 43.411865
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "UseItem",
|
||||||
|
"ItemId": 2003449,
|
||||||
|
"GroundTarget": true
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -42,7 +86,9 @@
|
|||||||
"Z": -273.68756
|
"Z": -273.68756
|
||||||
},
|
},
|
||||||
"TerritoryId": 959,
|
"TerritoryId": 959,
|
||||||
"InteractionType": "WalkTo"
|
"InteractionType": "WalkTo",
|
||||||
|
"AetheryteShortcut": "Mare Lamentorum - Bestways Burrow",
|
||||||
|
"Fly": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1044403,
|
"DataId": 1044403,
|
||||||
|
@ -0,0 +1,179 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||||
|
"Author": "AnimaMachinae",
|
||||||
|
"QuestSequence": [
|
||||||
|
{
|
||||||
|
"Sequence": 0,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044402,
|
||||||
|
"Position": {
|
||||||
|
"X": -193.89642,
|
||||||
|
"Y": -49.19972,
|
||||||
|
"Z": -262.13477
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "AcceptQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 1,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 2013281,
|
||||||
|
"Position": {
|
||||||
|
"X": -330.19,
|
||||||
|
"Y": 105.1499,
|
||||||
|
"Z": 554.5586
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Mare Lamentorum - Sinus Lacrimarum"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 2,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044942,
|
||||||
|
"Position": {
|
||||||
|
"X": -331.838,
|
||||||
|
"Y": 105.39431,
|
||||||
|
"Z": 551.2322
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 3,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044931,
|
||||||
|
"Position": {
|
||||||
|
"X": 148.30237,
|
||||||
|
"Y": -49.589592,
|
||||||
|
"Z": -361.77618
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Mare Lamentorum - Bestways Burrow"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 4,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044402,
|
||||||
|
"Position": {
|
||||||
|
"X": -193.89642,
|
||||||
|
"Y": -49.19972,
|
||||||
|
"Z": -262.13477
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 5,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044944,
|
||||||
|
"Position": {
|
||||||
|
"X": -463.55383,
|
||||||
|
"Y": -157.99237,
|
||||||
|
"Z": -513.3593
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Mare Lamentorum - Bestways Burrow",
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
64
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1044945,
|
||||||
|
"Position": {
|
||||||
|
"X": -540.1236,
|
||||||
|
"Y": -167.8502,
|
||||||
|
"Z": -620.63025
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"CompletionQuestVariablesFlags": [
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
null,
|
||||||
|
32
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1044943,
|
||||||
|
"Position": {
|
||||||
|
"X": -414.54187,
|
||||||
|
"Y": -158.1177,
|
||||||
|
"Z": -639.9481
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 6,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1044947,
|
||||||
|
"Position": {
|
||||||
|
"X": -145.70844,
|
||||||
|
"Y": -49.19972,
|
||||||
|
"Z": -271.5343
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"Fly": true,
|
||||||
|
"AetheryteShortcut": "Mare Lamentorum - Bestways Burrow"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Sequence": 255,
|
||||||
|
"Steps": [
|
||||||
|
{
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "Craft",
|
||||||
|
"ItemId": 38849,
|
||||||
|
"ItemCount": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1044947,
|
||||||
|
"Position": {
|
||||||
|
"X": -145.70844,
|
||||||
|
"Y": -49.19972,
|
||||||
|
"Z": -271.5343
|
||||||
|
},
|
||||||
|
"TerritoryId": 959,
|
||||||
|
"InteractionType": "CompleteQuest"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -48,6 +48,31 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"DataId": 2013072,
|
||||||
|
"Position": {
|
||||||
|
"X": 456.65674,
|
||||||
|
"Y": 438.04077,
|
||||||
|
"Z": 310.2312
|
||||||
|
},
|
||||||
|
"TerritoryId": 960,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"AetheryteShortcut": "Ultima Thule - Base Omicron",
|
||||||
|
"TargetTerritoryId": 960,
|
||||||
|
"$": "Portal to A-4 Research"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"DataId": 1043865,
|
||||||
|
"Position": {
|
||||||
|
"X": 301.8081,
|
||||||
|
"Y": 482.13644,
|
||||||
|
"Z": 165.02625
|
||||||
|
},
|
||||||
|
"TerritoryId": 960,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 960,
|
||||||
|
"$": "Last Dregs Host Unit"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1043936,
|
"DataId": 1043936,
|
||||||
"Position": {
|
"Position": {
|
||||||
@ -56,15 +81,25 @@
|
|||||||
"Z": 250.93457
|
"Z": 250.93457
|
||||||
},
|
},
|
||||||
"TerritoryId": 960,
|
"TerritoryId": 960,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact"
|
||||||
"AetheryteShortcut": "Ultima Thule - Base Omicron",
|
|
||||||
"Mount": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Sequence": 255,
|
"Sequence": 255,
|
||||||
"Steps": [
|
"Steps": [
|
||||||
|
{
|
||||||
|
"DataId": 1043864,
|
||||||
|
"Position": {
|
||||||
|
"X": 244.83093,
|
||||||
|
"Y": 564.8203,
|
||||||
|
"Z": 261.76843
|
||||||
|
},
|
||||||
|
"TerritoryId": 960,
|
||||||
|
"InteractionType": "Interact",
|
||||||
|
"TargetTerritoryId": 960,
|
||||||
|
"$": "A-4 Transport Unit"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1043417,
|
"DataId": 1043417,
|
||||||
"Position": {
|
"Position": {
|
||||||
|
@ -110,18 +110,19 @@
|
|||||||
"InteractionType": "Jump",
|
"InteractionType": "Jump",
|
||||||
"JumpDestination": {
|
"JumpDestination": {
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -443.62042,
|
"X": -444.56757,
|
||||||
"Y": -160.7644,
|
"Y": -160.76439,
|
||||||
"Z": -644.7719
|
"Z": -644.749
|
||||||
}
|
},
|
||||||
|
"DelaySeconds": 0.7
|
||||||
},
|
},
|
||||||
"Comment": "Platform 4"
|
"Comment": "Platform 4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Position": {
|
"Position": {
|
||||||
"X": -443.62042,
|
"X": -444.56757,
|
||||||
"Y": -160.7644,
|
"Y": -160.76439,
|
||||||
"Z": -644.7719
|
"Z": -644.749
|
||||||
},
|
},
|
||||||
"TerritoryId": 959,
|
"TerritoryId": 959,
|
||||||
"InteractionType": "Jump",
|
"InteractionType": "Jump",
|
||||||
|
@ -29,7 +29,12 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 959,
|
"TerritoryId": 959,
|
||||||
"InteractionType": "WalkTo",
|
"InteractionType": "WalkTo",
|
||||||
"Comment": "Avoids Combat"
|
"Comment": "Avoids Combat",
|
||||||
|
"SkipConditions": {
|
||||||
|
"StepIf": {
|
||||||
|
"Flying": "Unlocked"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 2012531,
|
"DataId": 2012531,
|
||||||
@ -40,7 +45,8 @@
|
|||||||
},
|
},
|
||||||
"TerritoryId": 959,
|
"TerritoryId": 959,
|
||||||
"InteractionType": "Interact",
|
"InteractionType": "Interact",
|
||||||
"TargetTerritoryId": 1024
|
"TargetTerritoryId": 1024,
|
||||||
|
"Fly": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DataId": 1038960,
|
"DataId": 1038960,
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user