Draft for auto-completing quest battles (HW MSQ)
authorLiza Carvelli <liza@carvel.li>
Thu, 20 Feb 2025 00:34:59 +0000 (01:34 +0100)
committerLiza Carvelli <liza@carvel.li>
Thu, 20 Feb 2025 00:34:59 +0000 (01:34 +0100)
commit92873554cc838dca8e7e64db008063b2d676baf9
tree75f9348ee6f0ce88670b55661838d66d25e3233e
parentb35ee13704d6bcc679cb33977361cdc45c2c8e22
Draft for auto-completing quest battles (HW MSQ)
24 files changed:
QuestPathGenerator/RoslynElements/QuestStepExtensions.cs
QuestPaths/3.x - Heavensward/Class Quests/WAR/601_And My Axe.json
QuestPaths/3.x - Heavensward/MSQ/A1-Coerthas Western Highlands 1, Sea of Clouds 1/1595_A Series of Unfortunate Events.json
QuestPaths/3.x - Heavensward/MSQ/A1-Coerthas Western Highlands 1, Sea of Clouds 1/1597_Divine Intervention.json
QuestPaths/3.x - Heavensward/MSQ/A2-Raubahn/1601_Keeping the Flame Alive.json
QuestPaths/3.x - Heavensward/MSQ/A3.1-Coerthas Western Highlands 2/1606_Sounding Out the Amphitheatre.json
QuestPaths/3.x - Heavensward/MSQ/A3.3-The Churning Mists/1626_Waiting for the Wind to Change.json
QuestPaths/3.x - Heavensward/MSQ/A3.3-The Churning Mists/1630_A General Summons.json
QuestPaths/3.x - Heavensward/MSQ/A4-Ishgard/1639_Fire and Blood.json
QuestPaths/3.x - Heavensward/MSQ/A5-Sea of Clouds/1644_Familiar Faces.json
QuestPaths/3.x - Heavensward/MSQ/A6-The Dravanian Hinterlands/1657_An Illuminati Incident.json
QuestPaths/3.x - Heavensward/MSQ/A7-Azys Lla/1667_Close Encounters of the VIth Kind.json
QuestPaths/quest-v1.json
Questionable.Model/Questing/QuestStep.cs
Questionable/Controller/CombatModules/BossModModule.cs
Questionable/Controller/GameUi/InteractionUiController.cs
Questionable/Controller/QuestRegistry.cs
Questionable/Controller/Steps/Common/SendNotification.cs
Questionable/Controller/Steps/Interactions/SinglePlayerDuty.cs [new file with mode: 0644]
Questionable/Controller/Steps/Shared/WaitAtEnd.cs
Questionable/Controller/Steps/TaskCreator.cs
Questionable/Data/TerritoryData.cs
Questionable/External/BossModIpc.cs [new file with mode: 0644]
Questionable/QuestionablePlugin.cs