I am making a kinetic monk build. I want to put in the extra damage the kinetic fist dmg. It does 1d6 dmg for every 3 kinetic blast dice. I figured the max formula for the number of dice, max(1,floor(floor((@{level}+1)/2)/3)). First floor calculates the blast dice and the second for the fist. Not sure on how to assign that to be the #d6. I first tried [[max(1,floor(floor((@{level}+1)/2)/3))d6]] and it didn't work. Thoughts?