Table of Contents

Method ACDecrease

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ACDecrease(int, ACBonus)

Creates an effect that decreases the AC of an object.

public static Effect ACDecrease(int amount, ACBonus acType = ACBonus.Dodge)

Parameters

amount int

The AC penalty.

acType ACBonus

The type of AC to decrease (Dodge).

Returns

Effect