Rough Update for Labyrinthos2 up to Alzadaals Legacy + remaining EW Aethercurrent...
authorLiza Carvelli <liza@carvel.li>
Wed, 29 May 2024 19:22:58 +0000 (21:22 +0200)
committerLiza Carvelli <liza@carvel.li>
Wed, 29 May 2024 19:22:58 +0000 (21:22 +0200)
commit5ed1aa641d1a7c9e7fd7c169e664ceb3b956dc58
tree9672c9689f274b23a581d4b768f50151d19adfa4
parentadf8674fe41da44c943a6c8a84c6068237a7dbae
Rough Update for Labyrinthos2 up to Alzadaals Legacy + remaining EW Aethercurrent quests
50 files changed:
Questionable.sln.DotSettings [new file with mode: 0644]
Questionable/Controller/QuestController.cs
Questionable/GameFunctions.cs
Questionable/Model/V1/AethernetShortcut.cs
Questionable/Model/V1/Converter/AetheryteConverter.cs
Questionable/Model/V1/Converter/EmoteConverter.cs
Questionable/Model/V1/Converter/EnemySpawnTypeConverter.cs
Questionable/Model/V1/Converter/EnumConverter.cs [new file with mode: 0644]
Questionable/Model/V1/Converter/InteractionTypeConverter.cs
Questionable/Model/V1/Converter/SkipConditionConverter.cs [new file with mode: 0644]
Questionable/Model/V1/EAetheryteLocation.cs
Questionable/Model/V1/EEmote.cs
Questionable/Model/V1/EEnemySpawnType.cs
Questionable/Model/V1/EInteractionType.cs
Questionable/Model/V1/ESkipCondition.cs [new file with mode: 0644]
Questionable/Model/V1/QuestStep.cs
Questionable/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4320_Gleaners Wish.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4329_Let the Good Times Troll.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4480_Lost Little Troll.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Labyrinthos/4484_The Lad in Labyrinthos.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4240_True Carrot Crimes.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4241_Carrots Its Whats for Dinner.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4253_Alluring Allag.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4516_Name That Way.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4342_Ending as One.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4346_A Most Stimulating Discussion.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/AetherCurrents/Ultima Thule/4354_Combat Evolved.json [new file with mode: 0644]
Questionable/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4442_No Job Too Small.json
Questionable/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4447_Once Forged.json
Questionable/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4448_Bonds of Adamantite.json
Questionable/QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4449_Her Children One and All.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4450_A Bold Decision.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4451_Friends Gathered.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4452_Unto the Heavens.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4453_A Strange New World.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4454_On Burdened Wings.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4455_A Test of Will.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4456_Roads Paved of Sacrifice.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4457_Flesh Abandoned.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4458_Where Knowledge Leads.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4459_Victory x Lost.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4460_x.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4461_Hello World.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4462_Forge Ahead.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4463_Youre Not Alone.json
Questionable/QuestPaths/Endwalker/MSQ/G-UltimaThule/4464_Endwalker.json
Questionable/QuestPaths/Endwalker/MSQ/H-6.1/4527_Bountiful Ruins.json
Questionable/QuestPaths/Endwalker/MSQ/H-6.1/4528_Friends for the Road.json
Questionable/QuestSchema/schema_v1.json
Questionable/Windows/DebugWindow.cs