forked from liza/Questionable
Merge branch 'master' into feat/astro
This commit is contained in:
commit
0ffa5c4bac
@ -72,17 +72,14 @@
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -403.42465,
|
||||
"Y": 154.8542,
|
||||
"Z": 82.59637
|
||||
"X": -346.407,
|
||||
"Y": 152.32855,
|
||||
"Z": 86.98739
|
||||
},
|
||||
"TerritoryId": 399,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
5042
|
||||
],
|
||||
"CombatDelaySecondsAtStart": 1
|
||||
"InteractionType": "WalkTo",
|
||||
"Mount": false,
|
||||
"Sprint": false
|
||||
},
|
||||
{
|
||||
"DataId": 2005885,
|
||||
@ -92,7 +89,8 @@
|
||||
"Z": 82.84119
|
||||
},
|
||||
"TerritoryId": 399,
|
||||
"InteractionType": "Interact"
|
||||
"InteractionType": "Interact",
|
||||
"DelaySecondsAtStart": 5
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -29,6 +29,21 @@
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -170.51479,
|
||||
"Y": -105.22506,
|
||||
"Z": -511.04712
|
||||
},
|
||||
"TerritoryId": 959,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"SkipConditions": {
|
||||
"StepIf": {
|
||||
"Flying": "Locked"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"DataId": 1044572,
|
||||
"Position": {
|
||||
|
@ -0,0 +1,95 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041122,
|
||||
"Position": {
|
||||
"X": 134.844,
|
||||
"Y": -13.286316,
|
||||
"Z": 649.8054
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"Fly": true,
|
||||
"$": "this thing starts out in the boonies"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041119,
|
||||
"Position": {
|
||||
"X": 135.85095,
|
||||
"Y": -17.135998,
|
||||
"Z": 567.8645
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 73.64728,
|
||||
"Y": -18.777306,
|
||||
"Z": 527.2946
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WaitForManualProgress",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
],
|
||||
"Comment": "Use the mount's abilities to kill the drones.",
|
||||
"$.0": "0 0 0 0 0 0 -> 16 64 0 0 0 128",
|
||||
"$.1": "can't find any currently extant method of automating this - could add the actions, but it's combat with the actions specifically, repeat use on targets"
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": 370.17212,
|
||||
"Y": -18.937208,
|
||||
"Z": 338.0957
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WaitForManualProgress",
|
||||
"Comment": "Use the mount's abilities to kill the drones."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "None",
|
||||
"Mount": false
|
||||
},
|
||||
{
|
||||
"DataId": 1041119,
|
||||
"Position": {
|
||||
"X": 135.85095,
|
||||
"Y": -17.135998,
|
||||
"Z": 567.8645
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041119,
|
||||
"Position": {
|
||||
"X": 135.85095,
|
||||
"Y": -17.135998,
|
||||
"Z": 567.8645
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"Fly": true,
|
||||
"$": "again, if you happen to be at an aetheryte, very far without flyspeed"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041121,
|
||||
"Position": {
|
||||
"X": 208.51453,
|
||||
"Y": 4.706692,
|
||||
"Z": 77.77527
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZC009_04218_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZC009_04218_A1_000_001"
|
||||
}
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012474,
|
||||
"Position": {
|
||||
"X": 210.28455,
|
||||
"Y": 5.355835,
|
||||
"Z": 76.76807
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Emote",
|
||||
"Emote": "pray"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1042180,
|
||||
"Position": {
|
||||
"X": 127.06189,
|
||||
"Y": -13.29479,
|
||||
"Z": 650.8429
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040898,
|
||||
"Position": {
|
||||
"X": -433.12738,
|
||||
"Y": 22.221891,
|
||||
"Z": 460.80713
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,90 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039381,
|
||||
"Position": {
|
||||
"X": -437.7661,
|
||||
"Y": 22.209024,
|
||||
"Z": 431.937
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037733,
|
||||
"Position": {
|
||||
"X": -375.14313,
|
||||
"Y": 22,
|
||||
"Z": 513.54236
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
1,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
],
|
||||
"$": "0 0 0 0 0 0 -> 16 1 0 0 0 128"
|
||||
},
|
||||
{
|
||||
"DataId": 1037747,
|
||||
"Position": {
|
||||
"X": -314.25964,
|
||||
"Y": 22.00559,
|
||||
"Z": 430.47217
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
16,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
],
|
||||
"$": "16 1 0 0 0 128 -> 32 17 0 0 0 160"
|
||||
},
|
||||
{
|
||||
"DataId": 1037728,
|
||||
"Position": {
|
||||
"X": -369.52777,
|
||||
"Y": 22.149097,
|
||||
"Z": 391.95837
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"$": "32 17 0 0 0 160 -> 0 0 0 0 0 0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039381,
|
||||
"Position": {
|
||||
"X": -437.7661,
|
||||
"Y": 22.209024,
|
||||
"Z": 431.937
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,69 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037728,
|
||||
"Position": {
|
||||
"X": -369.52777,
|
||||
"Y": 22.149097,
|
||||
"Z": 391.95837
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012040,
|
||||
"Position": {
|
||||
"X": -229.14478,
|
||||
"Y": 20.035034,
|
||||
"Z": 319.417
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Snipe",
|
||||
"Comment": "Zoom in between the buildings and wait a few seconds."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039395,
|
||||
"Position": {
|
||||
"X": 83.84827,
|
||||
"Y": 1.1234589,
|
||||
"Z": 137.19385
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037728,
|
||||
"Position": {
|
||||
"X": -369.52777,
|
||||
"Y": 22.149097,
|
||||
"Z": 391.95837
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,90 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037733,
|
||||
"Position": {
|
||||
"X": -375.14313,
|
||||
"Y": 22,
|
||||
"Z": 513.54236
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039396,
|
||||
"Position": {
|
||||
"X": -318.227,
|
||||
"Y": 22.376268,
|
||||
"Z": 449.45447
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
],
|
||||
"$": "0 0 48 0 0 0 -> 16 1 32 0 0 128"
|
||||
},
|
||||
{
|
||||
"DataId": 1039397,
|
||||
"Position": {
|
||||
"X": -317.76917,
|
||||
"Y": 22,
|
||||
"Z": 428.7937
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
],
|
||||
"$": "16 1 32 0 0 128 -> 33 1 16 0 0 192"
|
||||
},
|
||||
{
|
||||
"DataId": 1039398,
|
||||
"Position": {
|
||||
"X": -318.62366,
|
||||
"Y": 22.943655,
|
||||
"Z": 391.4701
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"$": "33 1 16 0 0 192 -> 0 0 0 0 0 0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037733,
|
||||
"Position": {
|
||||
"X": -375.14313,
|
||||
"Y": 22,
|
||||
"Z": 513.54236
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,87 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037755,
|
||||
"Position": {
|
||||
"X": -338.76556,
|
||||
"Y": 22.462305,
|
||||
"Z": 449.08826
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 147.65237,
|
||||
"Y": -18.974234,
|
||||
"Z": 434.61954
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
14105,
|
||||
14106
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039388,
|
||||
"Position": {
|
||||
"X": 145.4032,
|
||||
"Y": -18.974236,
|
||||
"Z": 435.0193
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039387,
|
||||
"Position": {
|
||||
"X": 144.82336,
|
||||
"Y": -18.974234,
|
||||
"Z": 436.27063
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037755,
|
||||
"Position": {
|
||||
"X": -338.76556,
|
||||
"Y": 22.462305,
|
||||
"Z": 449.08826
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,99 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037751,
|
||||
"Position": {
|
||||
"X": -424.15503,
|
||||
"Y": 22.196602,
|
||||
"Z": 423.48352
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2011969,
|
||||
"Position": {
|
||||
"X": -371.26727,
|
||||
"Y": 24.979004,
|
||||
"Z": 151.20166
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2003195,
|
||||
"Fly": true,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
],
|
||||
"$": "0 0 48 0 0 0 -> 17 0 32 0 0 64"
|
||||
},
|
||||
{
|
||||
"DataId": 2011968,
|
||||
"Position": {
|
||||
"X": -313.92395,
|
||||
"Y": 21.805054,
|
||||
"Z": 147.87512
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2003195,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
],
|
||||
"$": "17 0 32 0 0 64 -> 33 16 16 0 0 192"
|
||||
},
|
||||
{
|
||||
"DataId": 2011970,
|
||||
"Position": {
|
||||
"X": -375.29565,
|
||||
"Y": 21.164185,
|
||||
"Z": 99.47351
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Combat",
|
||||
"ItemId": 2003195,
|
||||
"EnemySpawnType": "AfterItemUse",
|
||||
"KillEnemyDataIds": [
|
||||
14104
|
||||
],
|
||||
"$": "33 16 16 0 0 192 -> 0 0 0 0 0 0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037751,
|
||||
"Position": {
|
||||
"X": -424.15503,
|
||||
"Y": 22.196602,
|
||||
"Z": 423.48352
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,131 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037729,
|
||||
"Position": {
|
||||
"X": -342.67188,
|
||||
"Y": 22.377153,
|
||||
"Z": 466.8496
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039392,
|
||||
"Position": {
|
||||
"X": -378.4085,
|
||||
"Y": 22.105467,
|
||||
"Z": 535.33215
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037731,
|
||||
"Position": {
|
||||
"X": -356.80176,
|
||||
"Y": 22,
|
||||
"Z": 518.9745
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
128,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
],
|
||||
"$": "0 0 0 0 0 0 -> 0 128 0 0 0 64"
|
||||
},
|
||||
{
|
||||
"DataId": 1037754,
|
||||
"Position": {
|
||||
"X": -431.29626,
|
||||
"Y": 22.278519,
|
||||
"Z": 437.6134
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
64,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
],
|
||||
"$": "0 128 0 0 0 64 -> 0 192 0 0 0 96"
|
||||
},
|
||||
{
|
||||
"DataId": 1039393,
|
||||
"Position": {
|
||||
"X": -415.9762,
|
||||
"Y": 21.392963,
|
||||
"Z": 384.9087
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
32,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
16
|
||||
],
|
||||
"$": "0 192 0 0 0 96 -> 0 224 0 0 0 112"
|
||||
},
|
||||
{
|
||||
"DataId": 1039392,
|
||||
"Position": {
|
||||
"X": -378.4085,
|
||||
"Y": 22.105467,
|
||||
"Z": 535.33215
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZC015_04224_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZC015_04224_A1_000_000"
|
||||
}
|
||||
],
|
||||
"$": "any answer works, but you need all 3 to continue"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037729,
|
||||
"Position": {
|
||||
"X": -342.67188,
|
||||
"Y": 22.377153,
|
||||
"Z": 466.8496
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,115 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037767,
|
||||
"Position": {
|
||||
"X": 545.2506,
|
||||
"Y": -36.61618,
|
||||
"Z": -252.12488
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 541.0247,
|
||||
"Y": -36.65,
|
||||
"Z": -244.85428
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WalkTo",
|
||||
"$": "let's not get stuck on ceilings, now"
|
||||
},
|
||||
{
|
||||
"DataId": 2011973,
|
||||
"Position": {
|
||||
"X": 370.5653,
|
||||
"Y": 10.788086,
|
||||
"Z": -450.6447
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_AKTKZD001_04225_Q1_000_000",
|
||||
"Yes": true
|
||||
}
|
||||
],
|
||||
"Fly": true,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
],
|
||||
"$": "0 0 0 0 0 0 -> 0 0 0 128 0 64"
|
||||
},
|
||||
{
|
||||
"DataId": 2011974,
|
||||
"Position": {
|
||||
"X": 282.39868,
|
||||
"Y": 10.788086,
|
||||
"Z": -323.07928
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_AKTKZD001_04225_Q2_000_000",
|
||||
"Yes": true
|
||||
}
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
],
|
||||
"$": "0 0 0 128 0 64 -> 0 0 0 192 0 96"
|
||||
},
|
||||
{
|
||||
"DataId": 2011972,
|
||||
"Position": {
|
||||
"X": 241.19922,
|
||||
"Y": 11.673096,
|
||||
"Z": -292.98853
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037767,
|
||||
"Position": {
|
||||
"X": 545.2506,
|
||||
"Y": -36.61618,
|
||||
"Z": -252.12488
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Tertium"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,54 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039399,
|
||||
"Position": {
|
||||
"X": 556.4812,
|
||||
"Y": -40.250004,
|
||||
"Z": -133.04346
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 13468,
|
||||
"Position": {
|
||||
"X": -159.59418,
|
||||
"Y": 10.8,
|
||||
"Z": -468.8335
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WaitForManualProgress",
|
||||
"Comment": "Use item 2003202 on 13468 after \"weakening\"",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039399,
|
||||
"Position": {
|
||||
"X": 556.4812,
|
||||
"Y": -40.250004,
|
||||
"Z": -133.04346
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Tertium"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037782,
|
||||
"Position": {
|
||||
"X": 545.2506,
|
||||
"Y": -36.61608,
|
||||
"Z": -230.24347
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": 539.7576,
|
||||
"Y": -36.65,
|
||||
"Z": -237.16893
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WalkTo",
|
||||
"$": "tries to fly through subway car roof otherwise"
|
||||
},
|
||||
{
|
||||
"DataId": 2012049,
|
||||
"Position": {
|
||||
"X": 301.86914,
|
||||
"Y": 10.788086,
|
||||
"Z": -540.79504
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
],
|
||||
"$": "0 0 0 0 0 0 -> 16 17 0 0 0 128",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 2012050,
|
||||
"Position": {
|
||||
"X": 295.49097,
|
||||
"Y": 11.306824,
|
||||
"Z": -500.26703
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037782,
|
||||
"Position": {
|
||||
"X": 545.2506,
|
||||
"Y": -36.61608,
|
||||
"Z": -230.24347
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Tertium"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,59 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041911,
|
||||
"Position": {
|
||||
"X": 508.8424,
|
||||
"Y": -3.8202174,
|
||||
"Z": -352.71234
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040659,
|
||||
"Position": {
|
||||
"X": 514.5189,
|
||||
"Y": -36.65,
|
||||
"Z": -156.9696
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD004_04228_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZD004_04228_A1_000_002"
|
||||
}
|
||||
],
|
||||
"$": "this is the correct option, we can skip the other two"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037771,
|
||||
"Position": {
|
||||
"X": 524.28467,
|
||||
"Y": -19.820217,
|
||||
"Z": -298.81744
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,115 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037779,
|
||||
"Position": {
|
||||
"X": 513.7865,
|
||||
"Y": -36.65,
|
||||
"Z": -135.91211
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039400,
|
||||
"Position": {
|
||||
"X": 364.76685,
|
||||
"Y": 10.8,
|
||||
"Z": -308.03394
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
14103
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
],
|
||||
"$": "0 0 0 0 0 0 -> 16 0 16 0 0 128",
|
||||
"Fly": true
|
||||
},
|
||||
{
|
||||
"DataId": 1040627,
|
||||
"Position": {
|
||||
"X": 282.00195,
|
||||
"Y": 11.327993,
|
||||
"Z": -365.8656
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
],
|
||||
"$": "16 0 16 0 0 128 -> 32 16 16 0 0 160"
|
||||
},
|
||||
{
|
||||
"DataId": 1040626,
|
||||
"Position": {
|
||||
"X": 296.4065,
|
||||
"Y": 10.799999,
|
||||
"Z": -387.9912
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
],
|
||||
"$": "32 16 16 0 0 160 -> 49 16 16 0 0 224"
|
||||
},
|
||||
{
|
||||
"DataId": 1040628,
|
||||
"Position": {
|
||||
"X": 260.8224,
|
||||
"Y": 10.849999,
|
||||
"Z": -456.32104
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"$": "49 16 16 0 0 224 -> 0 16 0 0 0 0"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037779,
|
||||
"Position": {
|
||||
"X": 513.7865,
|
||||
"Y": -36.65,
|
||||
"Z": -135.91211
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Tertium"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,95 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040645,
|
||||
"Position": {
|
||||
"X": 485.2522,
|
||||
"Y": 10.800001,
|
||||
"Z": -456.32104
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -340.87164,
|
||||
"Y": 10.803238,
|
||||
"Z": -694.511
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WalkTo",
|
||||
"Fly": true,
|
||||
"$": "need to land on the road to avoid awkward flypathing through the burned buildings."
|
||||
},
|
||||
{
|
||||
"Position": {
|
||||
"X": -310.5188,
|
||||
"Y": 10.813947,
|
||||
"Z": -720.8323
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
14102
|
||||
],
|
||||
"Fly": false
|
||||
},
|
||||
{
|
||||
"DataId": 14102,
|
||||
"Position": {
|
||||
"X": -313.222,
|
||||
"Y": 10.821807,
|
||||
"Z": -720.4852
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2003208
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040629,
|
||||
"Position": {
|
||||
"X": -310.47534,
|
||||
"Y": 10.815676,
|
||||
"Z": -720.2411
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040645,
|
||||
"Position": {
|
||||
"X": 485.2522,
|
||||
"Y": 10.800001,
|
||||
"Z": -456.32104
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Tertium",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,103 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040646,
|
||||
"Position": {
|
||||
"X": 503.9292,
|
||||
"Y": -36.65,
|
||||
"Z": -253.07086
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD007_04231_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZD007_04231_A1_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037766,
|
||||
"Position": {
|
||||
"X": 545.3115,
|
||||
"Y": -36.616177,
|
||||
"Z": -265.00348
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
],
|
||||
"$": "0 0 0 0 0 0 -> 1 32 0 0 0 64"
|
||||
},
|
||||
{
|
||||
"DataId": 1037774,
|
||||
"Position": {
|
||||
"X": 518.181,
|
||||
"Y": -36.65,
|
||||
"Z": -212.14618
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD007_04231_Q2_000_100",
|
||||
"Answer": "TEXT_AKTKZD007_04231_A2_000_102"
|
||||
}
|
||||
],
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
],
|
||||
"$": "1 32 0 0 0 64 -> 2 16 0 0 0 192"
|
||||
},
|
||||
{
|
||||
"DataId": 1040632,
|
||||
"Position": {
|
||||
"X": 537.4684,
|
||||
"Y": -36.65,
|
||||
"Z": -175.21942
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040646,
|
||||
"Position": {
|
||||
"X": 503.9292,
|
||||
"Y": -36.65,
|
||||
"Z": -253.07086
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,133 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037722,
|
||||
"Position": {
|
||||
"X": -308.0949,
|
||||
"Y": 22,
|
||||
"Z": 415.3047
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039353,
|
||||
"Position": {
|
||||
"X": -308.00336,
|
||||
"Y": 22,
|
||||
"Z": 413.80933
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Emote",
|
||||
"Emote": "soothe"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039353,
|
||||
"Position": {
|
||||
"X": -308.00336,
|
||||
"Y": 22,
|
||||
"Z": 413.80933
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"$": "nosprint + nomount isn't really necessary here, but it looks a little unnatural to zip forward so far and wait, methinks."
|
||||
},
|
||||
{
|
||||
"DataId": 1039353,
|
||||
"Position": {
|
||||
"X": -310.48834,
|
||||
"Y": 24.947939,
|
||||
"Z": 377.09357
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WaitForNpcAtPosition",
|
||||
"NpcWaitDistance": 1,
|
||||
"Mount": false,
|
||||
"Sprint": false
|
||||
},
|
||||
{
|
||||
"DataId": 1039353,
|
||||
"Position": {
|
||||
"X": -351.1446,
|
||||
"Y": 7.736393,
|
||||
"Z": 303.24872
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WaitForNpcAtPosition",
|
||||
"NpcWaitDistance": 1,
|
||||
"Mount": false,
|
||||
"Sprint": false
|
||||
},
|
||||
{
|
||||
"DataId": 1039353,
|
||||
"Position": {
|
||||
"X": -334.03958,
|
||||
"Y": 19.434929,
|
||||
"Z": 175.00089
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WaitForNpcAtPosition",
|
||||
"NpcWaitDistance": 1,
|
||||
"Mount": false,
|
||||
"Sprint": false
|
||||
},
|
||||
{
|
||||
"DataId": 1039353,
|
||||
"Position": {
|
||||
"X": -321.72916,
|
||||
"Y": 18.139357,
|
||||
"Z": 98.16852
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "WaitForNpcAtPosition",
|
||||
"NpcWaitDistance": 1,
|
||||
"Mount": false,
|
||||
"Sprint": false
|
||||
},
|
||||
{
|
||||
"DataId": 1039355,
|
||||
"Position": {
|
||||
"X": -319.4171,
|
||||
"Y": 8.981749,
|
||||
"Z": -9.475891
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Mount": false,
|
||||
"Sprint": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037722,
|
||||
"Position": {
|
||||
"X": -308.0949,
|
||||
"Y": 22,
|
||||
"Z": 415.3047
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,84 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039358,
|
||||
"Position": {
|
||||
"X": -321.43134,
|
||||
"Y": 22.377153,
|
||||
"Z": 473.167
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039359,
|
||||
"Position": {
|
||||
"X": 486.71704,
|
||||
"Y": 11.195138,
|
||||
"Z": -299.36682
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Garlemald - Tertium",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2011849,
|
||||
"Position": {
|
||||
"X": 486.04553,
|
||||
"Y": 11.154297,
|
||||
"Z": -296.37604
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1039359,
|
||||
"Position": {
|
||||
"X": 486.71704,
|
||||
"Y": 11.195138,
|
||||
"Z": -299.36682
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Snipe"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037729,
|
||||
"Position": {
|
||||
"X": -342.67188,
|
||||
"Y": 22.377153,
|
||||
"Z": 466.8496
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,127 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037751,
|
||||
"Position": {
|
||||
"X": -424.15503,
|
||||
"Y": 22.196602,
|
||||
"Z": 423.48352
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040663,
|
||||
"Position": {
|
||||
"X": -318.10486,
|
||||
"Y": 23.722221,
|
||||
"Z": 353.93298
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040664,
|
||||
"Position": {
|
||||
"X": 382.22327,
|
||||
"Y": 10.762111,
|
||||
"Z": -713.3135
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"AetheryteShortcut": "Garlemald - Tertium",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012052,
|
||||
"Position": {
|
||||
"X": 383.84058,
|
||||
"Y": 11.48999,
|
||||
"Z": -711.1162
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2003210,
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
],
|
||||
"$": "0 2 0 0 0 0 -> 17 1 0 0 0 64"
|
||||
},
|
||||
{
|
||||
"DataId": 2012051,
|
||||
"Position": {
|
||||
"X": 383.5354,
|
||||
"Y": 11.306824,
|
||||
"Z": -708.03394
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2003210
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040664,
|
||||
"Position": {
|
||||
"X": 382.22327,
|
||||
"Y": 10.762111,
|
||||
"Z": -713.3135
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD011_04235_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZD011_04235_A1_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037751,
|
||||
"Position": {
|
||||
"X": -424.15503,
|
||||
"Y": 22.196602,
|
||||
"Z": 423.48352
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,117 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037741,
|
||||
"Position": {
|
||||
"X": -434.50067,
|
||||
"Y": 22.00912,
|
||||
"Z": 470.32874
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040666,
|
||||
"Position": {
|
||||
"X": -294.20923,
|
||||
"Y": 21.732546,
|
||||
"Z": 485.67932
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040667,
|
||||
"Position": {
|
||||
"X": 323.26233,
|
||||
"Y": -9.523699,
|
||||
"Z": 251.88062
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012053,
|
||||
"Position": {
|
||||
"X": 313.6797,
|
||||
"Y": -11.978394,
|
||||
"Z": 279.74353
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
},
|
||||
{
|
||||
"DataId": 14100,
|
||||
"Position": {
|
||||
"X": 302.5399,
|
||||
"Y": -12.244642,
|
||||
"Z": 304.46622
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterItemUse",
|
||||
"ItemId": 2003211,
|
||||
"KillEnemyDataIds": [
|
||||
14100
|
||||
],
|
||||
"$": "feel like there's a fancier way to do this but it's entirely functional"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040667,
|
||||
"Position": {
|
||||
"X": 323.26233,
|
||||
"Y": -9.523699,
|
||||
"Z": 251.88062
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": false,
|
||||
"$": "got a bit wonky on a slope here"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037741,
|
||||
"Position": {
|
||||
"X": -434.50067,
|
||||
"Y": 22.00912,
|
||||
"Z": 470.32874
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,115 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037747,
|
||||
"Position": {
|
||||
"X": -314.25964,
|
||||
"Y": 22.00559,
|
||||
"Z": 430.47217
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012054,
|
||||
"Position": {
|
||||
"X": -156.05408,
|
||||
"Y": 10.788086,
|
||||
"Z": -235.40094
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
128
|
||||
],
|
||||
"$.0": "0 0 0 0 0 0 -> 1 16 0 0 0 128",
|
||||
"AetheryteShortcut": "Garlemald - Tertium",
|
||||
"Fly": true,
|
||||
"$.1": "flight path gets stuck from camp BG, not so from tertium; walkto would probably be cleaner but this seems intuitive."
|
||||
},
|
||||
{
|
||||
"DataId": 2012055,
|
||||
"Position": {
|
||||
"X": -129.83911,
|
||||
"Y": 10.788086,
|
||||
"Z": -270.95447
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
64
|
||||
],
|
||||
"$": "1 16 0 0 0 128 -> 2 32 0 0 0 192"
|
||||
},
|
||||
{
|
||||
"DataId": 2012056,
|
||||
"Position": {
|
||||
"X": -234.6991,
|
||||
"Y": 10.788086,
|
||||
"Z": -367.2389
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"CompletionQuestVariablesFlags": [
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
32
|
||||
],
|
||||
"$.0": "2 32 0 0 0 192 -> 3 48 0 0 0 224",
|
||||
"$.1": "fly also gets stuck here"
|
||||
},
|
||||
{
|
||||
"DataId": 2012057,
|
||||
"Position": {
|
||||
"X": -246.93683,
|
||||
"Y": 16.494995,
|
||||
"Z": -413.016
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"$.0": "3 48 0 0 0 224 -> 0 64 0 0 0 0",
|
||||
"$.1": "no fly here, tries and fails to land on the railing: can't interact while flying"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037747,
|
||||
"Position": {
|
||||
"X": -314.25964,
|
||||
"Y": 22.00559,
|
||||
"Z": 430.47217
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,62 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037755,
|
||||
"Position": {
|
||||
"X": -338.76556,
|
||||
"Y": 22.462305,
|
||||
"Z": 449.08826
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_AKTKZD014_04238_Q1_000_000",
|
||||
"Yes": true,
|
||||
"$": "history's least necessary YesNo"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040640,
|
||||
"Position": {
|
||||
"X": -239.15472,
|
||||
"Y": 11.232812,
|
||||
"Z": -256.61102
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "UseItem",
|
||||
"ItemId": 2003244,
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1037755,
|
||||
"Position": {
|
||||
"X": -338.76556,
|
||||
"Y": 22.462305,
|
||||
"Z": 449.08826
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,76 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040662,
|
||||
"Position": {
|
||||
"X": -373.18994,
|
||||
"Y": 22.268795,
|
||||
"Z": 385.00024
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040642,
|
||||
"Position": {
|
||||
"X": 49.149292,
|
||||
"Y": 0.78169787,
|
||||
"Z": 90.89795
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040642,
|
||||
"Position": {
|
||||
"X": 49.149292,
|
||||
"Y": 0.78169787,
|
||||
"Z": 90.89795
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_AKTKZD015_04239_Q1_000_000",
|
||||
"Yes": true
|
||||
}
|
||||
],
|
||||
"$": "weird quest but works fine"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040662,
|
||||
"Position": {
|
||||
"X": -373.18994,
|
||||
"Y": 22.268795,
|
||||
"Z": 385.00024
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,61 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041755,
|
||||
"Position": {
|
||||
"X": -340.35254,
|
||||
"Y": 22,
|
||||
"Z": 502.037
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZC102_04499_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZC102_04499_A1_000_002"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012620,
|
||||
"Position": {
|
||||
"X": 64.68298,
|
||||
"Y": -14.358765,
|
||||
"Z": 395.22388
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"$": "multi option, this one is correct so we can skip the rest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041754,
|
||||
"Position": {
|
||||
"X": -340.84082,
|
||||
"Y": 22,
|
||||
"Z": 500.57214
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,79 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041755,
|
||||
"Position": {
|
||||
"X": -340.35254,
|
||||
"Y": 22,
|
||||
"Z": 502.037
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040963,
|
||||
"Position": {
|
||||
"X": -325.27655,
|
||||
"Y": 22.462305,
|
||||
"Z": 450.49194
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041760,
|
||||
"Position": {
|
||||
"X": 413.87048,
|
||||
"Y": -18.81719,
|
||||
"Z": 612.05444
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012622,
|
||||
"Position": {
|
||||
"X": 413.35156,
|
||||
"Y": -18.814392,
|
||||
"Z": 614.43494
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZC103_04500_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZC103_04500_A1_000_001"
|
||||
},
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZC103_04500_Q2_000_000",
|
||||
"Answer": "TEXT_AKTKZC103_04500_A2_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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": 1041761,
|
||||
"Position": {
|
||||
"X": 414.51123,
|
||||
"Y": -18.808798,
|
||||
"Z": 613.1837
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"Fly": true,
|
||||
"$": "you should be in range right away, but if you aren't then you might be 700 yalms away back at camp"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012329,
|
||||
"Position": {
|
||||
"X": 376.82153,
|
||||
"Y": -18.875488,
|
||||
"Z": 512.65735
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
14094,
|
||||
14095
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041760,
|
||||
"Position": {
|
||||
"X": 413.87048,
|
||||
"Y": -18.81719,
|
||||
"Z": 612.05444
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041761,
|
||||
"Position": {
|
||||
"X": 414.51123,
|
||||
"Y": -18.808798,
|
||||
"Z": 613.1837
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1040963,
|
||||
"Position": {
|
||||
"X": -325.27655,
|
||||
"Y": 22.462305,
|
||||
"Z": 450.49194
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -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": 1041767,
|
||||
"Position": {
|
||||
"X": 541.03906,
|
||||
"Y": -36.65,
|
||||
"Z": -132.46362
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD102_04503_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZD102_04503_A1_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041769,
|
||||
"Position": {
|
||||
"X": 215.198,
|
||||
"Y": 10.8,
|
||||
"Z": -104.509094
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012623,
|
||||
"Position": {
|
||||
"X": 168.26111,
|
||||
"Y": 11.36792,
|
||||
"Z": -102.92212
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"$": "can skip other interactables"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041769,
|
||||
"Position": {
|
||||
"X": 215.198,
|
||||
"Y": 10.8,
|
||||
"Z": -104.509094
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041767,
|
||||
"Position": {
|
||||
"X": 541.03906,
|
||||
"Y": -36.65,
|
||||
"Z": -132.46362
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"AetheryteShortcut": "Garlemald - Tertium"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,85 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041768,
|
||||
"Position": {
|
||||
"X": 539.9404,
|
||||
"Y": -36.65,
|
||||
"Z": -132.37207
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD103_04504_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZD103_04504_A1_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041770,
|
||||
"Position": {
|
||||
"X": 157.30518,
|
||||
"Y": 23.164677,
|
||||
"Z": -415.36584
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012331,
|
||||
"Position": {
|
||||
"X": 150.89636,
|
||||
"Y": 23.147888,
|
||||
"Z": -414.9386
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AfterInteraction",
|
||||
"KillEnemyDataIds": [
|
||||
14092
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012629,
|
||||
"Position": {
|
||||
"X": 155.74878,
|
||||
"Y": 23.147888,
|
||||
"Z": -414.29773
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD103_04504_Q2_000_000",
|
||||
"Answer": "TEXT_AKTKZD103_04504_A2_000_001"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,94 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041770,
|
||||
"Position": {
|
||||
"X": 157.30518,
|
||||
"Y": 23.164677,
|
||||
"Z": -415.36584
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"Fly": true,
|
||||
"$": "you should be right next to it, but if you aren't..."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041771,
|
||||
"Position": {
|
||||
"X": -157.67151,
|
||||
"Y": 10.8,
|
||||
"Z": -530.6325
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"$": "there's an underpass flypathing that /looks/ like it should get stuck, but doesn't. not sure if WoL size and/or mount would make it stuck; YMMV"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041773,
|
||||
"Position": {
|
||||
"X": -78.446655,
|
||||
"Y": 10.5,
|
||||
"Z": -590.08167
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041774,
|
||||
"Position": {
|
||||
"X": -44.815796,
|
||||
"Y": 10.8,
|
||||
"Z": -614.40454
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041767,
|
||||
"Position": {
|
||||
"X": 541.03906,
|
||||
"Y": -36.65,
|
||||
"Z": -132.46362
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD104_04505_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZD104_04505_A1_000_002"
|
||||
}
|
||||
],
|
||||
"AetheryteShortcut": "Garlemald - Tertium"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,141 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "goatzone",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041776,
|
||||
"Position": {
|
||||
"X": 541.89355,
|
||||
"Y": -36.65,
|
||||
"Z": -132.64673
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD201_04506_Q1_000_000",
|
||||
"Answer": "TEXT_AKTKZD201_04506_A1_000_002"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041754,
|
||||
"Position": {
|
||||
"X": -340.84082,
|
||||
"Y": 22,
|
||||
"Z": 500.57214
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD201_04506_Q2_000_000",
|
||||
"Answer": "TEXT_AKTKZD201_04506_A2_000_002"
|
||||
}
|
||||
],
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041778,
|
||||
"Position": {
|
||||
"X": -322.10272,
|
||||
"Y": 10.85,
|
||||
"Z": -576.04333
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 3,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 2012746,
|
||||
"Position": {
|
||||
"X": -580.6211,
|
||||
"Y": 10.482849,
|
||||
"Z": -721.18713
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact",
|
||||
"Fly": true,
|
||||
"$": "other destination is a decoy, can skip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 4,
|
||||
"Steps": [
|
||||
{
|
||||
"Position": {
|
||||
"X": -276.31705,
|
||||
"Y": 10.799999,
|
||||
"Z": -592.71124
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Combat",
|
||||
"EnemySpawnType": "AutoOnEnterArea",
|
||||
"KillEnemyDataIds": [
|
||||
14091
|
||||
],
|
||||
"Fly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 5,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041782,
|
||||
"Position": {
|
||||
"X": -274.0063,
|
||||
"Y": 10.8,
|
||||
"Z": -590.41736
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "Interact"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1041784,
|
||||
"Position": {
|
||||
"X": -342.67188,
|
||||
"Y": 22,
|
||||
"Z": 499.07666
|
||||
},
|
||||
"TerritoryId": 958,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "List",
|
||||
"Prompt": "TEXT_AKTKZD201_04506_Q3_000_000",
|
||||
"Answer": "TEXT_AKTKZD201_04506_A3_000_002"
|
||||
}
|
||||
],
|
||||
"AetheryteShortcut": "Garlemald - Camp Broken Glass"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,120 @@
|
||||
{
|
||||
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
|
||||
"Author": "kaiser",
|
||||
"QuestSequence": [
|
||||
{
|
||||
"Sequence": 0,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1046073,
|
||||
"Position": {
|
||||
"X": -53.635498,
|
||||
"Y": -29.497286,
|
||||
"Z": -65.14081
|
||||
},
|
||||
"TerritoryId": 956,
|
||||
"InteractionType": "AcceptQuest",
|
||||
"StopDistance": 5,
|
||||
"AetheryteShortcut": "Labyrinthos - Sharlayan Hamlet",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"NearPosition": {
|
||||
"Position": {
|
||||
"X": -53.635498,
|
||||
"Y": -29.497286,
|
||||
"Z": -65.14081
|
||||
},
|
||||
"MaximumDistance": 30,
|
||||
"TerritoryId": 956
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 1,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1046404,
|
||||
"Position": {
|
||||
"X": -707.6982,
|
||||
"Y": -31.53043,
|
||||
"Z": 280.38452
|
||||
},
|
||||
"TerritoryId": 956,
|
||||
"InteractionType": "Interact",
|
||||
"StopDistance": 5,
|
||||
"AetheryteShortcut": "Labyrinthos - Aporia"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 2,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1046073,
|
||||
"Position": {
|
||||
"X": -53.635498,
|
||||
"Y": -29.497286,
|
||||
"Z": -65.14081
|
||||
},
|
||||
"TerritoryId": 956,
|
||||
"InteractionType": "Interact",
|
||||
"StopDistance": 5,
|
||||
"AetheryteShortcut": "Labyrinthos - Sharlayan Hamlet",
|
||||
"DialogueChoices": [
|
||||
{
|
||||
"Type": "YesNo",
|
||||
"Prompt": "TEXT_SUBCTS606_04816_Q2_000_055",
|
||||
"Yes": true
|
||||
}
|
||||
],
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"NearPosition": {
|
||||
"Position": {
|
||||
"X": -53.635498,
|
||||
"Y": -29.497286,
|
||||
"Z": -65.14081
|
||||
},
|
||||
"MaximumDistance": 30,
|
||||
"TerritoryId": 956
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1046073,
|
||||
"Position": {
|
||||
"X": -53.635498,
|
||||
"Y": -29.497286,
|
||||
"Z": -65.14081
|
||||
},
|
||||
"TerritoryId": 956,
|
||||
"InteractionType": "CompleteQuest",
|
||||
"StopDistance": 5,
|
||||
"AetheryteShortcut": "Labyrinthos - Sharlayan Hamlet",
|
||||
"SkipConditions": {
|
||||
"AetheryteShortcutIf": {
|
||||
"NearPosition": {
|
||||
"Position": {
|
||||
"X": -53.635498,
|
||||
"Y": -29.497286,
|
||||
"Z": -65.14081
|
||||
},
|
||||
"MaximumDistance": 30,
|
||||
"TerritoryId": 956
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -37,6 +37,21 @@
|
||||
{
|
||||
"Sequence": 255,
|
||||
"Steps": [
|
||||
{
|
||||
"DataId": 1049793,
|
||||
"Position": {
|
||||
"X": 364.3396,
|
||||
"Y": 60.125,
|
||||
"Z": 357.1068
|
||||
},
|
||||
"TerritoryId": 1186,
|
||||
"InteractionType": "Interact",
|
||||
"TargetTerritoryId": 1224,
|
||||
"AethernetShortcut": [
|
||||
"[Solution Nine] True Vue",
|
||||
"[Solution Nine] The Arcadion"
|
||||
]
|
||||
},
|
||||
{
|
||||
"DataId": 1049789,
|
||||
"Position": {
|
||||
|
Loading…
Reference in New Issue
Block a user