Enum CreatureStat
Enumerates the different creature stats.
Namespace: Fibula.Creatures.Contracts.Enumerations
Assembly: Fibula.Creatures.Contracts.dll
Syntax
public enum CreatureStat
Fields
| Name | Description |
|---|---|
| AttackPoints | The creature's attack points. |
| BaseSpeed | The base speed of a creature. |
| CarryStrength | The carry strength of a creature. |
| DefensePoints | The creature's defense power. |
| HitPoints | The hit points of a creature. |
| ManaPoints | The mana points of a creature. |
| SoulPoints | The soul points of a creature. |