So um I'm a bit confused as to how I would exactly do the Macro for this
For every 2 caster levels beyond 3rd the caster possesses, the rune deals an additional 1d4+1 points of fire damage (2d4+2 at caster level 5th, 3d4+3 at 7th, and so on) to a maximum of 5d4+5 points of fire damage at caster level 11th.
I so far have this
Damage: [[ floor( {@{spellclass-0-level-total}*.5,5}kl1 ) ]]d4+[[ floor( {@{spellclass-0-level-total}*.5,5}kl1 ) ]]
Thanks ahead of time for all the help :D