Gathering leves proof-of-concept
authorLiza Carvelli <liza@carvel.li>
Wed, 7 Aug 2024 23:49:14 +0000 (01:49 +0200)
committerLiza Carvelli <liza@carvel.li>
Wed, 7 Aug 2024 23:49:14 +0000 (01:49 +0200)
commita7af4853699840d1a1178e2aa569389b87ed5c68
tree84a22dae3dc8233f3456798be371b1d2929142e4
parent41abceb89a96f01894ec307b8bef9d349271bdfa
Gathering leves proof-of-concept
38 files changed:
GatheringPaths/7.x - Dawntrail/Yak T'el/970.md [new file with mode: 0644]
GatheringPaths/7.x - Dawntrail/Yak T'el/970__MIN.json [new file with mode: 0644]
QuestPaths/7.x - Dawntrail/Leves/MIN/L1794_Vestiges of War.json [new file with mode: 0644]
QuestPaths/quest-v1.json
Questionable.Model/Questing/Converter/InteractionTypeConverter.cs
Questionable.Model/Questing/EAction.cs
Questionable.Model/Questing/EInteractionType.cs
Questionable.Model/Questing/GatheredItem.cs
Questionable/Controller/CombatController.cs
Questionable/Controller/GameUiController.cs
Questionable/Controller/GatheringController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/QuestRegistry.cs
Questionable/Controller/Steps/Gathering/DoGather.cs
Questionable/Controller/Steps/Interactions/Combat.cs
Questionable/Controller/Steps/Interactions/Interact.cs
Questionable/Controller/Steps/Interactions/SinglePlayerDuty.cs
Questionable/Controller/Steps/Interactions/UseItem.cs
Questionable/Controller/Steps/Leves/InitiateLeve.cs [new file with mode: 0644]
Questionable/Controller/Steps/Shared/GatheringRequiredItems.cs
Questionable/Controller/Steps/Shared/SkipCondition.cs
Questionable/Controller/Steps/Shared/WaitAtEnd.cs
Questionable/Controller/Utils/QuestWorkUtils.cs
Questionable/Data/LeveData.cs [new file with mode: 0644]
Questionable/Data/QuestData.cs
Questionable/Functions/ExcelFunctions.cs
Questionable/Functions/GameFunctions.cs
Questionable/Functions/QuestFunctions.cs
Questionable/Model/IQuestInfo.cs
Questionable/Model/LeveInfo.cs [new file with mode: 0644]
Questionable/Model/QuestInfo.cs
Questionable/Model/QuestInfoUtils.cs [new file with mode: 0644]
Questionable/Model/QuestProgressInfo.cs [new file with mode: 0644]
Questionable/Model/SatisfactionSupplyInfo.cs
Questionable/QuestionablePlugin.cs
Questionable/Windows/QuestComponents/ActiveQuestComponent.cs
Questionable/Windows/QuestComponents/CreationUtilsComponent.cs
Questionable/Windows/QuestSelectionWindow.cs