Improve quest chain handling (auto-accepting next quest, dialogue choices) v1.4
authorLiza Carvelli <liza@carvel.li>
Fri, 12 Jul 2024 00:42:37 +0000 (02:42 +0200)
committerLiza Carvelli <liza@carvel.li>
Fri, 12 Jul 2024 00:42:37 +0000 (02:42 +0200)
commit77168a9ee636505e5876dbf56730862b4a3bb511
treebf6d76f436e944365a07f067bb97af8ceee20106
parentedf753b4579089baadff0447a33b99de67b9cef2
Improve quest chain handling (auto-accepting next quest, dialogue choices)
26 files changed:
QuestPaths/Dawntrail/RoleQuests/Healer/4829_An Antidote for Anarchy.json
QuestPaths/Dawntrail/RoleQuests/MagicalRanged/4845_Floundering Fame.json
QuestPaths/Dawntrail/RoleQuests/MagicalRanged/4846_Behind the Helm.json [new file with mode: 0644]
QuestPaths/Dawntrail/RoleQuests/MagicalRanged/4847_Heroes and Pretenders.json [new file with mode: 0644]
QuestPaths/Dawntrail/SideQuests/Urqopacha/5054_Springing the Trap.json
QuestPaths/Endwalker/Tribal/Arkasodara/4567_Vanaspati's Blessing.json [new file with mode: 0644]
QuestPaths/Endwalker/Tribal/Arkasodara/4568_Hells Hath No Fury as a Hippo Scorned.json [new file with mode: 0644]
QuestPaths/Endwalker/Tribal/Arkasodara/4569_Tusk Trouble.json [new file with mode: 0644]
QuestPaths/Endwalker/Unlocks/Hunts/4176_The Hunt for Specimens.json [new file with mode: 0644]
QuestPaths/Endwalker/Unlocks/Hunts/4177_That Specimen Came from the Moon.json [new file with mode: 0644]
QuestPaths/Endwalker/Unlocks/Hunts/4178_A Hunt for the Ages.json [new file with mode: 0644]
QuestPaths/Endwalker/Unlocks/Hunts/4179_Perfect Specimens.json [new file with mode: 0644]
QuestPaths/Shadowbringers/MSQ/H-5.2/3768_A Whale's Tale.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3772_Heroic Dreams.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3774_Food for the Soul.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3775_Faded Memories.json
QuestPaths/quest-v1.json
Questionable.Model/V1/Converter/SkipConditionConverter.cs
Questionable.Model/V1/ESkipCondition.cs
Questionable/Controller/GameUiController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/Steps/BaseFactory/SkipCondition.cs
Questionable/Data/QuestData.cs
Questionable/Model/QuestInfo.cs
Questionable/Windows/DebugOverlay.cs
Questionable/Windows/QuestWindow.cs