Table of Contents

Class NwSkill

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

A creature/character skill definition.

public sealed class NwSkill
Inheritance
NwSkill
Inherited Members
Extension Methods

Properties

AllClassesCanUse

Gets if this skill can be used by all classes.

ArmorCheckPenalty

Gets if this skill is subject to the armor check penalty.

Description

Gets the description of this skill.

IconResRef

Gets the ResRef of the GUI icon representing this skill.

Id

Gets the ID of this skill.

IsHostileSkill

Gets if this skill is considered a hostile action.

IsUntrained

Gets if this skill is untrained. Trained skills require at least a single rank before they can be used.

KeyAbility

Gets the ability that the skill uses as

Name

Gets the name of this skill.

SkillType

Gets the associated Skill type for this skill.

Methods

FromSkillId(int)

Resolves a NwSkill from a skill id.

FromSkillType(Skill)

Resolves a NwSkill from a Skill.

Operators

implicit operator NwSkill(Skill)