Compare commits

...

2 Commits

Author SHA1 Message Date
Plogon Enjoyer 99eb755b86 Added NextQuestId for a few of the quests 2024-08-27 10:00:20 +08:00
Plogon Enjoyer 81a2bbf4c4 Added PUG class quest 'Brother from Another Mother' 2024-08-27 09:54:54 +08:00
5 changed files with 105 additions and 4 deletions

View File

@ -0,0 +1,97 @@
{
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "plogon_enjoyer",
"QuestSequence": [
{
"Sequence": 0,
"Steps": [
{
"DataId": 1001286,
"Position": {
"X": -88.9754,
"Y": 2.55,
"Z": -51.163513
},
"TerritoryId": 130,
"InteractionType": "AcceptQuest"
}
]
},
{
"Sequence": 1,
"Steps": [
{
"DataId": 1006749,
"Position": {
"X": -30.47229,
"Y": 13.599918,
"Z": 95.26196
},
"TerritoryId": 131,
"InteractionType": "Interact",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Goldsmiths' Guild"
]
}
]
},
{
"Sequence": 2,
"Steps": [
{
"DataId": 2002439,
"Position": {
"X": -232.80695,
"Y": -28.793823,
"Z": 125.29175
},
"TerritoryId": 141,
"InteractionType": "UseItem",
"ItemId": 2000951,
"AethernetShortcut": [
"[Ul'dah] Goldsmiths' Guild",
"[Ul'dah] Gate of Nald (Central Thanalan)"
],
"Fly": true
}
]
},
{
"Sequence": 3,
"Steps": [
{
"DataId": 2002440,
"Position": {
"X": -232.80695,
"Y": -28.946411,
"Z": 125.29175
},
"TerritoryId": 141,
"InteractionType": "Interact"
}
]
},
{
"Sequence": 255,
"Steps": [
{
"DataId": 1006749,
"Position": {
"X": -30.47229,
"Y": 13.599918,
"Z": 95.26196
},
"TerritoryId": 131,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ul'dah",
"AethernetShortcut": [
"[Ul'dah] Aetheryte Plaza",
"[Ul'dah] Goldsmiths' Guild"
],
"NextQuestId": 1062
}
]
}
]
}

View File

@ -165,7 +165,8 @@
},
"TerritoryId": 130,
"AetheryteShortcut": "Ul'dah",
"InteractionType": "CompleteQuest"
"InteractionType": "CompleteQuest",
"NextQuestId": 562
}
]
}

View File

@ -171,7 +171,8 @@
"Z": -42.404846
},
"TerritoryId": 130,
"InteractionType": "CompleteQuest"
"InteractionType": "CompleteQuest",
"NextQuestId": 566
}
]
}

View File

@ -152,7 +152,8 @@
},
"TerritoryId": 130,
"InteractionType": "CompleteQuest",
"AetheryteShortcut": "Ul'dah"
"AetheryteShortcut": "Ul'dah",
"NextQuestId": 567
}
]
}

View File

@ -133,7 +133,8 @@
},
"TerritoryId": 130,
"AetheryteShortcut": "Ul'dah",
"InteractionType": "CompleteQuest"
"InteractionType": "CompleteQuest",
"NextQuestId": 558
}
]
}