Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Metamagic multiplier macro

I am trying to figure out how to make a global damage modifier work on my standard roll20 sheet for 5e. I thought that something like 1.5* to the global damage stat would work. Any ideas? I don't want to custom add the spells separately if I plan to use Intensify.
1609040933

Edited 1609040963
Oosh
Sheet Author
API Scripter
This sounds like you're applying a 3.5e metamagic to the 5e sheet? It may not be the best choice of character sheet, to be honest. A PF or 3.5 sheet might have better support for that kind of thing, since it's a core rule in those editions. Those sheets tend to have more damage modifier fields since the 3.5's have much more complex math. Specifically for this case though, a global modifier will not work. It's in a separate property to the damage of the spell and there's no way for it to operate on the damage roll. The easiest way is probably just adding a Query to the damage field in the Attacks & Spellcasting section. For example, a spell that does 8d6: floor(8d6*[[?{Empower spell?|No,1]]|Yes,1.5]][Empowered]})
Okay and thank you! Sadly can't swap to a 3.5 sheet as it would mess everyone else up. But I didn't think about adding a query to the spell.