Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.YieldSingleItem<CreatureStat>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<CreatureStat>(String)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.