Anvil
Loading...
Searching...
No Matches
Anvil.API.CreatureLevelInfo Class Referencesealed

Public Member Functions

sbyte GetSkillRank (NwSkill skill)
 Gets the skill ranks for the specified skill on this creature level.
 
void SetSkillRank (NwSkill skill, sbyte rank)
 Sets the skill ranks for the specified skill on this creature level.
 

Properties

Ability? AbilityGained [get, set]
 Gets or sets the ability increased at this level.
 
IReadOnlyList< IList< NwSpell > > AddedKnownSpells [get]
 Gets a mutable list of known spells added at this level.
The returned array is indexed by spell level, 0 = cantrips, 1 = level 1 spells, etc.
 
CreatureClassInfo ClassInfo [get]
 Gets the class chosen at this level.
 
int FeatCount [get]
 Gets the number of feats gained at this level.
 
IList< NwFeatFeats [get]
 Gets a mutable list of feats gained at this level.
 
byte HitDie [get, set]
 Gets or sets the hitpoints gained by this creature for this level.
 
IReadOnlyList< IList< NwSpell > > RemovedKnownSpells [get]
 Gets a mutable list of known spells removed at this level.
The returned array is indexed by spell level, 0 = cantrips, 1 = level 1 spells, etc.
 
ushort SkillPointsRemaining [get, set]
 Gets or sets the amount of skill points unspent at this level.
 

Member Function Documentation

◆ GetSkillRank()

sbyte Anvil.API.CreatureLevelInfo.GetSkillRank ( NwSkill skill)
inline

Gets the skill ranks for the specified skill on this creature level.

Parameters
skillThe skill to query.
Returns
The number of skill ranks.

◆ SetSkillRank()

void Anvil.API.CreatureLevelInfo.SetSkillRank ( NwSkill skill,
sbyte rank )
inline

Sets the skill ranks for the specified skill on this creature level.

Parameters
skillThe skill to modify.
rankThe new number of skill ranks.

The documentation for this class was generated from the following file: