Nimble Juggernaut
Extraordinary
Level3

Source

Character Operations Manual pg. 91

Whenever you’re wearing armor (including powered armor), you reduce your total armor check penalty by 1 (minimum 0) and total speed adjustment by 5 feet (minimum adjustment 0 feet). The armor check penalty reduction increases by 1 at 7th level and every 4 levels thereafter. At 11th level, you reduce the armor’s speed adjustment by 10 feet (minimum adjustment 0 feet). These benefits stack with similar effects, such as from the guard fighting style’s 1st-level style technique.


Dragonscript

ID

b0dfc187a67b8bbefec0a4d4

Effect


                                        if or [{character.equipped.armorType == heavy}, {character.equipped.armorType == light}, {character.equipped.armorType == powered}] then
                                            bonus pick [3:1,7:2,11:3,15:4,19:5] at character.soldier.level to character.armor.acpReduction as misc;
                                        if or [{character.equipped.armorType == heavy}, {character.equipped.armorType == light}, {character.equipped.armorType == powered}] then
                                            bonus pick [3:5, 11:10] at character.soldier.level to character.armor.speedAdjustmentReduction as misc;
This website uses trademarks and/or copyrights owned by Paizo Inc., which are used under Paizo's Community Use Policy. We are expressly prohibited from charging you to use or access this content. This website is not published, endorsed, or specifically approved by Paizo Inc. For more information about Paizo's Community Use Policy, please visit paizo.com/communityuse. For more information about Paizo Inc. and Paizo products, please visit paizo.com.