AddingNewQuests #149

Merged
liza merged 10 commits from pot0to/Questionable:AddingNewQuests into master 2025-03-03 22:16:43 +00:00
2 changed files with 138 additions and 22 deletions
Showing only changes of commit 60be4cc618 - Show all commits

View File

@ -1,6 +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": "pot0to", "Author": "liza",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -13,8 +13,7 @@
"Z": 313.98486 "Z": 313.98486
}, },
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest"
"Fly": true
} }
] ]
}, },
@ -22,16 +21,14 @@
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{ {
"DataId": 1017412, "DataId": 1017471,
"Position": { "Position": {
"X": 402.45667, "X": -391.0735,
"Y": -74.34704, "Y": 59.9946,
"Z": 636.6826 "Z": 303.1814
}, },
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "Interact", "InteractionType": "Interact"
"AetheryteShortcut": "The Churning Mists - Moghome",
"Fly": true
} }
] ]
}, },
@ -39,17 +36,21 @@
"Sequence": 2, "Sequence": 2,
"Steps": [ "Steps": [
{ {
"Position": {
"X": -255.2606,
"Y": -24.29513,
"Z": 737.67456
},
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "Craft", "InteractionType": "WalkTo",
"ItemId": 15738, "Fly": true
"ItemCount": 3
}, },
{ {
"DataId": 1017413, "DataId": 1017409,
"Position": { "Position": {
"X": 397.97046, "X": -254.71893,
"Y": -72.344055, "Y": -24.295156,
"Z": 653.0403 "Z": 738.5519
}, },
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "Interact" "InteractionType": "Interact"
@ -60,16 +61,130 @@
"Sequence": 3, "Sequence": 3,
"Steps": [ "Steps": [
{ {
"DataId": 1017321, "DataId": 2007244,
"Position": { "Position": {
"X": -376.4859, "X": -658.9609,
"Y": 60.89619, "Y": 94.25488,
"Z": 319.7832 "Z": -417.07483
}, },
"TerritoryId": 400, "TerritoryId": 400,
"InteractionType": "Interact", "InteractionType": "Interact",
"AetheryteShortcut": "The Churning Mists - Zenith", "AetheryteShortcut": "The Churning Mists - Zenith",
"Fly": true,
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
},
{
"Position": {
"X": -673.58887,
"Y": 93.64293,
"Z": -506.5746
},
"TerritoryId": 400,
"InteractionType": "WalkTo",
"Fly": true,
"SkipConditions": {
"StepIf": {
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
}
}
},
{
"DataId": 2007245,
"Position": {
"X": -671.1376,
"Y": 93.91919,
"Z": -507.49982
},
"TerritoryId": 400,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
},
{
"DataId": 2007246,
"Position": {
"X": -813.1685,
"Y": 94.865234,
"Z": -457.3282
},
"TerritoryId": 400,
"InteractionType": "Interact",
"Fly": true,
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
32
]
}
]
},
{
"Sequence": 4,
"Steps": [
{
"Position": {
"X": -255.2606,
"Y": -24.29513,
"Z": 737.67456
},
"TerritoryId": 400,
"InteractionType": "WalkTo",
"AetheryteShortcut": "The Churning Mists - Zenith",
"Fly": true "Fly": true
},
{
"DataId": 1017409,
"Position": {
"X": -254.71893,
"Y": -24.295156,
"Z": 738.5519
},
"TerritoryId": 400,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 5,
"Steps": [
{
"TerritoryId": 400,
"InteractionType": "Craft",
"ItemId": 15737,
"ItemCount": 1
},
{
"DataId": 1017410,
"Position": {
"X": -246.2044,
"Y": -24.295149,
"Z": 760.7384
},
"TerritoryId": 400,
"InteractionType": "Interact"
} }
] ]
}, },

View File

@ -26,7 +26,8 @@
131 131
] ]
} }
} },
"StopDistance": 5
} }
] ]
}, },