Add unlock conditions to 'A Hero's Journey'

This commit is contained in:
Liza 2024-12-22 19:28:14 +01:00
parent 1d6e9423bc
commit 3d16879980
Signed by: liza
GPG Key ID: 2C41B84815CF6445

View File

@ -182,6 +182,14 @@ internal sealed class QuestData
AddPreviousQuest(new QuestId(3833), new QuestId(spearfishing)); AddPreviousQuest(new QuestId(3833), new QuestId(spearfishing));
*/ */
// The Hero's Journey
AddPreviousQuest(new QuestId(3986), new QuestId(2115));
AddPreviousQuest(new QuestId(3986), new QuestId(2116));
AddPreviousQuest(new QuestId(3986), new QuestId(2281));
AddPreviousQuest(new QuestId(3986), new QuestId(2333));
AddPreviousQuest(new QuestId(3986), new QuestId(2395));
AddPreviousQuest(new QuestId(3986), new QuestId(3985));
// initial city quests are side quests // initial city quests are side quests
// unclear if 470 can be started as the required quest isn't available anymore // unclear if 470 can be started as the required quest isn't available anymore
ushort[] limsaSideQuests = ushort[] limsaSideQuests =