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

Pathfinder - Fighter: Weapon Training

I am looking at adding a macro to one of my weapons to take into consideration the class feature known as Weapon Training Starting at 5th level, a fighter can select one group of weapons, as noted below. Whenever he attacks with a weapon from this group, he gains a +1 bonus on attack and damage rolls.Every four levels thereafter (9th*, 13th, and 17th), a fighter becomes further trained in another group of weapons. He gains a +1 bonus on attack and damage rolls when using a weapon from this group. Level 5: +1/+1 Level 9: +2/+2 Level 13: +3/+3 Level 17: +4/+4 I want to add the Macro to Attack Mods and Damage Mods so it scales, and I will not have to come back to update it. The prime numbers and offset start are causing me problems (Like usual), can anyone help me please?
I have had a go. It is Level divided by 4 offset by a level. Hope it helps someone 1*floor((@{level}-1)/4)