
I'm trying to create a macro that auto-calculates a bonus for something like "Inspire Courage" Bardic Performance. This gives a +1 bonus from levels 1 -4, then an additional +1 bonus at level 5 and every 6 levels after. So it would be 1-4 = +1
5-10 = +2
11 - 16 = +3
> 17 = +4 I can't figure out a way to express such a sequence using the macro/die rolling language within Roll20.net. I was successful with something like fascinate that effects an extra create for every 3 levels beyond the 1rst like this: [[1 + floor([[[[@{class-0-level} - 1]] / 3]]) ]] Anyone have any ideas or advice?