Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creature spells that can buff or heal others #3110

Closed
yani opened this issue Apr 3, 2024 · 4 comments
Closed

Creature spells that can buff or heal others #3110

yani opened this issue Apr 3, 2024 · 4 comments

Comments

@yani
Copy link
Contributor

yani commented Apr 3, 2024

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.

@AbyssalDrifter
Copy link

I'll have a look at this

@walt253
Copy link
Contributor

walt253 commented Apr 3, 2024

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

@AdamPlenty
Copy link
Contributor

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

@walt253
Copy link
Contributor

walt253 commented Oct 9, 2024

I think it's safe to assume this issue is resolved with #3463 & #3499

@walt253 walt253 closed this as completed Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants