Experimentally handle item use in 'Strange Bedfellows'
authorLiza Carvelli <liza@carvel.li>
Sat, 12 Oct 2024 20:11:54 +0000 (22:11 +0200)
committerLiza Carvelli <liza@carvel.li>
Sat, 12 Oct 2024 20:11:54 +0000 (22:11 +0200)
commit7a3bab3d51a1b83eb97f34c14be73a0a140f3f20
tree42b9d203eaafdb70d200433f6428ed6ee4957ad0
parent4f5721e67b12e2c15a9b0e1cde7d33404db06415
Experimentally handle item use in 'Strange Bedfellows'
14 files changed:
QuestPaths/6.x - Endwalker/MSQ/B-Garlemald/4393_Strange Bedfellows.json
QuestPaths/quest-v1.json
Questionable.Model/Questing/CombatItemUse.cs [new file with mode: 0644]
Questionable.Model/Questing/Converter/CombatItemUseConditionConverter.cs [new file with mode: 0644]
Questionable.Model/Questing/ECombatItemUseCondition.cs [new file with mode: 0644]
Questionable.Model/Questing/QuestStep.cs
Questionable/Controller/CombatController.cs
Questionable/Controller/CombatModules/ICombatModule.cs
Questionable/Controller/CombatModules/ItemUseModule.cs [new file with mode: 0644]
Questionable/Controller/CombatModules/Mount128Module.cs
Questionable/Controller/CombatModules/RotationSolverRebornModule.cs
Questionable/Controller/MiniTaskController.cs
Questionable/Controller/Steps/Interactions/Combat.cs
Questionable/QuestionablePlugin.cs