Table of Contents

Method DamageReduction

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DamageReduction(IPDamageReduction, IPDamageSoak)

Applies damage reduction that requires a minimum enhancement to bypass, soaking a fixed amount of damage.

public static ItemProperty DamageReduction(IPDamageReduction damageReduction, IPDamageSoak damageSoak)

Parameters

damageReduction IPDamageReduction

The required enhancement level to bypass.

damageSoak IPDamageSoak

The amount of damage soaked.

Returns

ItemProperty

The created item property.