Gridania start, various quest fixes, automatically start GC quest, automatically...
authorLiza Carvelli <liza@carvel.li>
Sat, 15 Jun 2024 12:12:32 +0000 (14:12 +0200)
committerLiza Carvelli <liza@carvel.li>
Sat, 15 Jun 2024 12:12:32 +0000 (14:12 +0200)
commit5bcaba7eba6a45e910b278c64333606ffd21db5b
tree4937a223e4ccf4c9fa5e67559d60c3c080bc4ccf
parent5a4a693d66018da39fde184fc1fae25709dc6d90
Gridania start, various quest fixes, automatically start GC quest, automatically start chocobo quest
55 files changed:
QuestPathGenerator/QuestSourceGenerator.cs
QuestPaths/ARealmReborn/MSQ-1/Gridania/129_Spirithold Broken.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/161_Leia's Legacy.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/175_Surveying the Damage.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/176_On to Bentbranch.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/201_Passing Muster.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/28_To the Bannock.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/376_You Shall Not Trespass.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/377_Don't Look Down.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/379_In the Grim Darkness of the Forest.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/380_Threat Level Elevated.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/381_Migrant Marauders.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/384_A Hearer is Often Late.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/3854_Eggs over Queasy.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/3855_A Soldier's Breakfast.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/387_Salvaging the Scene.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/39_Coming to Gridania.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/445_Chasing Shadows.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/446_Dread Is in the Air.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/447_To Guard a Guardian.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/448_Festive Endeavors.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/449_Renewing the Covenant.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/507_The Gridanian Envoy.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Gridania/85_LNC_Close to Home.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Shared/245_It's Probably Pirates.json
QuestPaths/ARealmReborn/MSQ-1/Shared/272_Life, Materia and Everything.json
QuestPaths/ARealmReborn/MSQ-1/Shared/509_The Scions of the Seventh Dawn.json
QuestPaths/ARealmReborn/MSQ-1/Shared/510_A Wild Rose By Any Other Name.json
QuestPaths/ARealmReborn/MSQ-1/Shared/511_A Hero in the Making.json
QuestPaths/ARealmReborn/MSQ-1/Shared/618_Unsolved Mystery.json
QuestPaths/ARealmReborn/MSQ-1/Shared/660_Into a Copper Hell.json
QuestPaths/ARealmReborn/MSQ-1/Shared/677_Fire in the Gloom.json
QuestPaths/ARealmReborn/MSQ-1/Shared/680_The Company You Keep (Twin Adders).json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Shared/681_The Company You Keep (Maelstrom).json
QuestPaths/ARealmReborn/MSQ-1/Shared/683_Wood's Will Be Done.json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Shared/700_My Little Chocobo (Twin Adder).json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-1/Shared/701_My Little Chocobo (Maelstrom).json [new file with mode: 0644]
QuestPaths/ARealmReborn/MSQ-2/.gitkeep [deleted file]
QuestPaths/ARealmReborn/MSQ-2/A2/3856_We Come in Peace.json [new file with mode: 0644]
QuestPaths/quest-v1.json
Questionable.Model/V1/Converter/SkipConditionConverter.cs
Questionable.Model/V1/ESkipCondition.cs
Questionable/Configuration.cs
Questionable/Controller/GameUiController.cs
Questionable/Controller/MovementController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/Steps/BaseFactory/AetheryteShortcut.cs
Questionable/Controller/Steps/BaseFactory/SkipCondition.cs
Questionable/Controller/Steps/BaseFactory/WaitAtEnd.cs
Questionable/Controller/Steps/InteractionFactory/EquipItem.cs
Questionable/Controller/Steps/InteractionFactory/UseItem.cs
Questionable/GameFunctions.cs
Questionable/Questionable.csproj
Questionable/Windows/ConfigWindow.cs
Questionable/Windows/DebugWindow.cs