Method AddFeat
AddFeat(NwFeat)
Gives this creature the specified feat.
Consider using the AddFeat(NwFeat, int) overload to properly allocate the feat to a level.
public void AddFeat(NwFeat feat)
Parameters
featNwFeatThe feat to give.
AddFeat(NwFeat, int)
Gives this creature the specified feat at a level.
Consider using the AddFeat(NwFeat, int) overload to properly allocate the feat to a level.
public void AddFeat(NwFeat feat, int level)