SobranDM / foundryvtt-wwn

GNU General Public License v3.0
12 stars 18 forks source link

Improve Roll Forumla/Spell Damage Support #53

Closed StasTserk closed 1 year ago

StasTserk commented 1 year ago

It would be super cool if we could have the scaling spells (ie. 1d8 damage per caster level) be able to easily use the actor stats in the damage formula.

Right now, as an example for Howl of Light, you can put something like @actor.system.details.level into the formula image

This grants the correct result during the roll image

However looks a bit suspect in the chat message for the spell. image

In addition, the system doesn't have any facility for automatically applying that damage to a target, with no real way to specify this is a damage roll in the spell.

It would be cool if