Add basic support for gathering custom delivery items automatically
authorLiza Carvelli <liza@carvel.li>
Sun, 4 Aug 2024 14:03:23 +0000 (16:03 +0200)
committerLiza Carvelli <liza@carvel.li>
Sun, 4 Aug 2024 14:03:23 +0000 (16:03 +0200)
commit09f11d1914ee9cae8a5878f1cd3c18c390df9764
treec13faabf1bbdc61af6386f87b826a48b8c83f22d
parent2f4f4e24e240fa186a50a686581d2de854580a78
Add basic support for gathering custom delivery items automatically
73 files changed:
GatheringPathRenderer/packages.lock.json
GatheringPaths/4.x - Stormblood/Yanxia/731_Yuzuka Manor_BTN.json [new file with mode: 0644]
QuestPaths/3.x - Heavensward/Custom Deliveries/Zhloe/1551_Arms Wide Open.json [new file with mode: 0644]
QuestPaths/3.x - Heavensward/Custom Deliveries/Zhloe/S1_Zhloe Aliapoh.json [new file with mode: 0644]
QuestPaths/3.x - Heavensward/Unlocks/Custom Deliveries/1551_Arms Wide Open.json [deleted file]
QuestPaths/4.x - Stormblood/Custom Deliveries/Adkiragh/S4_Adkiragh.json [new file with mode: 0644]
QuestPaths/4.x - Stormblood/Custom Deliveries/Kurenai/S3_Kurenai.json [new file with mode: 0644]
QuestPaths/4.x - Stormblood/Custom Deliveries/M'naago/S2_M'naago.json [new file with mode: 0644]
QuestPaths/5.x - Shadowbringers/Custom Deliveries/Charlemend/S7_Charlemend.json [new file with mode: 0644]
QuestPaths/5.x - Shadowbringers/Custom Deliveries/Ehll Tou/S6_Ehll Tou.json [new file with mode: 0644]
QuestPaths/5.x - Shadowbringers/Custom Deliveries/Kai-Shirr/S5_Kai-Shirr.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Ameliance/S8_Ameliance.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Anden/S9_Anden.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Margrat/S10_Margrat.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Studium/4473_The Faculty.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Studium/MIN, BTN/4153_Cultured Pursuits.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Studium/MIN, BTN/4154_Cooking Up a Culture.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Studium/MIN, BTN/4155_The Culture of Ceruleum.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Studium/MIN, BTN/4156_The Culture of Carrots.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Studium/MIN, BTN/4157_Hinageshi in Hingashi.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Studium/MIN, BTN/4158_The Culture of the Past.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Custom Deliveries/Studium/MIN, BTN/4159_The Culture of Love.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Studium Deliveries/4473_The Faculty.json [deleted file]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4153_Cultured Pursuits.json [deleted file]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4154_Cooking Up a Culture.json [deleted file]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4155_The Culture of Ceruleum.json [deleted file]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4156_The Culture of Carrots.json [deleted file]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4157_Hinageshi in Hingashi.json [deleted file]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4158_The Culture of the Past.json [deleted file]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4159_The Culture of Love.json [deleted file]
QuestPaths/QuestPaths.csproj
QuestPaths/quest-v1.json
Questionable.Model/Common/EAetheryteLocation.cs
Questionable.Model/Questing/Converter/AethernetShardConverter.cs
Questionable.Model/Questing/Converter/ElementIdConverter.cs
Questionable.Model/Questing/ElementId.cs
Questionable.Model/common-schema.json
Questionable/Controller/CommandHandler.cs
Questionable/Controller/ContextMenuController.cs [new file with mode: 0644]
Questionable/Controller/GameUiController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/QuestRegistry.cs
Questionable/Controller/Steps/Common/NextQuest.cs
Questionable/Controller/Steps/Interactions/Combat.cs
Questionable/Controller/Steps/Interactions/Interact.cs
Questionable/Controller/Steps/Interactions/UseItem.cs
Questionable/Controller/Steps/Shared/GatheringRequiredItems.cs
Questionable/Controller/Steps/Shared/SkipCondition.cs
Questionable/Controller/Steps/Shared/WaitAtEnd.cs
Questionable/Data/AetheryteData.cs
Questionable/Data/GatheringData.cs
Questionable/Data/JournalData.cs
Questionable/Data/QuestData.cs
Questionable/External/LifestreamIpc.cs
Questionable/GameFunctions.cs
Questionable/Model/IQuestInfo.cs [new file with mode: 0644]
Questionable/Model/Quest.cs
Questionable/Model/QuestInfo.cs
Questionable/Model/SatisfactionSupplyInfo.cs [new file with mode: 0644]
Questionable/QuestionablePlugin.cs
Questionable/Validation/Validators/AethernetShortcutValidator.cs
Questionable/Validation/Validators/BasicSequenceValidator.cs
Questionable/Validation/Validators/CompletionFlagsValidator.cs
Questionable/Validation/Validators/JsonSchemaValidator.cs
Questionable/Validation/Validators/NextQuestValidator.cs
Questionable/Validation/Validators/QuestDisabledValidator.cs
Questionable/Validation/Validators/UniqueStartStopValidator.cs
Questionable/Windows/DebugOverlay.cs
Questionable/Windows/JournalProgressWindow.cs
Questionable/Windows/QuestComponents/ActiveQuestComponent.cs
Questionable/Windows/QuestComponents/QuestTooltipComponent.cs
Questionable/Windows/QuestSelectionWindow.cs
Questionable/Windows/UiUtils.cs