Update QuestPaths/2.x - A Realm Reborn/Class Quests/WHM/48_Trial by Earth.json

master
cacahuetes 2024-08-22 18:19:14 +00:00
parent abbc82cfbd
commit 772300f44b
1 changed files with 130 additions and 139 deletions

View File

@ -1,139 +1,130 @@
{ {
"$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": "Cacahuetes", "Author": "Cacahuetes",
"QuestSequence": [ "QuestSequence": [
{ {
"Sequence": 0, "Sequence": 0,
"Steps": [ "Steps": [
{ {
"DataId": 1000692, "DataId": 1000692,
"Position": { "Position": {
"X": -258.8083, "X": -258.8083,
"Y": -5.7735243, "Y": -5.7735243,
"Z": -27.267883 "Z": -27.267883
}, },
"TerritoryId": 133, "TerritoryId": 133,
"AetheryteShortcut": "Gridania", "AetheryteShortcut": "Gridania",
"AethernetShortcut": [ "AethernetShortcut": [
"[Gridania] Aetheryte Plaza", "[Gridania] Aetheryte Plaza",
"[Gridania] Conjurers' Guild" "[Gridania] Conjurers' Guild"
], ],
"InteractionType": "AcceptQuest", "InteractionType": "AcceptQuest",
"SkipConditions": { "SkipConditions": {
"AetheryteShortcutIf": { "AetheryteShortcutIf": {
"InSameTerritory": true, "InSameTerritory": true,
"InTerritory": [ "InTerritory": [133]
133 }
] }
} }
} ]
} },
] {
}, "Sequence": 1,
{ "Steps": [
"Sequence": 1, {
"Steps": [ "Position": {
{ "X": 220.82336,
"Position": { "Y": -28.335487,
"X": 220.82336, "Z": 336.9016
"Y": -28.335487, },
"Z": 336.9016 "AethernetShortcut": [
}, "[Gridania] Conjurers' Guild",
"AethernetShortcut": [ "[Gridania] Yellow Serpent Gate (North Shroud)"
"[Gridania] Conjurers' Guild", ],
"[Gridania] Yellow Serpent Gate (North Shroud)" "TerritoryId": 154,
], "InteractionType": "WalkTo",
"TerritoryId": 154, "Fly": true
"InteractionType": "WalkTo", },
"Fly": true, {
"SkipConditions": { "DataId": 1000764,
"StepIf": { "Position": {
"Flying": "Locked" "X": 218.89062,
} "Y": -28.252495,
} "Z": 338.39917
}, },
{ "TerritoryId": 154,
"DataId": 1000764, "InteractionType": "Interact"
"Position": { }
"X": 218.89062, ]
"Y": -28.252495, },
"Z": 338.39917 {
}, "Sequence": 2,
"TerritoryId": 154, "Steps": [
"InteractionType": "Interact" {
} "DataId": 2000883,
] "Position": {
}, "X": 325.1848,
{ "Y": -5.217115,
"Sequence": 2, "Z": 390.488
"Steps": [ },
{ "TerritoryId": 154,
"DataId": 2000883, "InteractionType": "Combat",
"Position": { "EnemySpawnType": "AfterInteraction",
"X": 325.1848, "KillEnemyDataIds": [294],
"Y": -5.217115, "Fly": true
"Z": 390.488 }
}, ]
"TerritoryId": 154, },
"InteractionType": "Combat", {
"EnemySpawnType": "AfterInteraction", "Sequence": 3,
"KillEnemyDataIds": [ "Steps": [
294 {
], "Position": {
"Fly": true "X": 220.82336,
} "Y": -28.335487,
] "Z": 336.9016
}, },
{ "TerritoryId": 154,
"Sequence": 3, "InteractionType": "WalkTo",
"Steps": [ "Fly": true,
{ "SkipConditions": {
"Position": { "StepIf": {
"X": 220.82336, "Flying": "Locked"
"Y": -28.335487, }
"Z": 336.9016 }
}, },
"TerritoryId": 154, {
"InteractionType": "WalkTo", "DataId": 1000764,
"Fly": true, "Position": {
"SkipConditions": { "X": 218.89062,
"StepIf": { "Y": -28.252495,
"Flying": "Locked" "Z": 338.39917
} },
} "TerritoryId": 154,
}, "InteractionType": "Interact"
{ }
"DataId": 1000764, ]
"Position": { },
"X": 218.89062, {
"Y": -28.252495, "Sequence": 255,
"Z": 338.39917 "Steps": [
}, {
"TerritoryId": 154, "DataId": 1000692,
"InteractionType": "Interact" "Position": {
} "X": -258.8083,
] "Y": -5.7735243,
}, "Z": -27.267883
{ },
"Sequence": 255, "TerritoryId": 133,
"Steps": [ "InteractionType": "CompleteQuest",
{ "AetheryteShortcut": "Gridania",
"DataId": 1000692, "AethernetShortcut": [
"Position": { "[Gridania] Aetheryte Plaza",
"X": -258.8083, "[Gridania] Conjurers' Guild"
"Y": -5.7735243, ],
"Z": -27.267883 "NextQuestId": 91
}, }
"TerritoryId": 133, ]
"InteractionType": "CompleteQuest", }
"AetheryteShortcut": "Gridania", ]
"AethernetShortcut": [ }
"[Gridania] Aetheryte Plaza",
"[Gridania] Conjurers' Guild"
],
"NextQuestId": 91
}
]
}
]
}