IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Guardia vaal no muerto
CategoryUndeadNo muerto
IconEnemyArmour IconEnemyEvasion
is spectre with death action [1]
Undead Vaal Guard
Spectre
AreaSantuario de Jiquani, Las cumbres de Kriar, El refugio del zigurat
Tagsallows_additional_projectiles, allows_inc_aoe, fast_movement, fire_affinity, human, humanoid, not_int, ranged, red_blood, Unarmed_onhit_audio, undead, vaal
Packs
  • Santuario de Jiquani, Las cumbres de Kriar: Guardia vaal no muerto, Bailarín de filos vaal no muerto
  • El refugio del zigurat: Bailarín de filos vaal no muerto, Guardia vaal no muerto
  • El refugio del zigurat: Guardia vaal no muerto, Guardia vaal no muerto
  • Guardia vaal no muerto
  • Vida
    125%
    Evasión
    +20%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    125%
    Precisión
    100%
    Attack Distance
    3 ~ 17
    Tiempo de ataque
    1.17 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    VaalUndeadGuard
    Metadata
    UndeadGuardMortar
    Nivel
    65
    Vida
    8,194
    Damage
    265
    Daño de hechizos
    265
    Precisión
    2,228
    Tiempo de ataque
    1.17
    Experiencia
    26,884
    Minion Life
    7,853
    Minion Damage
    1,036
    Minion Armour
    4,451
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 212319
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.17 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MMSUndeadVaalGuardGrenade
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
    Tiempo de lanzamiento: 1.5 seg
    Tiempo de recarga: 2 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al chocar.
    Inflige de 209.4 a 314.2 de daño de fuego
    Se encadena 1 vez
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster mortar bounce angle variance [90]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]
    use scaled contact offset [1]
    GSUndeadVaalGuardGrenadeExplode
    Triggerable, Spell, Damage, AttackInPlace
    Tiempo de lanzamiento: 1 seg
    Inflige de 349.1 a 523.6 de daño de fuego
    is area damage [1]
    MMSUndeadVaalGuardGrenadeDeath
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
    Tiempo de lanzamiento: 1.5 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al chocar.
    Inflige de a de daño de fuego
    Se encadena 1 vez
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster mortar bounce angle variance [90]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    
    	// NO AI CONDITIONS, ONLY GEAL >:(
    	on_start_MonsterMortar = 
    	"
    		this.to_target = target_location - GetLocation();
    		this.target_div = GetStat( number_of_chains ) / 4.0;
    		this.target_div = this.target_div + 1.5f;
    		this.new_to_target = to_target / target_div;
    		SetTargetLocation( GetLocation() + new_to_target );
    	"
    }
    
    StateMachine
    {
    	define_shared_state = "mortar_time;"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2300
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardMortar"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Undead Vaal Guard",
        life = 1.25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 17,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MMSUndeadVaalGuardGrenade",
            "MMSUndeadVaalGuardGrenadeDeath",
            "GSUndeadVaalGuardGrenadeExplode",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["MMSUndeadVaalGuardGrenade"] = {
        name = "MMSUndeadVaalGuardGrenade",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "number_of_chains",
            "monster_mortar_bounce_angle_variance",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 1, 90, -60, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMSUndeadVaalGuardGrenadeDeath"] = {
        name = "MMSUndeadVaalGuardGrenadeDeath",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "number_of_chains",
            "monster_mortar_bounce_angle_variance",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 1, 90, -60, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSUndeadVaalGuardGrenadeExplode"] = {
        name = "GSUndeadVaalGuardGrenadeExplode",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    is spectre with death action [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • is spectre with death action 1 1 Global
  • Guardia vaal no muerto
    Spectre
    AreaSantuario de Jiquani, Las cumbres de Kriar, El refugio del zigurat
    Tags2HSharpMetal_onhit_audio, allows_inc_aoe, human, humanoid, medium_movement, melee, not_int, physical_affinity, red_blood, undead, vaal
    Packs
  • Santuario de Jiquani, Las cumbres de Kriar: Guardia vaal no muerto, Bailarín de filos vaal no muerto
  • El refugio del zigurat: Guardia vaal no muerto, Guardia vaal no muerto
  • Vida
    125%
    Evasión
    +20%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    125%
    Precisión
    100%
    Attack Distance
    3 ~ 18
    Tiempo de ataque
    1.17 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    VaalUndeadGuardSpear
    Metadata
    UndeadGuardSpear
    Nivel
    65
    Vida
    8,194
    Damage
    265
    Daño de hechizos
    265
    Precisión
    2,228
    Tiempo de ataque
    1.17
    Experiencia
    26,884
    Minion Life
    7,853
    Minion Damage
    1,036
    Minion Armour
    5,664
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 212319
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.17 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GAUndeadVaalGuardSpearSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 212319
    Probabilidad de impacto crítico: 5%
    Daño de ataque: 200%
    Tiempo de ataque: 1.17 seg
    Tiempo de recarga: 7 seg
    Inflige un 100% más de daño de ataques
    action attack or cast time uses animation length [1]
    attack maximum action distance + [10]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2733
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardSpear"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Undead Vaal Guard",
        life = 1.25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 18,
        accuracy = 1,
        weaponType1 = "Spear",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAUndeadVaalGuardSpearSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["GAUndeadVaalGuardSpearSlam"] = {
        name = "GAUndeadVaalGuardSpearSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.666,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {10, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Guardia vaal no muerto
    CategoryUndeadNo muerto
    IconEnemyArmour IconEnemyEvasion
    is spectre with death action [1]
    Undead Vaal Guard
    Spectre
    Tagsallows_additional_projectiles, allows_inc_aoe, fast_movement, fire_affinity, human, humanoid, not_int, ranged, red_blood, Unarmed_onhit_audio, undead, vaal
    Packs
  • Bailarín de filos vaal no muerto, Guardia vaal no muerto, Guardia vaal no muerto
  • Vida
    125%
    Evasión
    +20%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    125%
    Precisión
    100%
    Attack Distance
    3 ~ 17
    Tiempo de ataque
    1.17 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    VaalUndeadGuard
    Metadata
    UndeadGuardMortarStrongbox
    Nivel
    68
    Vida
    10,321
    Damage
    291
    Daño de hechizos
    291
    Precisión
    2,502
    Tiempo de ataque
    1.17
    Experiencia
    35,793
    Minion Life
    8,663
    Minion Damage
    1,211
    Minion Armour
    5,309
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 233350
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.17 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MMSUndeadVaalGuardGrenade
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
    Tiempo de lanzamiento: 1.5 seg
    Tiempo de recarga: 2 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al chocar.
    Inflige de 229.6 a 344.4 de daño de fuego
    Se encadena 1 vez
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster mortar bounce angle variance [90]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]
    use scaled contact offset [1]
    GSUndeadVaalGuardGrenadeExplode
    Triggerable, Spell, Damage, AttackInPlace
    Tiempo de lanzamiento: 1 seg
    Inflige de 382.6 a 573.9 de daño de fuego
    is area damage [1]
    MMSUndeadVaalGuardGrenadeDeath
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
    Tiempo de lanzamiento: 1.5 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al chocar.
    Inflige de a de daño de fuego
    Se encadena 1 vez
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster mortar bounce angle variance [90]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    
    	// NO AI CONDITIONS, ONLY GEAL >:(
    	on_start_MonsterMortar = 
    	"
    		this.to_target = target_location - GetLocation();
    		this.target_div = GetStat( number_of_chains ) / 4.0;
    		this.target_div = this.target_div + 1.5f;
    		this.new_to_target = to_target / target_div;
    		SetTargetLocation( GetLocation() + new_to_target );
    	"
    }
    
    StateMachine
    {
    	define_shared_state = "mortar_time;"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2300
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardMortarStrongbox"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Undead Vaal Guard",
        life = 1.25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 17,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MMSUndeadVaalGuardGrenade",
            "MMSUndeadVaalGuardGrenadeDeath",
            "GSUndeadVaalGuardGrenadeExplode",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["MMSUndeadVaalGuardGrenade"] = {
        name = "MMSUndeadVaalGuardGrenade",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "number_of_chains",
            "monster_mortar_bounce_angle_variance",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 1, 90, -60, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMSUndeadVaalGuardGrenadeDeath"] = {
        name = "MMSUndeadVaalGuardGrenadeDeath",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "number_of_chains",
            "monster_mortar_bounce_angle_variance",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 1, 90, -60, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSUndeadVaalGuardGrenadeExplode"] = {
        name = "GSUndeadVaalGuardGrenadeExplode",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    is spectre with death action [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • is spectre with death action 1 1 Global
  • Guardia vaal no muerto
    CategoryUndeadNo muerto
    IconEnemyArmourStrong IconEnemyEvasion
    Undead Vaal Guard
    Spectre
    Tags2HSharpMetal_onhit_audio, allows_inc_aoe, human, humanoid, medium_movement, melee, not_int, physical_affinity, red_blood, undead, vaal
    Packs
  • Bailarín de filos vaal no muerto, Guardia vaal no muerto, Guardia vaal no muerto
  • Vida
    125%
    Evasión
    +20%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    125%
    Precisión
    100%
    Attack Distance
    3 ~ 18
    Tiempo de ataque
    1.17 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    VaalUndeadGuardSpear
    Metadata
    UndeadGuardSpearStrongbox
    Nivel
    68
    Vida
    10,321
    Damage
    291
    Daño de hechizos
    291
    Precisión
    2,502
    Tiempo de ataque
    1.17
    Experiencia
    35,793
    Minion Life
    8,663
    Minion Damage
    1,211
    Minion Armour
    6,756
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 233350
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.17 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GAUndeadVaalGuardSpearSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 233350
    Probabilidad de impacto crítico: 5%
    Daño de ataque: 200%
    Tiempo de ataque: 1.17 seg
    Tiempo de recarga: 7 seg
    Inflige un 100% más de daño de ataques
    action attack or cast time uses animation length [1]
    attack maximum action distance + [10]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2733
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/VaalMonsters/Machinarium/VaalGuards/UndeadGuardSpearStrongbox"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Undead Vaal Guard",
        life = 1.25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 18,
        accuracy = 1,
        weaponType1 = "Spear",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAUndeadVaalGuardSpearSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["GAUndeadVaalGuardSpearSlam"] = {
        name = "GAUndeadVaalGuardSpearSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.666,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {10, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Guardia vaal no-muerto
    CategoryUndeadNo muerto
    IconEnemyArmourStrong IconEnemyEvasion
    Undead Vaal Guard
    Spectre
    Tags2HSharpMetal_onhit_audio, allows_inc_aoe, human, humanoid, medium_movement, melee, not_int, physical_affinity, red_blood, undead, vaal
    Packs
  • Bailarina de espadas vaal no-muerta, Guardia vaal no-muerto, Guardia vaal no-muerto
  • Guardia vaal no-muerto, Guardia vaal no-muerto
  • Vida
    125%
    Evasión
    +20%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    125%
    Precisión
    100%
    Attack Distance
    3 ~ 18
    Tiempo de ataque
    1.17 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    VaalUndeadGuardSpear
    Metadata
    UndeadVaalGuardSpearIncursion
    Nivel
    68
    Vida
    10,321
    Damage
    291
    Daño de hechizos
    291
    Precisión
    2,502
    Tiempo de ataque
    1.17
    Experiencia
    35,793
    Minion Life
    8,663
    Minion Damage
    1,211
    Minion Armour
    6,756
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 233350
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.17 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    GAUndeadVaalGuardSpearSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 233350
    Probabilidad de impacto crítico: 5%
    Daño de ataque: 200%
    Tiempo de ataque: 1.17 seg
    Tiempo de recarga: 7 seg
    Inflige un 100% más de daño de ataques
    action attack or cast time uses animation length [1]
    attack maximum action distance + [10]
    is area damage [1]
    EGDummyBeingHit
    Triggerable

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueIncursionNew/CommanderOld/UndeadVaalGuardSpearIncursion"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Undead Vaal Guard",
        life = 1.25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 18,
        accuracy = 1,
        weaponType1 = "Spear",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAUndeadVaalGuardSpearSlam",
            "EGDummyBeingHit",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["GAUndeadVaalGuardSpearSlam"] = {
        name = "GAUndeadVaalGuardSpearSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.666,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {10, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGDummyBeingHit"] = {
        name = "EGDummyBeingHit",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Guardia vaal no-muerto
    CategoryUndeadNo muerto
    IconEnemyArmour IconEnemyEvasion
    is spectre with death action [1]
    Undead Vaal Guard
    Spectre
    Tagsallows_additional_projectiles, allows_inc_aoe, fast_movement, fire_affinity, human, humanoid, not_int, ranged, red_blood, Unarmed_onhit_audio, undead, vaal
    Packs
  • Bailarina de espadas vaal no-muerta, Guardia vaal no-muerto, Guardia vaal no-muerto
  • Bailarina de espadas vaal no-muerta, Guardia vaal no-muerto
  • Guardia vaal no-muerto, Guardia vaal no-muerto
  • Vida
    125%
    Evasión
    +20%
    Resistencia
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    125%
    Precisión
    100%
    Attack Distance
    3 ~ 17
    Tiempo de ataque
    1.17 Second
    Damage Spread
    ±20%
    Experiencia
    125%
    Model Size
    100%
    Type
    VaalUndeadGuard
    Metadata
    UndeadVaalGuardTrapsIncursion
    Nivel
    68
    Vida
    10,321
    Damage
    291
    Daño de hechizos
    291
    Precisión
    2,502
    Tiempo de ataque
    1.17
    Experiencia
    35,793
    Minion Life
    8,663
    Minion Damage
    1,211
    Minion Armour
    5,309
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque básico
    Base Damage: 233350
    Probabilidad de impacto crítico: 5%
    Tiempo de ataque: 1.17 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    iconbasicattack
    MMSUndeadVaalGuardGrenade
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
    Tiempo de lanzamiento: 1.5 seg
    Tiempo de recarga: 2 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al chocar.
    Inflige de 229.6 a 344.4 de daño de fuego
    Se encadena 1 vez
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster mortar bounce angle variance [90]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]
    use scaled contact offset [1]
    GSUndeadVaalGuardGrenadeExplode
    Triggerable, Spell, Damage, AttackInPlace
    Tiempo de lanzamiento: 1 seg
    Inflige de 382.6 a 573.9 de daño de fuego
    is area damage [1]
    MMSUndeadVaalGuardGrenadeDeath
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell, AttackInPlace
    Tiempo de lanzamiento: 1.5 seg
    Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al chocar.
    Inflige de a de daño de fuego
    Se encadena 1 vez
    action attack or cast time uses animation length [1]
    base is projectile [1]
    monster mortar bounce angle variance [90]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]
    use scaled contact offset [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueIncursionNew/CommanderOld/UndeadVaalGuardTrapsIncursion"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Undead Vaal Guard",
        life = 1.25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 17,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MMSUndeadVaalGuardGrenade",
            "MMSUndeadVaalGuardGrenadeDeath",
            "GSUndeadVaalGuardGrenadeExplode",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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["MMSUndeadVaalGuardGrenade"] = {
        name = "MMSUndeadVaalGuardGrenade",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "number_of_chains",
            "monster_mortar_bounce_angle_variance",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 1, 90, -60, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMSUndeadVaalGuardGrenadeDeath"] = {
        name = "MMSUndeadVaalGuardGrenadeDeath",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "projectile_spread_radius",
            "number_of_chains",
            "monster_mortar_bounce_angle_variance",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 1, 90, -60, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSUndeadVaalGuardGrenadeExplode"] = {
        name = "GSUndeadVaalGuardGrenadeExplode",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    is spectre with death action [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • is spectre with death action 1 1 Global
  • Edit

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