1
0
Fork 0

Add some QW to early gridania msq

master
Liza 2024-08-22 10:37:28 +02:00
parent 4d957af67d
commit ee2980bef9
Signed by: liza
GPG Key ID: 7199F8D727D55F67
3 changed files with 124 additions and 80 deletions

View File

@ -61,10 +61,21 @@
"TerritoryId": 148, "TerritoryId": 148,
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies", "EnemySpawnType": "OverworldEnemies",
"KillEnemyDataIds": [ "ComplexCombatData": [
771 {
], "DataId": 771,
"Comment": "Kill Qiqirn manually" "CompletionQuestVariablesFlags": [
{
"Low": 4
},
null,
null,
null,
null,
null
]
}
]
} }
] ]
}, },

View File

@ -19,7 +19,6 @@
}, },
{ {
"Sequence": 1, "Sequence": 1,
"Comment": "TODO Figure out quest flags if picking up egg first OR doing the combat first",
"Steps": [ "Steps": [
{ {
"DataId": 2000010, "DataId": 2000010,
@ -29,7 +28,15 @@
"Z": -49.729187 "Z": -49.729187
}, },
"TerritoryId": 148, "TerritoryId": 148,
"InteractionType": "Interact" "InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
128
]
}, },
{ {
"Position": { "Position": {
@ -43,7 +50,17 @@
"KillEnemyDataIds": [ "KillEnemyDataIds": [
142 142
], ],
"Comment": "Depending on how many enemies you fought on the way to the egg, this step could be optional" "Comment": "Depending on how many enemies you fought on the way to the egg, this step could be optional",
"CompletionQuestVariablesFlags": [
null,
{
"High": 3
},
null,
null,
null,
null
]
} }
] ]
}, },

View File

@ -1,76 +1,92 @@
{ {
"$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": "liza",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"DataId": 1000503, "DataId": 1000503,
"Position": { "Position": {
"X": 178.33215, "X": 178.33215,
"Y": -32.015224, "Y": -32.015224,
"Z": 333.30273 "Z": 333.30273
},
"TerritoryId": 148,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 2001018,
"Position": {
"X": 155.47412,
"Y": -23.66681,
"Z": 490.74524
},
"TerritoryId": 148,
"InteractionType": "Combat",
"EnemySpawnType": "AutoOnEnterArea",
"KillEnemyDataIds": [
26
]
}, },
{ "TerritoryId": 148,
"DataId": 2001016, "InteractionType": "AcceptQuest"
"Position": { }
"X": 152.60547, ]
"Y": -23.758362, },
"Z": 494.71265 {
}, "Sequence": 1,
"TerritoryId": 148, "Steps": [
"InteractionType": "Interact" {
"DataId": 2001018,
"Position": {
"X": 155.47412,
"Y": -23.66681,
"Z": 490.74524
}, },
{ "TerritoryId": 148,
"DataId": 2001018, "InteractionType": "Combat",
"Position": { "EnemySpawnType": "AutoOnEnterArea",
"X": 155.47412, "KillEnemyDataIds": [
"Y": -23.66681, 26
"Z": 490.74524 ]
}, },
"TerritoryId": 148, {
"InteractionType": "Interact" "DataId": 2001016,
} "Position": {
] "X": 152.60547,
}, "Y": -23.758362,
{ "Z": 494.71265
"Sequence": 255, },
"Steps": [ "TerritoryId": 148,
{ "InteractionType": "Interact",
"DataId": 1000470, "CompletionQuestVariablesFlags": [
"Position": { null,
"X": -59.006653, null,
"Y": -0.010835781, null,
"Z": 26.41333 null,
}, null,
"TerritoryId": 148, 128
"InteractionType": "CompleteQuest", ]
"AetheryteShortcut": "Central Shroud - Bentbranch Meadows" },
} {
] "DataId": 2001018,
} "Position": {
] "X": 155.47412,
} "Y": -23.66681,
"Z": 490.74524
},
"TerritoryId": 148,
"InteractionType": "Interact",
"CompletionQuestVariablesFlags": [
null,
null,
null,
null,
null,
64
]
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1000470,
"Position": {
"X": -59.006653,
"Y": -0.010835781,
"Z": 26.41333
},
"TerritoryId": 148,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Central Shroud - Bentbranch Meadows"
}
]
}
]
}