Table of Contents

Method DamageDecrease

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

DamageDecrease(int, DamageType)

Creates an effect that applies a penalty to a specified damage type.

public static Effect DamageDecrease(int penalty, DamageType damageType = DamageType.Magical)

Parameters

penalty int

The damage penalty to apply.

damageType DamageType

The damage type to apply the penalty to.

Returns

Effect