Added RequiredCurrentJob to make sure it works good

This commit is contained in:
Redacted 2025-02-24 20:59:17 +00:00
parent 92702d81b7
commit 0198262271

View File

@ -1,99 +1,102 @@
{ {
"$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": "Redacted", "Author": "Redacted",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"DataId": 1009211, "DataId": 1009211,
"Position": { "Position": {
"X": 153.8872, "X": 153.8872,
"Y": -9.001622, "Y": -9.001622,
"Z": 77.50049 "Z": 77.50049
}, },
"TerritoryId": 154, "TerritoryId": 154,
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"AetheryteShortcut": "North Shroud - Fallgourd Float", "AetheryteShortcut": "North Shroud - Fallgourd Float",
"SkipConditions": { "SkipConditions": {
"AetheryteShortcutIf": { "AetheryteShortcutIf": {
"NearPosition": { "NearPosition": {
"Position": { "Position": {
"X": 153.8872, "X": 153.8872,
"Y": -9.001622, "Y": -9.001622,
"Z": 77.50049 "Z": 77.50049
}, },
"TerritoryId": 154, "TerritoryId": 154,
"MaximumDistance": 50 "MaximumDistance": 50
} }
} }
} }
} }
] ]
}, },
{ {
"Sequence": 1, "Sequence": 1,
"Steps": [ "Steps": [
{ {
"DataId": 1009633, "DataId": 1009633,
"Position": { "Position": {
"X": 254.77979, "X": 254.77979,
"Y": -20.989405, "Y": -20.989405,
"Z": 351.76624 "Z": 351.76624
}, },
"TerritoryId": 154, "TerritoryId": 154,
"InteractionType": "Say", "InteractionType": "Say",
"ChatMessage": { "ChatMessage": {
"Key": "TEXT_BANIXA104_01497_SYSTEM_100_062" "Key": "TEXT_BANIXA104_01497_SYSTEM_100_062"
}, },
"Fly": true "Fly": true
} }
] ]
}, },
{ {
"Sequence": 2, "Sequence": 2,
"Steps": [ "Steps": [
{ {
"DataId": 1009217, "DataId": 1009217,
"Position": { "Position": {
"X": 363.72925, "X": 363.72925,
"Y": -5.616498, "Y": -5.616498,
"Z": 347.219 "Z": 347.219
}, },
"TerritoryId": 154, "TerritoryId": 154,
"InteractionType": "Interact", "InteractionType": "Interact",
"Fly": true "Fly": true
} }
] ]
}, },
{ {
"Sequence": 255, "Sequence": 255,
"Steps": [ "Steps": [
{ {
"TerritoryId": 154, "TerritoryId": 154,
"InteractionType": "Craft", "InteractionType": "Craft",
"ItemId": 8094, "ItemId": 8094,
"ItemCount": 3, "ItemCount": 3,
"SkipConditions": { "SkipConditions": {
"StepIf": { "StepIf": {
"Item": { "Item": {
"NotInInventory": false "NotInInventory": false
} }
} }
} },
}, "RequiredCurrentJob": [
{ "DoH"
"DataId": 1009211, ]
"Position": { },
"X": 153.8872, {
"Y": -9.001622, "DataId": 1009211,
"Z": 77.50049 "Position": {
}, "X": 153.8872,
"TerritoryId": 154, "Y": -9.001622,
"InteractionType": "CompleteQuest", "Z": 77.50049
"Fly": true },
} "TerritoryId": 154,
] "InteractionType": "CompleteQuest",
} "Fly": true
] }
]
}
]
} }