arbron / fvtt-summoner

Easy to use interface for configuring and summoning actors within DnD5e.
MIT License
4 stars 4 forks source link

Add documentation for roll data on summoned actors #3

Closed 9ryex5 closed 2 years ago

9ryex5 commented 2 years ago

I'm trying to set up Summon Beast spell which increases attack damage based on the spell level, but this doesn't seem to work. image

arbron commented 2 years ago

You cannot modify system.bonuses.All-Damage through the summons configuration because it is a DAE property, not core dnd5e. You can do that using the value @summoner.item.level in an Active Effect on the summoned creature:

Active Effect

I'll make a note to improve the documentation for that additional roll data to make this usage clear.

9ryex5 commented 2 years ago

Oh thank you, will do!