Table of Contents

Method Curse

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Curse(int, int, int, int, int, int)

Creates a curse effect.

public static Effect Curse(int strMod = 1, int dexMod = 1, int conMod = 1, int intMod = 1, int wisMod = 1, int chaMod = 1)

Parameters

strMod int

The penalty to Strength.

dexMod int

The penalty to Dexterity.

conMod int

The penalty to Constitution.

intMod int

The penalty to Intelligence.

wisMod int

The penalty to Wisdom.

chaMod int

The penalty to Charisma.

Returns

Effect