Show / Hide Table of Contents

    Enum CipMonsterSkillType

    Enumerates the possible monster skill types from CIP files.

    Namespace: Fibula.Parsing.CipFiles.Enumerations
    Assembly: Fibula.Parsing.CipFiles.dll
    Syntax
    public enum CipMonsterSkillType : byte

    Fields

    Name Description
    CarryStrength

    The maximum capacity of the monster.

    FistFighting

    The base fighting skill of the monster (unarmed).

    GoStrength

    The speed strength of the monster.

    Hitpoints

    The hitpoints of the monster.

    Extension Methods

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