keeperfx icon indicating copy to clipboard operation
keeperfx copied to clipboard

Creature spells that can buff or heal others

Open yani opened this issue 10 months ago • 3 comments

It would be nice if there is a way to have buffs and heals be able to get cast on other creatures then the creature itself.

Example solution: a CastTarget property on the spells:

CastTarget = SELF       # heal self
CastTarget = FRIENDLY   # heal or cleanse other
CastTarget = ENEMY      # slow/freeze

This could give the Druid some very nice Lore type of gameplay. Have druids lined up in the back healing and cleansing your other creatures, while trying to snipe the druids on the army of the enemy.

yani avatar Apr 03 '24 16:04 yani

I'll have a look at this

AbyssalDrifter avatar Apr 03 '24 16:04 AbyssalDrifter

It shouldn't be on the spell level but on the instance level.

walt253 avatar Apr 03 '24 18:04 walt253

Isn't healing others mentioned in the manual? According to it, Monks can heal allies.

AdamPlenty avatar Apr 05 '24 20:04 AdamPlenty