Table of Contents

Method SkillIncrease

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SkillIncrease(NwSkill, int)

Creates an effect that increases a specific skill score.

public static Effect SkillIncrease(NwSkill skill, int amount)

Parameters

skill NwSkill

The skill to increase.

amount int

The amount to increase the skill by.

Returns

Effect