Versatile Specialization
Combat
Drone

You know how to get full value out of weapon types your class doesn’t normally use.

Preqrequisite

Weapon Specialization, character level 3rd.

Benefit

You gain specialization (see page 243) in all weapons with which you are proficient that can be selected with Weapon Specialization.

Source

Core Rulebook pg. 163


Dragonscript

ID

bc9316d353a117bebd4e35c9

Preqrequisite

and [condition character.level >= 3, {character.feats contains '956722a05d5e40f953d144ce'}];

Benefit

if {character.proficiency.weapon contains basicMelee} then bonus character.level to character.damage.basicMelee as specialization;if {character.proficiency.weapon contains basicMelee} then bonus (character.level/2) to character.damage.basicOperativeMelee as specialization;if {character.proficiency.weapon contains advancedMelee} then bonus character.level to character.damage.advancedMelee as specialization;if {character.proficiency.weapon contains advancedMelee} then bonus (character.level/2) to character.damage.advancedOperativeMelee as specialization;if {character.proficiency.weapon contains smallArm} then bonus (character.level/2) to character.damage.smallArm as specialization;if {character.proficiency.weapon contains longarm} then bonus character.level to character.damage.longarm as specialization;if {character.proficiency.weapon contains heavyWeapon} then bonus character.level to character.damage.heavyWeapon as specialization;if {character.proficiency.weapon contains sniper} then bonus character.level to character.damage.sniper as specialization;
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.