Table of Contents

Method ExtraMeleeDamageType

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ExtraMeleeDamageType(IPDamageType)

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

public static ItemProperty ExtraMeleeDamageType(IPDamageType damageType)

Parameters

damageType IPDamageType

The base damage type.

Returns

ItemProperty

The created item property.