IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Atirador de Elite de Ferro
Iron Sharpshooter
Spectre
AreaMansão de Ogham, Mansão Holten, O Refúgio Zigurate
Tagsallows_additional_projectiles, chaos_affinity, Claw_onhit_audio, demon, humanoid, medium_movement, not_int, not_str, physical_affinity, ranged, red_blood
Packs
  • Mansão de Ogham, Mansão Holten: Atirador de Elite de Ferro
  • O Refúgio Zigurate: Atirador de Elite de Ferro, Lanceiro de Ferro
  • Atirador de Elite de Ferro, Guarda de Ferro
  • Vida
    140%
    Evasão
    +60%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    140%
    Precisão
    100%
    Attack Distance
    5 ~ 12
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    CorruptedEliteRanger
    Metadata
    CorruptedEliteRanger_
    Nível
    65
    Vida
    9,177
    1,061
    Damage
    297
    Dano Mágico
    297
    Precisão
    2,228
    Tempo de Ataque
    1.5
    Experiência
    30,110
    Minion Life
    8,795
    Minion Damage
    1,161
    Minion Armour
    2,023
    MPACountsGuardSpike
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
    Base Damage: 238357
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 85%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 7 s
    Causa -15% de dano de ataque
    Dispara projéteis adicionais
    action attack or cast time uses animation length [1]
    attack maximum action distance + [55]
    base is projectile [1]
    distribute projectiles over contact points [1]
    monster projectile variation [1119]
    projectile ballistic angle from target distance [1]
    projectile ballistic gravity override [50]
    projectile uses contact position [1]
    EAACountsGuardRangedBarrage
    Attack
    Base Damage: 238357
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 6 s
    action attack or cast time uses animation length [1]
    attack maximum action distance + [50]
    MDIronSniperLaser
    Multicastable, Triggerable, AttackInPlace, Spell
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 7 s
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-60]
    GSIronSniperLaserDamage
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 139.6 a 209.4 de dano de caos
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [2]
    is area damage [1]
    MeleeAtAnimationSpeedComboTEMP
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 238357
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/TheCountsEliteGuardCorrupted/Ranged/CorruptedEliteRanger_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Iron Sharpshooter",
        life = 1.4,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboTEMP",
            "MPACountsGuardSpike",
            "GSIronSniperLaserDamage",
            "EAACountsGuardRangedBarrage",
            "MDIronSniperLaser",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboTEMP"] = {
        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["MPACountsGuardSpike"] = {
        name = "MPACountsGuardSpike",
        hidden = true,
        color = ,
        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,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "projectile_ballistic_gravity_override",
            "number_of_additional_projectiles",
            "attack_maximum_action_distance_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_target_distance",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {1119, 50, 6, 55, baseMultiplier = 0.85, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSIronSniperLaserDamage"] = {
        name = "GSIronSniperLaserDamage",
        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_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAACountsGuardRangedBarrage"] = {
        name = "EAACountsGuardRangedBarrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MDIronSniperLaser"] = {
        name = "MDIronSniperLaser",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-60, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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