Implement min/btn collectable logic
authorLiza Carvelli <liza@carvel.li>
Sat, 3 Aug 2024 15:26:49 +0000 (17:26 +0200)
committerLiza Carvelli <liza@carvel.li>
Sat, 3 Aug 2024 15:26:49 +0000 (17:26 +0200)
commitf04233a325b26af4c812bb221455b05233ad70cf
tree4fa415ed53bb1ebe45cab99da6b0a96bfbe54ac8
parent82c20bf76d46f21b743f9b26e77c6aa5a8bb864a
Implement min/btn collectable logic
31 files changed:
GatheringPathRenderer/EditorCommands.cs
GatheringPathRenderer/Windows/EditorWindow.cs
GatheringPaths/6.x - Endwalker/Garlemald/822_Monitoring Station G_MIN.json [new file with mode: 0644]
GatheringPaths/6.x - Endwalker/Mare Lamentorum/821_The Crushing Brand_MIN.json [new file with mode: 0644]
GatheringPaths/6.x - Endwalker/Thavnair/820_Pewter Ore.json [deleted file]
GatheringPaths/6.x - Endwalker/Thavnair/820_The Hamsa Hatchery_MIN.json [new file with mode: 0644]
GatheringPaths/7.x - Dawntrail/Urqopacha/974_Chabameki_MIN.json [new file with mode: 0644]
GatheringPaths/7.x - Dawntrail/Urqopacha/974_Mountain Chromite Ore.json [deleted file]
GatheringPaths/7.x - Dawntrail/Urqopacha/992_Chabameki_BTN.json [new file with mode: 0644]
GatheringPaths/7.x - Dawntrail/Urqopacha/992_Snow Cotton.json [deleted file]
GatheringPaths/7.x - Dawntrail/Urqopacha/993_Chabayuqeq_MIN.json [new file with mode: 0644]
GatheringPaths/7.x - Dawntrail/Urqopacha/993_Turali Aloe.json [deleted file]
QuestPaths/6.x - Endwalker/4807_DebugGathering.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4153_Cultured Pursuits.json
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4154_Cooking Up a Culture.json
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4155_The Culture of Ceruleum.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4156_The Culture of Carrots.json [new file with mode: 0644]
QuestPaths/6.x - Endwalker/Studium Deliveries/MIN, BTN/4157_Hinageshi in Hingashi.json [new file with mode: 0644]
Questionable.Model/Questing/EAction.cs
Questionable.Model/Questing/GatheredItem.cs
Questionable/Controller/GatheringController.cs
Questionable/Controller/MovementController.cs
Questionable/Controller/QuestController.cs
Questionable/Controller/Steps/Gathering/DoGather.cs [new file with mode: 0644]
Questionable/Controller/Steps/Gathering/DoGatherCollectable.cs [new file with mode: 0644]
Questionable/Controller/Steps/Gathering/MoveToLandingLocation.cs
Questionable/Controller/Steps/Gathering/WaitGather.cs [deleted file]
Questionable/Controller/Steps/Shared/GatheringRequiredItems.cs
Questionable/External/NavmeshIpc.cs
Questionable/GameFunctions.cs
Questionable/QuestionablePlugin.cs