Class CreatureLevelInfo
public sealed class CreatureLevelInfo
- Inheritance
-
CreatureLevelInfo
- Inherited Members
- Extension Methods
Properties
- AbilityGained
Gets or sets the ability increased at this level.
- AddedKnownSpells
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.
- ClassInfo
Gets the class chosen at this level.
- FeatCount
Gets the number of feats gained at this level.
- Feats
Gets a mutable list of feats gained at this level.
- HitDie
Gets or sets the hitpoints gained by this creature for this level.
- RemovedKnownSpells
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.
- SkillPointsRemaining
Gets or sets the amount of skill points unspent at this level.
Methods
- GetSkillRank(NwSkill)
Gets the skill ranks for the specified skill on this creature level.
- SetSkillRank(NwSkill, sbyte)
Sets the skill ranks for the specified skill on this creature level.