Add 'action' for using weapon skills/abilities on targets; part of healer role quests
authorLiza Carvelli <liza@carvel.li>
Wed, 10 Jul 2024 19:01:41 +0000 (21:01 +0200)
committerLiza Carvelli <liza@carvel.li>
Wed, 10 Jul 2024 19:01:41 +0000 (21:01 +0200)
commit48f4045e771e36a8a1f7d4d1ab05777d620be2bc
tree854a94a215536014b831708f80f2a2e40128c3a3
parentc50008d9e6ab121f4b1f42603106a8c41fc4d82b
Add 'action' for using weapon skills/abilities on targets; part of healer role quests
14 files changed:
QuestPathGenerator/QuestSourceGenerator.cs
QuestPaths/Dawntrail/RoleQuests/Healer/4824_In the Sting of Things.json
QuestPaths/Dawntrail/RoleQuests/Healer/4825_Causing Problems on Purpose.json [new file with mode: 0644]
QuestPaths/Dawntrail/RoleQuests/Healer/4826_Living among the Deadly.json [new file with mode: 0644]
QuestPaths/Dawntrail/RoleQuests/Healer/4827_Taste of a Toxin Paradise.json [new file with mode: 0644]
QuestPaths/quest-v1.json
Questionable.Model/V1/Converter/ActionConverter.cs [new file with mode: 0644]
Questionable.Model/V1/Converter/InteractionTypeConverter.cs
Questionable.Model/V1/EAction.cs [new file with mode: 0644]
Questionable.Model/V1/EInteractionType.cs
Questionable.Model/V1/QuestStep.cs
Questionable/Controller/Steps/InteractionFactory/Action.cs [new file with mode: 0644]
Questionable/GameFunctions.cs
Questionable/QuestionablePlugin.cs