Table of Contents

Method ExtraRangeDamageType

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ExtraRangeDamageType(IPDamageType)

Adds extra ranged base damage type to a weapon. Only physical types (Piercing, Slashing, Bludgeoning). Applies to ranged weapons only.

public static ItemProperty ExtraRangeDamageType(IPDamageType damageType)

Parameters

damageType IPDamageType

The base damage type.

Returns

ItemProperty

The created item property.