Polish EW_A quests
authorLiza Carvelli <liza@carvel.li>
Mon, 27 May 2024 19:54:34 +0000 (21:54 +0200)
committerLiza Carvelli <liza@carvel.li>
Mon, 27 May 2024 19:54:34 +0000 (21:54 +0200)
commitf542135c89ef07be6b3bb3d83605ef624ecdf0af
treec8844fdbd5104bc72b3f99a6906da24daa72dd82
parent5040242deacfdf07b0a34f5a2074b88d1566c508
Polish EW_A quests
42 files changed:
Questionable/Controller/MovementController.cs
Questionable/Controller/QuestController.cs
Questionable/Data/AetheryteData.cs
Questionable/External/LifestreamIpc.cs [new file with mode: 0644]
Questionable/GameFunctions.cs
Questionable/Model/V1/Converter/AethernetShortcutConverter.cs
Questionable/Model/V1/Converter/AetheryteConverter.cs
Questionable/Model/V1/Converter/EmoteConverter.cs [new file with mode: 0644]
Questionable/Model/V1/Converter/EnemySpawnTypeConverter.cs [new file with mode: 0644]
Questionable/Model/V1/Converter/InteractionTypeConverter.cs
Questionable/Model/V1/EAetheryteLocation.cs
Questionable/Model/V1/EEmote.cs [new file with mode: 0644]
Questionable/Model/V1/EEnemySpawnType.cs [new file with mode: 0644]
Questionable/Model/V1/EInteractionType.cs
Questionable/Model/V1/QuestStep.cs
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4358_Old Sharlayan New to You.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4359_Hitting the Books.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4360_A Seat at the Last Stand.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4362_Glorified Ratcatcher.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4364_The Medial Circuit.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4365_The Full Reports Warts and All.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4366_A Guide of Sorts.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4367_Estate Visitor.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4368_For Thavnair Bound.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4370_A Fishermans Friend.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4371_House of Divinities.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4372_The Great Work.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4373_Shadowed Footsteps.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4375_Tipping the Scale.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4376_The Satrap of Radz at Han.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4377_In the Dark of the Tower.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4378_The Jewel of Thavnair.json
Questionable/QuestPaths/Endwalker-A-Thavnair1-Labyrinthos1/4379_The Color of Joy.json
Questionable/QuestPaths/Endwalker-C-MareLamentorum/4402_A Taste of the Moon.json
Questionable/QuestPaths/Endwalker-D-Thavnair2/4410_The Blasphemy Unmasked.json
Questionable/QuestPaths/Endwalker-D-Thavnair2/4411_Amidst the Apocalypse.json
Questionable/QuestPaths/Endwalker-D-Thavnair2/4418_At Worlds End.json
Questionable/QuestPaths/Endwalker-H-6.1/4531_Sharing the Wealth.json
Questionable/QuestSchema/schema_v1.json
Questionable/Questionable.cs [deleted file]
Questionable/QuestionablePlugin.cs [new file with mode: 0644]
Questionable/Windows/DebugWindow.cs