Fix mount selection, make chat-messages multilingual, various path updates v0.2
authorLiza Carvelli <liza@carvel.li>
Mon, 3 Jun 2024 12:20:02 +0000 (14:20 +0200)
committerLiza Carvelli <liza@carvel.li>
Mon, 3 Jun 2024 12:20:02 +0000 (14:20 +0200)
commit51e5faae69ee7de8548f005c62cb989f910a0a59
tree1b93bdb08a08c5351bce6aac8b4fd4bceccb78b7
parenta5861b16397c5350870741798f2202fe39e84639
Fix mount selection, make chat-messages multilingual, various path updates
62 files changed:
QuestPaths/AssemblyQuestLoader.cs
QuestPaths/Endwalker/AetherCurrents/Elpis/4507_Touring Anagnorisis Part 1.json
QuestPaths/Endwalker/AetherCurrents/Elpis/4511_An Expected Guest.json
QuestPaths/Endwalker/AetherCurrents/Mare Lamentorum/4241_Carrots Its Whats for Dinner.json
QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4358_Old Sharlayan New to You.json
QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4359_Hitting the Books.json
QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4367_Estate Visitor.json
QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4368_For Thavnair Bound.json
QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4370_A Fishermans Friend.json
QuestPaths/Endwalker/MSQ/A-Thavnair1-Labyrinthos1/4376_The Satrap of Radz at Han.json
QuestPaths/Endwalker/MSQ/B-Garlemald/4381_A Capital Idea.json
QuestPaths/Endwalker/MSQ/C-MareLamentorum/4408_Returning Home.json
QuestPaths/Endwalker/MSQ/D-Thavnair2/4409_Skies Aflame.json
QuestPaths/Endwalker/MSQ/E-Elpis/4425_Their Greatest Contribution.json
QuestPaths/Endwalker/MSQ/E-Elpis/4438_Thou Must Live Die and Know.json
QuestPaths/Endwalker/MSQ/F-Labyrinthos2/4440_Outside Help.json
QuestPaths/Endwalker/MSQ/H-6.1/4526_Newfound Adventure.json
QuestPaths/Endwalker/MSQ/H-6.1/4531_Sharing the Wealth.json
QuestPaths/Endwalker/MSQ/H-6.1/4533_Restricted Reading.json
QuestPaths/Endwalker/MSQ/I-6.2/4593_Shadowed Remnants.json
QuestPaths/Endwalker/MSQ/I-6.2/4594_Where Everything Begins.json
QuestPaths/Endwalker/MSQ/I-6.2/4595_Groping in the Dark.json
QuestPaths/Endwalker/MSQ/I-6.2/4599_A World with Light and Life.json
QuestPaths/Endwalker/MSQ/J-6.3/4672_Kindled Spirit.json
QuestPaths/Endwalker/MSQ/J-6.3/4675_A Dragons Resolve.json
QuestPaths/Endwalker/MSQ/J-6.3/4676_Paths Barred.json
QuestPaths/Endwalker/MSQ/J-6.3/4677_Desires Untold.json
QuestPaths/Endwalker/MSQ/J-6.3/4678_Gods Revel Lands Tremble.json
QuestPaths/Endwalker/MSQ/K-6.4/4735_Currying Flavor.json
QuestPaths/Endwalker/MSQ/K-6.4/4736_Going Haam.json
QuestPaths/Endwalker/MSQ/K-6.4/4737_Like Fear to Flame.json
QuestPaths/Endwalker/MSQ/K-6.4/4738_The Fallen Empire.json
QuestPaths/Endwalker/MSQ/K-6.4/4739_Bonds of Trust.json
QuestPaths/Endwalker/MSQ/K-6.4/4740_Lunar Rendezvous.json
QuestPaths/Endwalker/MSQ/K-6.4/4741_The Red Side of the Moon.json
QuestPaths/Endwalker/MSQ/K-6.4/4742_Abyssal Dark.json
QuestPaths/Endwalker/MSQ/K-6.4/4743_The Dark Throne.json
QuestPaths/Endwalker/MSQ/L-6.5/4744_Seeking the Light.json
QuestPaths/Endwalker/MSQ/L-6.5/4745_Appealing the Masses.json
QuestPaths/Endwalker/MSQ/L-6.5/4746_In Defiance of Fate.json
QuestPaths/Endwalker/MSQ/L-6.5/4747_Back to Action.json
QuestPaths/Endwalker/MSQ/L-6.5/4748_Down in the Dark.json
QuestPaths/Endwalker/MSQ/M-6.55/4753_The Coming Dawn.json
QuestPaths/QuestPaths.csproj
QuestPaths/Shadowbringers/MSQ/F-Tempest/3654_Shadowbringers.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3673_Shaken Resolve.json
QuestPaths/Shadowbringers/MSQ/G-5.1/3682_Vows of Virtue, Deeds of Cruelty.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3773_Fraying Threads.json
QuestPaths/Shadowbringers/MSQ/I-5.3/3774_Food for the Soul.json
QuestPaths/Shadowbringers/MSQ/J-5.4/4009_Reviving the Legacy.json
QuestPaths/Shadowbringers/MSQ/J-5.4/4016_Futures Rewritten.json
QuestPaths/Shadowbringers/MSQ/K-5.5/4063_When the Dust Settles.json
QuestPaths/quest-v1.json
Questionable/Controller/MovementController.cs
Questionable/Controller/QuestController.cs
Questionable/GameFunctions.cs
Questionable/Model/V1/ChatMessage.cs [new file with mode: 0644]
Questionable/Model/V1/Converter/SkipConditionConverter.cs
Questionable/Model/V1/DialogueChoice.cs
Questionable/Model/V1/ESkipCondition.cs
Questionable/Model/V1/QuestStep.cs
Questionable/Questionable.csproj