Auto-Moving to gathering locations
authorLiza Carvelli <liza@carvel.li>
Sat, 3 Aug 2024 09:17:20 +0000 (11:17 +0200)
committerLiza Carvelli <liza@carvel.li>
Sat, 3 Aug 2024 09:17:20 +0000 (11:17 +0200)
commit82c20bf76d46f21b743f9b26e77c6aa5a8bb864a
treecb59729d4ac5c0e452d1b2ef5561e204afe0c94b
parentff7ee27fde3644f8ad81296328dc426c6a259c03
Auto-Moving to gathering locations
26 files changed:
GatheringPathRenderer/RendererPlugin.cs
GatheringPathRenderer/Windows/EditorWindow.cs
GatheringPaths/6.x - Endwalker/Thavnair/820_Pewter Ore.json
GatheringPaths/7.x - Dawntrail/Urqopacha/974_Mountain Chromite Ore.json
GatheringPaths/7.x - Dawntrail/Urqopacha/992_Snow Cotton.json
GatheringPaths/7.x - Dawntrail/Urqopacha/993_Turali Aloe.json
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4154_Cooking Up a Culture.json
QuestPaths/quest-v1.json
Questionable.Model/GatheringMath.cs [new file with mode: 0644]
Questionable.Model/Questing/GatheredItem.cs [new file with mode: 0644]
Questionable.Model/Questing/QuestStep.cs
Questionable.sln.DotSettings
Questionable/Controller/GatheringController.cs [new file with mode: 0644]
Questionable/Controller/MiniTaskController.cs [new file with mode: 0644]
Questionable/Controller/QuestController.cs
Questionable/Controller/Steps/Gathering/MoveToLandingLocation.cs [new file with mode: 0644]
Questionable/Controller/Steps/Gathering/WaitGather.cs [new file with mode: 0644]
Questionable/Controller/Steps/Interactions/Interact.cs
Questionable/Controller/Steps/Shared/GatheringRequiredItems.cs [new file with mode: 0644]
Questionable/Data/GatheringData.cs [new file with mode: 0644]
Questionable/GameFunctions.cs
Questionable/Questionable.csproj
Questionable/QuestionablePlugin.cs
Questionable/Windows/QuestComponents/ActiveQuestComponent.cs
Questionable/Windows/QuestComponents/RemainingTasksComponent.cs
Questionable/packages.lock.json