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