fixed RequiredQuestVariables for one namazu quest

This commit is contained in:
pot0to 2025-02-28 17:45:14 -08:00
parent 276a97477b
commit 37afd54776

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": "Theo", "Author": "pot0to",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
@ -62,13 +62,13 @@
"Fly": true, "Fly": true,
"Land": true, "Land": true,
"Action": "Wasshoi", "Action": "Wasshoi",
"CompletionQuestVariablesFlags": [ "RequiredQuestVariables": [
null, null,
null, null,
[ 2, 5, 6 ],
null, null,
null, null,
null, null
64
] ]
}, },
{ {
@ -83,13 +83,34 @@
"Fly": true, "Fly": true,
"Land": true, "Land": true,
"Action": "Wasshoi", "Action": "Wasshoi",
"CompletionQuestVariablesFlags": [ "RequiredQuestVariables": [
null, null,
null, null,
[ 2, 3, 4 ],
null, null,
null, null,
null
]
},
{
"DataId": 2009502,
"Position": {
"X": 95.47571,
"Y": -12.619263,
"Z": 699.1836
},
"TerritoryId": 622,
"InteractionType": "Action",
"Fly": true,
"Land": true,
"Action": "Wasshoi",
"RequiredQuestVariables": [
null, null,
128 null,
[ 1, 3, 6 ],
null,
null,
null
] ]
}, },
{ {
@ -104,13 +125,13 @@
"Fly": true, "Fly": true,
"Land": true, "Land": true,
"Action": "Wasshoi", "Action": "Wasshoi",
"CompletionQuestVariablesFlags": [ "RequiredQuestVariables": [
null, null,
null, null,
[ 1, 4, 5 ],
null, null,
null, null,
null, null
32
] ]
} }
] ]