Table of Contents

Method DamageResistance

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DamageResistance(IPDamageType, IPDamageResist)

Applies damage resistance against a type, reducing damage by a fixed amount each round.

public static ItemProperty DamageResistance(IPDamageType damageType, IPDamageResist damageResist)

Parameters

damageType IPDamageType

The damage type.

damageResist IPDamageResist

The resist amount.

Returns

ItemProperty

The created item property.