|
There's a box on the left side of your Spells sheet that refers to your Cantrip level.
It's macro'd, unhelpfully, as something like "cantrips_per_day".
So if you put your Lay on Hands's Damage as "@{cantrips_per_day}*6", it will auto-update as you update your Spells sheet.
And it works for all of your Cantrips. If you're 3rd level, with 2nd Level Cantrips, you can update your Telekinetic Projectile macro as "@{cantrips_per_day}d6" to represent 2d6.
|
Hmmm, interesting and as you suggested unintuitive. I doubt I would have ever figured that out. I will certainly look into it, but to be perfectly honest, I would prefer the syntax based on character level since it can be applied to a wider range of applications. I have seen it on someone's sheet before that I GMd for, but cannot find it. I know it includes the "@{level}" variable and a "/2" operation, but I just cannot work it out. I've done without it for this long so its not like it's a deal-breaker for using Roll20, but since we generally have a helpful community, I was hoping someone, perhaps multiple someones with multiple variations would share them.