Garde-lion
Humanoïde
monster ignores delve darkness mechanic [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Lion Guard
SpectreY
Spectre OverrideMetadata/Monsters/LegionLeague/LegionEternalEmpireSergeantSpearSpectre
Tagsfast_movement, flesh_armour, has_staff, has_two_handed_melee, humanoid, legion_monster, lightning_affinity, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
Vie
224%
Armure
+50%
Évasion
+100%
Ailment Threshold
224%
Résistance
30 30 30 20
Damage
124%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 18
Attack Time
1.335 Second
Damage Spread
±20%
Expérience
175%
Model Size
110%
Type
LegionEternalEmpireSergeantSpear
Metadata
LegionEternalEmpireSergeantSpear
Niveau
68
Vie
14,411
Armure
43,185
Score d'Évasion
9,478
Damage
463
Dégâts des sorts
463
Précision
580
Attack Time
1.335
Expérience
17,946
Minion Life
3,126
Minion Damage
370
Ailment Threshold
14,411
Chill
46
Shock
46
Brittle
258
Scorch
46
Sap
126
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 371–556
Chances de coup critique: 5%
Attack Time: 1.335 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
LegionEternalEmpireSpearImpact
Triggerable, Attack
Base Damage: 371–556
Chances de coup critique: 5%
Dégâts d'Attaque: 160%
Attack Time: 1.335 sec.
75% des Dégâts physiques sont Convertis en Dégâts de foudre
60% Davantage de Dégâts d'Attaque
150.3% Davantage de Dégâts
is area damage [1]
visual hit effect elemental is holy [1]
LegionEternalEmpireSpearThrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 371–556
Chances de coup critique: 5%
Dégâts d'Attaque: 150%
Attack Time: 1.335 sec.
Temps de recharge: 10 sec.
Les Projectiles Transpercent toutes les cibles
75% des Dégâts physiques sont Convertis en Dégâts de foudre
50% Davantage de Dégâts d'Attaque
150.3% Davantage de Dégâts
60% de Perte de Vitesse d'attaque
base is projectile [1]
monster projectile variation [75]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
visual hit effect elemental is holy [1]
EmptyActionLegionEternalEmpireCombo
Attack
Base Damage: 371–556
Chances de coup critique: 5%
Attack Time: 1.335 sec.
Temps de recharge: 10 sec.
+1 mètre d'Allonge en mêlée
skill cannot be knocked back [1]
skill cannot be stunned [1]
LegionEmpireSpearCombo1
Triggerable, Attack
Base Damage: 371–556
Chances de coup critique: 5%
Dégâts d'Attaque: 125%
Attack Time: 1.335 sec.
25% Davantage de Dégâts d'Attaque
Mutile au Toucher
is area damage [1]
LegionEmpireSpearCombo2
Triggerable, Attack
Base Damage: 371–556
Chances de coup critique: 5%
Dégâts d'Attaque: 125%
Attack Time: 1.335 sec.
25% Davantage de Dégâts d'Attaque
Mutile au Toucher
is area damage [1]
LegionEmpireSpearCombo3
Triggerable, Attack
Base Damage: 371–556
Chances de coup critique: 5%
Dégâts d'Attaque: 150%
Attack Time: 1.335 sec.
50% Davantage de Dégâts d'Attaque
Inflige le Saignement
is area damage [1]
LegionEmpireSpearCombo4
Triggerable, Attack
Base Damage: 371–556
Chances de coup critique: 5%
Dégâts d'Attaque: 150%
Attack Time: 1.335 sec.
50% Davantage de Dégâts d'Attaque
Inflige le Saignement
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/LegionLeague/LegionSergeantBase"

StateMachine
{
	define_shared_state = "spear_visible=1;"
}

Object Type Codes

version 2
extends "Metadata/Monsters/LegionLeague/LegionSergeantBase"

StateMachine
{
	on_state_spear_visible_1 = "ShowWeapons( true );"
	create_state_spear_visible_1 = "ShowWeapons( true );"

	on_state_spear_visible_0 = "HideWeapons( true );"
	create_state_spear_visible_0 = "HideWeapons( true );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LegionLeague/LegionEternalEmpireSergeantSpear"] = {
    name = "Lion Guard",
    life = 2.24,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.24,
    damageSpread = 0.2,
    attackTime = 1.335,
    attackRange = 18,
    accuracy = 1,
    weaponType1 = "Staff",
    skillList = {
        "Melee",
        "LegionEternalEmpireSpearImpact",
        "EmptyActionLegionEternalEmpireCombo",
        "LegionEmpireSpearCombo1",
        "LegionEmpireSpearCombo2",
        "LegionEmpireSpearCombo3",
        "LegionEmpireSpearCombo4",
        "LegionEternalEmpireSpearThrow",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LegionEternalEmpireSpearImpact"] = {
    name = "LegionEternalEmpireSpearImpact",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_lightning",
        "is_area_damage",
        "visual_hit_effect_elemental_is_holy",
    },
    levels = {
        [1] = {0, 75, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, baseMultiplier = 1.6, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, baseMultiplier = 1.6, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, baseMultiplier = 1.6, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionLegionEternalEmpireCombo"] = {
    name = "EmptyActionLegionEternalEmpireCombo",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "melee_range_+",
        "skill_cannot_be_stunned",
        "skill_cannot_be_knocked_back",
    },
    levels = {
        [1] = {10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LegionEmpireSpearCombo1"] = {
    name = "LegionEmpireSpearCombo1",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LegionEmpireSpearCombo2"] = {
    name = "LegionEmpireSpearCombo2",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_maim_on_hit",
    },
    levels = {
        [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LegionEmpireSpearCombo3"] = {
    name = "LegionEmpireSpearCombo3",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_bleed_on_hit",
    },
    levels = {
        [1] = {baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LegionEmpireSpearCombo4"] = {
    name = "LegionEmpireSpearCombo4",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "global_bleed_on_hit",
    },
    levels = {
        [1] = {baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LegionEternalEmpireSpearThrow"] = {
    name = "LegionEternalEmpireSpearThrow",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.5,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "monster_projectile_variation",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_attack_speed_+%_final",
        "spell_maximum_action_distance_+%",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
        "always_pierce",
        "visual_hit_effect_elemental_is_holy",
    },
    levels = {
        [1] = {0, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
monster ignores delve darkness mechanic [1]
FamilyMonsterIgnoresDelveDarkness
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    FamilyBeyondPortalChance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • keyval
    Stats.item_drop_slots0
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.buff_auras_dont_affect_allies1
    Stats.monster_ignores_delve_darkness_mechanic1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, LegionBreakout, LegionRevive
    Actor.slow_animations_go_to_idletrue, false
    StateMachine.define_shared_state =
    StateMachine.",
    StateMachine.present;
    StateMachine.breakout;
    StateMachine.activated;
    StateMachine.owning_initiator;
    StateMachine.arrow_visible1;
    StateMachine.define_shared_statespear_visible=1;
    Garde-lion
    Humanoïde
    monster ignores delve darkness mechanic [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Lion Guard
    SpectreY
    Tagsfast_movement, flesh_armour, has_staff, has_two_handed_melee, humanoid, legion_monster, lightning_affinity, melee, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Vie
    224%
    Armure
    +50%
    Évasion
    +100%
    Ailment Threshold
    224%
    Résistance
    30 30 30 20
    Damage
    124%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.335 Second
    Damage Spread
    ±20%
    Expérience
    175%
    Model Size
    110%
    Type
    LegionEternalEmpireSergeantSpear
    Metadata
    LegionEternalEmpireSergeantSpearSpectre
    Niveau
    68
    Vie
    14,411
    Armure
    43,185
    Score d'Évasion
    9,478
    Damage
    463
    Dégâts des sorts
    463
    Précision
    580
    Attack Time
    1.335
    Expérience
    17,946
    Minion Life
    3,126
    Minion Damage
    370
    Ailment Threshold
    14,411
    Chill
    46
    Shock
    46
    Brittle
    258
    Scorch
    46
    Sap
    126
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 371–556
    Chances de coup critique: 5%
    Attack Time: 1.335 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LegionEternalEmpireSpearImpact
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 160%
    Attack Time: 1.335 sec.
    75% des Dégâts physiques sont Convertis en Dégâts de foudre
    60% Davantage de Dégâts d'Attaque
    150.3% Davantage de Dégâts
    is area damage [1]
    visual hit effect elemental is holy [1]
    LegionEternalEmpireSpearThrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 150%
    Attack Time: 1.335 sec.
    Temps de recharge: 10 sec.
    Les Projectiles Transpercent toutes les cibles
    75% des Dégâts physiques sont Convertis en Dégâts de foudre
    50% Davantage de Dégâts d'Attaque
    150.3% Davantage de Dégâts
    60% de Perte de Vitesse d'attaque
    base is projectile [1]
    monster projectile variation [75]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    visual hit effect elemental is holy [1]
    EmptyActionLegionEternalEmpireCombo
    Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Attack Time: 1.335 sec.
    Temps de recharge: 10 sec.
    +1 mètre d'Allonge en mêlée
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    LegionEmpireSpearCombo1
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 125%
    Attack Time: 1.335 sec.
    25% Davantage de Dégâts d'Attaque
    Mutile au Toucher
    is area damage [1]
    LegionEmpireSpearCombo2
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 125%
    Attack Time: 1.335 sec.
    25% Davantage de Dégâts d'Attaque
    Mutile au Toucher
    is area damage [1]
    LegionEmpireSpearCombo3
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 150%
    Attack Time: 1.335 sec.
    50% Davantage de Dégâts d'Attaque
    Inflige le Saignement
    is area damage [1]
    LegionEmpireSpearCombo4
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 150%
    Attack Time: 1.335 sec.
    50% Davantage de Dégâts d'Attaque
    Inflige le Saignement
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionSergeantBaseSpectre"
    
    StateMachine
    {
    	define_shared_state = "spear_visible=1;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionSergeantBaseSpectre"
    
    StateMachine
    {
    	on_state_spear_visible_1 = "ShowWeapons( true );"
    	create_state_spear_visible_1 = "ShowWeapons( true );"
    
    	on_state_spear_visible_0 = "HideWeapons( true );"
    	create_state_spear_visible_0 = "HideWeapons( true );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionEternalEmpireSergeantSpearSpectre"] = {
        name = "Lion Guard",
        life = 2.24,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.24,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 18,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "Melee",
            "LegionEternalEmpireSpearImpact",
            "EmptyActionLegionEternalEmpireCombo",
            "LegionEmpireSpearCombo1",
            "LegionEmpireSpearCombo2",
            "LegionEmpireSpearCombo3",
            "LegionEmpireSpearCombo4",
            "LegionEternalEmpireSpearThrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEternalEmpireSpearImpact"] = {
        name = "LegionEternalEmpireSpearImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "visual_hit_effect_elemental_is_holy",
        },
        levels = {
            [1] = {0, 75, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 1.6, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, baseMultiplier = 1.6, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, baseMultiplier = 1.6, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionLegionEternalEmpireCombo"] = {
        name = "EmptyActionLegionEternalEmpireCombo",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "melee_range_+",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEmpireSpearCombo1"] = {
        name = "LegionEmpireSpearCombo1",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEmpireSpearCombo2"] = {
        name = "LegionEmpireSpearCombo2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEmpireSpearCombo3"] = {
        name = "LegionEmpireSpearCombo3",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEmpireSpearCombo4"] = {
        name = "LegionEmpireSpearCombo4",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEternalEmpireSpearThrow"] = {
        name = "LegionEternalEmpireSpearThrow",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_attack_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "always_pierce",
            "visual_hit_effect_elemental_is_holy",
        },
        levels = {
            [1] = {0, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    FamilyMonsterIgnoresDelveDarkness
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    FamilyBeyondPortalChance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue, false
    StateMachine.define_shared_statearrow_visible = 1;, spear_visible=1;
    Garde-lion
    Humanoïde
    Lion Guard
    SpectreY
    Spectre OverrideMetadata/Monsters/LegionLeague/LegionEternalEmpireSergeantSpearSpectre
    Tagsfast_movement, flesh_armour, has_staff, has_two_handed_melee, humanoid, legion_monster, lightning_affinity, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • Garde-lion, Veilleur impérial
  • Vie
    224%
    Armure
    +50%
    Évasion
    +100%
    Ailment Threshold
    224%
    Résistance
    30 30 30 20
    Damage
    124%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.335 Second
    Damage Spread
    ±20%
    Expérience
    175%
    Model Size
    110%
    Type
    LegionEternalEmpireSergeantSpear
    Metadata
    LegionEternalEmpireSergeantSpearStandalone
    Niveau
    68
    Vie
    14,411
    Armure
    43,185
    Score d'Évasion
    9,478
    Damage
    463
    Dégâts des sorts
    463
    Précision
    580
    Attack Time
    1.335
    Expérience
    17,946
    Minion Life
    3,126
    Minion Damage
    370
    Ailment Threshold
    14,411
    Chill
    46
    Shock
    46
    Brittle
    258
    Scorch
    46
    Sap
    126
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 371–556
    Chances de coup critique: 5%
    Attack Time: 1.335 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LegionEternalEmpireSpearImpact
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 160%
    Attack Time: 1.335 sec.
    75% des Dégâts physiques sont Convertis en Dégâts de foudre
    60% Davantage de Dégâts d'Attaque
    150.3% Davantage de Dégâts
    is area damage [1]
    visual hit effect elemental is holy [1]
    LegionEternalEmpireSpearThrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 150%
    Attack Time: 1.335 sec.
    Temps de recharge: 10 sec.
    Les Projectiles Transpercent toutes les cibles
    75% des Dégâts physiques sont Convertis en Dégâts de foudre
    50% Davantage de Dégâts d'Attaque
    150.3% Davantage de Dégâts
    60% de Perte de Vitesse d'attaque
    base is projectile [1]
    monster projectile variation [75]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    visual hit effect elemental is holy [1]
    EmptyActionLegionEternalEmpireCombo
    Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Attack Time: 1.335 sec.
    Temps de recharge: 10 sec.
    +1 mètre d'Allonge en mêlée
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    LegionEmpireSpearCombo1
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 125%
    Attack Time: 1.335 sec.
    25% Davantage de Dégâts d'Attaque
    Mutile au Toucher
    is area damage [1]
    LegionEmpireSpearCombo2
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 125%
    Attack Time: 1.335 sec.
    25% Davantage de Dégâts d'Attaque
    Mutile au Toucher
    is area damage [1]
    LegionEmpireSpearCombo3
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 150%
    Attack Time: 1.335 sec.
    50% Davantage de Dégâts d'Attaque
    Inflige le Saignement
    is area damage [1]
    LegionEmpireSpearCombo4
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 150%
    Attack Time: 1.335 sec.
    50% Davantage de Dégâts d'Attaque
    Inflige le Saignement
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"
    
    StateMachine
    {
    	define_shared_state = "spear_visible=1;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"
    
    StateMachine
    {
    	on_state_spear_visible_1 = "ShowWeapons( true );"
    	create_state_spear_visible_1 = "ShowWeapons( true );"
    
    	on_state_spear_visible_0 = "HideWeapons( true );"
    	create_state_spear_visible_0 = "HideWeapons( true );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionEternalEmpireSergeantSpearStandalone"] = {
        name = "Lion Guard",
        life = 2.24,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.24,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 18,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "Melee",
            "LegionEternalEmpireSpearImpact",
            "EmptyActionLegionEternalEmpireCombo",
            "LegionEmpireSpearCombo1",
            "LegionEmpireSpearCombo2",
            "LegionEmpireSpearCombo3",
            "LegionEmpireSpearCombo4",
            "LegionEternalEmpireSpearThrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEternalEmpireSpearImpact"] = {
        name = "LegionEternalEmpireSpearImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "visual_hit_effect_elemental_is_holy",
        },
        levels = {
            [1] = {0, 75, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 1.6, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, baseMultiplier = 1.6, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, baseMultiplier = 1.6, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionLegionEternalEmpireCombo"] = {
        name = "EmptyActionLegionEternalEmpireCombo",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "melee_range_+",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEmpireSpearCombo1"] = {
        name = "LegionEmpireSpearCombo1",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEmpireSpearCombo2"] = {
        name = "LegionEmpireSpearCombo2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEmpireSpearCombo3"] = {
        name = "LegionEmpireSpearCombo3",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEmpireSpearCombo4"] = {
        name = "LegionEmpireSpearCombo4",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionEternalEmpireSpearThrow"] = {
        name = "LegionEternalEmpireSpearThrow",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_attack_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "always_pierce",
            "visual_hit_effect_elemental_is_holy",
        },
        levels = {
            [1] = {0, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, 75, -60, -40, baseMultiplier = 1.5, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue, false
    StateMachine.define_shared_statearrow_visible = 1;, spear_visible=1;
    Garde du lion
    Humanoïde
    Lion Guard
    SpectreN
    Tagsfast_movement, flesh_armour, has_staff, has_two_handed_melee, humanoid, lightning_affinity, melee, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
    Vie
    224%
    Armure
    +50%
    Évasion
    +100%
    Ailment Threshold
    224%
    Résistance
    30 30 30 20
    Damage
    124%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 18
    Attack Time
    1.335 Second
    Damage Spread
    ±20%
    Expérience
    175%
    Model Size
    110%
    Type
    LegionEternalEmpireSergeantSpear
    Metadata
    ExpeditionEternalEmpireSpear
    Niveau
    68
    Vie
    14,411
    Armure
    43,185
    Score d'Évasion
    9,478
    Damage
    463
    Dégâts des sorts
    463
    Précision
    580
    Attack Time
    1.335
    Expérience
    17,946
    Minion Life
    3,126
    Minion Damage
    370
    Ailment Threshold
    14,411
    Chill
    46
    Shock
    46
    Brittle
    258
    Scorch
    46
    Sap
    126
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 371–556
    Chances de coup critique: 5%
    Attack Time: 1.335 sec.
    Frappez vos ennemis d'un coup puissant.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    ExpeditionEternalEmpireSpearImpact
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 160%
    Attack Time: 1.335 sec.
    75% des Dégâts physiques sont Convertis en Dégâts de foudre
    60% Davantage de Dégâts d'Attaque
    150.3% Davantage de Dégâts
    is area damage [1]
    visual hit effect elemental is holy [1]
    ExpeditionEternalEmpireSpearThrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 170%
    Attack Time: 1.335 sec.
    Temps de recharge: 10 sec.
    Les Projectiles Transpercent toutes les cibles
    75% des Dégâts physiques sont Convertis en Dégâts de foudre
    70% Davantage de Dégâts d'Attaque
    150.3% Davantage de Dégâts
    60% de Perte de Vitesse d'attaque
    base is projectile [1]
    monster projectile variation [153]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    use scaled contact offset [1]
    visual hit effect elemental is holy [1]
    EmptyActionLegionEternalEmpireCombo
    Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Attack Time: 1.335 sec.
    Temps de recharge: 10 sec.
    +1 mètre d'Allonge en mêlée
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    ExpeditionEmpireSpearCombo1
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 125%
    Attack Time: 1.335 sec.
    25% Davantage de Dégâts d'Attaque
    Mutile au Toucher
    is area damage [1]
    ExpeditionEmpireSpearCombo2
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 125%
    Attack Time: 1.335 sec.
    25% Davantage de Dégâts d'Attaque
    Mutile au Toucher
    is area damage [1]
    ExpeditionEmpireSpearCombo3
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 150%
    Attack Time: 1.335 sec.
    50% Davantage de Dégâts d'Attaque
    Inflige le Saignement
    is area damage [1]
    ExpeditionEmpireSpearCombo4
    Triggerable, Attack
    Base Damage: 371–556
    Chances de coup critique: 5%
    Dégâts d'Attaque: 150%
    Attack Time: 1.335 sec.
    50% Davantage de Dégâts d'Attaque
    Inflige le Saignement
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "spear_visible = 1;"
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/raise_specter_stygian/spectre.epk );"
    }
    
    Actor
    {
    	on_start_Emerge = "AddEffectPack( Metadata/Effects/Utility/EPKs/fade_In.epk );"
    	on_end_Emerge = "RemoveEffectPack( Metadata/Effects/Utility/EPKs/fade_In.epk );"
    }
    
    Life
    {
    	on_death = "PlayEffect( Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/p2_golden_templar/minion_death/miniondeath.ao );"
    }
    
    StateMachine
    {
    	on_state_spear_visible_1 = "ShowWeapons( true );"
    	create_state_spear_visible_1 = "ShowWeapons( true );"
    	on_state_spear_visible_0 = "HideWeapons( true );"
    	create_state_spear_visible_0 = "HideWeapons( true );"
    }
    
    Preload
    {
    	preload_epk = "Metadata/Effects/Microtransactions/Spells/raise_specter_stygian/spectre.epk"
    	//preload_epk = "Metadata/Effects/Utility/EPKs/fade_In.epk"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act5/Avarius_Casticus/p2_golden_templar/minion_death/miniondeath.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/EternalEmpireWraith/ExpeditionEternalEmpireSpear"] = {
        name = "Lion Guard",
        life = 2.24,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.24,
        damageSpread = 0.2,
        attackTime = 1.335,
        attackRange = 18,
        accuracy = 1,
        weaponType1 = "Staff",
        skillList = {
            "MeleeAtAnimationSpeed",
            "ExpeditionEternalEmpireSpearImpact",
            "EmptyActionLegionEternalEmpireCombo",
            "ExpeditionEmpireSpearCombo1",
            "ExpeditionEmpireSpearCombo2",
            "ExpeditionEmpireSpearCombo3",
            "ExpeditionEmpireSpearCombo4",
            "ExpeditionEternalEmpireSpearThrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionEternalEmpireSpearImpact"] = {
        name = "ExpeditionEternalEmpireSpearImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "visual_hit_effect_elemental_is_holy",
        },
        levels = {
            [1] = {0, 75, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 75, baseMultiplier = 1.6, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 75, baseMultiplier = 1.6, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 75, baseMultiplier = 1.6, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionLegionEternalEmpireCombo"] = {
        name = "EmptyActionLegionEternalEmpireCombo",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "melee_range_+",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
        },
        levels = {
            [1] = {10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionEmpireSpearCombo1"] = {
        name = "ExpeditionEmpireSpearCombo1",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionEmpireSpearCombo2"] = {
        name = "ExpeditionEmpireSpearCombo2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionEmpireSpearCombo3"] = {
        name = "ExpeditionEmpireSpearCombo3",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionEmpireSpearCombo4"] = {
        name = "ExpeditionEmpireSpearCombo4",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExpeditionEternalEmpireSpearThrow"] = {
        name = "ExpeditionEternalEmpireSpearThrow",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_attack_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "always_pierce",
            "visual_hit_effect_elemental_is_holy",
        },
        levels = {
            [1] = {0, 153, 75, -60, -40, baseMultiplier = 1.7, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 153, 75, -60, -40, baseMultiplier = 1.7, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
            [3] = {1, 153, 75, -60, -40, baseMultiplier = 1.7, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
            [4] = {200, 153, 75, -60, -40, baseMultiplier = 1.7, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
        },
    }
    
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.