Search Results for

    Show / Hide Table of Contents

    Class ChampionStats

    Inheritance
    System.Object
    ChampionStats
    Implements
    System.IEquatable<ChampionStats>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Oasys.Common.Logic.Helpers.GameData
    Assembly: Oasys.Common.dll
    Syntax
    public class ChampionStats : IEquatable<ChampionStats>

    Properties

    AbilityHaste

    Declaration
    public double AbilityHaste { get; set; }
    Property Value
    Type Description
    System.Double

    AbilityPower

    Declaration
    public double AbilityPower { get; set; }
    Property Value
    Type Description
    System.Double

    Armor

    Declaration
    public double Armor { get; set; }
    Property Value
    Type Description
    System.Double

    ArmorPenetrationFlat

    Declaration
    public double ArmorPenetrationFlat { get; set; }
    Property Value
    Type Description
    System.Double

    ArmorPenetrationPercent

    Declaration
    public double ArmorPenetrationPercent { get; set; }
    Property Value
    Type Description
    System.Double

    AttackDamage

    Declaration
    public double AttackDamage { get; set; }
    Property Value
    Type Description
    System.Double

    AttackRange

    Declaration
    public double AttackRange { get; set; }
    Property Value
    Type Description
    System.Double

    AttackSpeed

    Declaration
    public double AttackSpeed { get; set; }
    Property Value
    Type Description
    System.Double

    BonusArmorPenetrationPercent

    Declaration
    public double BonusArmorPenetrationPercent { get; set; }
    Property Value
    Type Description
    System.Double

    BonusMagicPenetrationPercent

    Declaration
    public double BonusMagicPenetrationPercent { get; set; }
    Property Value
    Type Description
    System.Double

    CritChance

    Declaration
    public double CritChance { get; set; }
    Property Value
    Type Description
    System.Double

    CritDamage

    Declaration
    public double CritDamage { get; set; }
    Property Value
    Type Description
    System.Double

    CurrentHealth

    Declaration
    public double CurrentHealth { get; set; }
    Property Value
    Type Description
    System.Double

    HealShieldPower

    Declaration
    public double HealShieldPower { get; set; }
    Property Value
    Type Description
    System.Double

    HealthRegenRate

    Declaration
    public double HealthRegenRate { get; set; }
    Property Value
    Type Description
    System.Double

    LifeSteal

    Declaration
    public double LifeSteal { get; set; }
    Property Value
    Type Description
    System.Double

    MagicLethality

    Declaration
    public double MagicLethality { get; set; }
    Property Value
    Type Description
    System.Double

    MagicPenetrationFlat

    Declaration
    public double MagicPenetrationFlat { get; set; }
    Property Value
    Type Description
    System.Double

    MagicPenetrationPercent

    Declaration
    public double MagicPenetrationPercent { get; set; }
    Property Value
    Type Description
    System.Double

    MagicResist

    Declaration
    public double MagicResist { get; set; }
    Property Value
    Type Description
    System.Double

    MaxHealth

    Declaration
    public double MaxHealth { get; set; }
    Property Value
    Type Description
    System.Double

    MoveSpeed

    Declaration
    public double MoveSpeed { get; set; }
    Property Value
    Type Description
    System.Double

    Omnivamp

    Declaration
    public double Omnivamp { get; set; }
    Property Value
    Type Description
    System.Double

    PhysicalLethality

    Declaration
    public double PhysicalLethality { get; set; }
    Property Value
    Type Description
    System.Double

    PhysicalVamp

    Declaration
    public double PhysicalVamp { get; set; }
    Property Value
    Type Description
    System.Double

    ResourceMax

    Declaration
    public double ResourceMax { get; set; }
    Property Value
    Type Description
    System.Double

    ResourceRegenRate

    Declaration
    public double ResourceRegenRate { get; set; }
    Property Value
    Type Description
    System.Double

    ResourceType

    Declaration
    public string ResourceType { get; set; }
    Property Value
    Type Description
    System.String

    ResourceValue

    Declaration
    public double ResourceValue { get; set; }
    Property Value
    Type Description
    System.Double

    SpellVamp

    Declaration
    public double SpellVamp { get; set; }
    Property Value
    Type Description
    System.Double

    Tenacity

    Declaration
    public double Tenacity { get; set; }
    Property Value
    Type Description
    System.Double

    Implements

    System.IEquatable<T>

    Extension Methods

    Extensions.In<T>(T, T[])
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾