Table of Contents

Method SkillDecrease

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SkillDecrease(NwSkill, int)

Creates an effect that decreases a specific skill score.

public static Effect SkillDecrease(NwSkill skill, int amount)

Parameters

skill NwSkill

The skill to decrease.

amount int

The amount to decrease the skill by.

Returns

Effect