Table of Contents

Method AddGreaterWeaponSpecializationFeat

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

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

baseItem NwBaseItem

The base item type to be mapped.

feat NwFeat

The feat to map to the base item.