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

Healing Domain 1.5x Cure Light Math Help

In pathfinder, the auto code to display cure light wounds damage follows, but I keep playing around with where to add the *1.5 for a cleric with the healing domain. Can anyone help me figure out where/how to place the empowering multiplication? Thanks! ([[1d8+{(1*@{caster1_level}),5}kl1]])
1716338266
Gauss
Forum Champion
Here you go: [[1.5*(1d8+{(1*@{caster1_level}),5}kl1)]] If you want it rounded up:  [[ceil(1.5*(1d8+{(1*@{caster1_level}),5}kl1))]] If you want it rounded down:  [[floor(1.5*(1d8+{(1*@{caster1_level}),5}kl1))]]