Table of Contents

Method AddGreaterWeaponFocusFeat

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

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

baseItem NwBaseItem

The base item type to be mapped.

feat NwFeat

The feat to map to the base item.