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",
"Author": "pot0to",
"Author": "liza",
"QuestSequence": [
{
"Sequence": 0,
@ -13,8 +13,7 @@
"Z": 313.98486
},
"TerritoryId": 400,
"InteractionType": "AcceptQuest",
"Fly": true
"InteractionType": "AcceptQuest"
}
]
},
@ -22,16 +21,14 @@
"Sequence": 1,
"Steps": [
{
"DataId": 1017412,
"DataId": 1017471,
"Position": {
"X": 402.45667,
"Y": -74.34704,
"Z": 636.6826
"X": -391.0735,
"Y": 59.9946,
"Z": 303.1814
},
"TerritoryId": 400,
"InteractionType": "Interact",
"AetheryteShortcut": "The Churning Mists - Moghome",
"Fly": true
"InteractionType": "Interact"
}
]
},
@ -39,17 +36,21 @@
"Sequence": 2,
"Steps": [
{
"Position": {
"X": -255.2606,
"Y": -24.29513,
"Z": 737.67456
},
"TerritoryId": 400,
"InteractionType": "Craft",
"ItemId": 15738,
"ItemCount": 3
"InteractionType": "WalkTo",
"Fly": true
},
{
"DataId": 1017413,
"DataId": 1017409,
"Position": {
"X": 397.97046,
"Y": -72.344055,
"Z": 653.0403
"X": -254.71893,
"Y": -24.295156,
"Z": 738.5519
},
"TerritoryId": 400,
"InteractionType": "Interact"
@ -60,16 +61,130 @@
"Sequence": 3,
"Steps": [
{
"DataId": 1017321,
"DataId": 2007244,
"Position": {
"X": -376.4859,
"Y": 60.89619,
"Z": 319.7832
"X": -658.9609,
"Y": 94.25488,
"Z": -417.07483
},
"TerritoryId": 400,
"InteractionType": "Interact",
"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
},
{
"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
]
}
}
},
"StopDistance": 5
}
]
},