Method AddGreaterWeaponFocusFeat
AddGreaterWeaponFocusFeat(NwBaseItem, NwFeat)
Adds the specified feat as a greater weapon focus feat for the specified base item type.
This adds the GreaterWeaponFocusAttackBonus to the weapon's attack roll for characters with the specified feat.
public void AddGreaterWeaponFocusFeat(NwBaseItem baseItem, NwFeat feat)
Parameters
baseItemNwBaseItemThe base item type to be mapped.
featNwFeatThe feat to map to the base item.