added a missing interaction point after combat

pull/20/head
cacahuetes 2024-08-21 16:18:26 +00:00
parent ac81c8279b
commit fbc29b2f39
1 changed files with 73 additions and 63 deletions

View File

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