Slippery Shooter
You leave fewer openings when making a ranged attack.
Preqrequisite
Dex 15, base attack bonus +6.
Benefit
You gain a +3 bonus to your Armor Class against attacks of opportunity you provoke by making a ranged attack.
Source
Core Rulebook pg. 161
Dragonscript
ID
aff39db11de89e8876b76e0ePreqrequisite
and [condition character.dexterity >= 15, condition character.bab.featPrerequisite >= 6];Benefit
append '+3 bonus to your Armor Class against attacks of opportunity you provoke by making a ranged attack.' to character.situationSpecificBonuses;
