diff --git a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1497_Blow, Ye Winds.json b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1497_Blow, Ye Winds.json index 33c47775..b402f2e3 100644 --- a/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1497_Blow, Ye Winds.json +++ b/QuestPaths/2.x - A Realm Reborn/Allied Societies/Ixal/Dailies/1497_Blow, Ye Winds.json @@ -1,99 +1,102 @@ -{ - "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", - "Author": "Redacted", - "QuestSequence": [ - { - "Sequence": 0, - "Steps": [ - { - "DataId": 1009211, - "Position": { - "X": 153.8872, - "Y": -9.001622, - "Z": 77.50049 - }, - "TerritoryId": 154, - "InteractionType": "AcceptQuest", - "AetheryteShortcut": "North Shroud - Fallgourd Float", - "SkipConditions": { - "AetheryteShortcutIf": { - "NearPosition": { - "Position": { - "X": 153.8872, - "Y": -9.001622, - "Z": 77.50049 - }, - "TerritoryId": 154, - "MaximumDistance": 50 - } - } - } - } - ] - }, - { - "Sequence": 1, - "Steps": [ - { - "DataId": 1009633, - "Position": { - "X": 254.77979, - "Y": -20.989405, - "Z": 351.76624 - }, - "TerritoryId": 154, - "InteractionType": "Say", - "ChatMessage": { - "Key": "TEXT_BANIXA104_01497_SYSTEM_100_062" - }, - "Fly": true - } - ] - }, - { - "Sequence": 2, - "Steps": [ - { - "DataId": 1009217, - "Position": { - "X": 363.72925, - "Y": -5.616498, - "Z": 347.219 - }, - "TerritoryId": 154, - "InteractionType": "Interact", - "Fly": true - } - ] - }, - { - "Sequence": 255, - "Steps": [ - { - "TerritoryId": 154, - "InteractionType": "Craft", - "ItemId": 8094, - "ItemCount": 3, - "SkipConditions": { - "StepIf": { - "Item": { - "NotInInventory": false - } - } - } - }, - { - "DataId": 1009211, - "Position": { - "X": 153.8872, - "Y": -9.001622, - "Z": 77.50049 - }, - "TerritoryId": 154, - "InteractionType": "CompleteQuest", - "Fly": true - } - ] - } - ] +{ + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", + "Author": "Redacted", + "QuestSequence": [ + { + "Sequence": 0, + "Steps": [ + { + "DataId": 1009211, + "Position": { + "X": 153.8872, + "Y": -9.001622, + "Z": 77.50049 + }, + "TerritoryId": 154, + "InteractionType": "AcceptQuest", + "AetheryteShortcut": "North Shroud - Fallgourd Float", + "SkipConditions": { + "AetheryteShortcutIf": { + "NearPosition": { + "Position": { + "X": 153.8872, + "Y": -9.001622, + "Z": 77.50049 + }, + "TerritoryId": 154, + "MaximumDistance": 50 + } + } + } + } + ] + }, + { + "Sequence": 1, + "Steps": [ + { + "DataId": 1009633, + "Position": { + "X": 254.77979, + "Y": -20.989405, + "Z": 351.76624 + }, + "TerritoryId": 154, + "InteractionType": "Say", + "ChatMessage": { + "Key": "TEXT_BANIXA104_01497_SYSTEM_100_062" + }, + "Fly": true + } + ] + }, + { + "Sequence": 2, + "Steps": [ + { + "DataId": 1009217, + "Position": { + "X": 363.72925, + "Y": -5.616498, + "Z": 347.219 + }, + "TerritoryId": 154, + "InteractionType": "Interact", + "Fly": true + } + ] + }, + { + "Sequence": 255, + "Steps": [ + { + "TerritoryId": 154, + "InteractionType": "Craft", + "ItemId": 8094, + "ItemCount": 3, + "SkipConditions": { + "StepIf": { + "Item": { + "NotInInventory": false + } + } + }, + "RequiredCurrentJob": [ + "DoH" + ] + }, + { + "DataId": 1009211, + "Position": { + "X": 153.8872, + "Y": -9.001622, + "Z": 77.50049 + }, + "TerritoryId": 154, + "InteractionType": "CompleteQuest", + "Fly": true + } + ] + } + ] } \ No newline at end of file