MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Hito aniquilador
Cairn Annihilator
Spectre
AreaEl templo de putrefacción nivel 2
TagsLanzador de hechizos, chaos_affinity, construct, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, not_dex, not_str, puncturing_weapon, ranged
Packs
  • El templo de putrefacción nivel 2: Hito aniquilador
  • Vida
    119%
    Energy Shield From Life
    50%
    Ailment Threshold
    119%
    Resistencia
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos40%
    Damage
    168%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 25
    Attack Time
    1.32 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    Fragment
    Metadata
    FragmentDoubleAttack
    Nivel
    55
    Vida
    3,187
    Armadura
    10,090
    Evasión
    2,948
    Escudo de energía
    1,593
    Damage
    321
    Daño de hechizos
    321
    Precisión
    344
    Attack Time
    1.32
    Experiencia
    6,859
    Minion Life
    777
    Minion Energy Shield
    389
    Minion Damage
    247
    Ailment Threshold
    3,187
    Chill
    10
    Shock
    10
    Brittle
    57
    Scorch
    10
    Sap
    28
    Phys Convert Ele
    175%
    IncaMinionProjectile
    Spell, Damage, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1.33 seg
    Inflige un 11.06% más de daño
    base is projectile [1]
    skill range +% [-75]
    spell maximum base chaos damage [35.08]
    spell maximum base physical damage [52.62]
    spell minimum base chaos damage [23.68]
    spell minimum base physical damage [35.08]
    visual hit effect chaos is green [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/incaminion/FragmentDoubleAttack"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 40,
        name = "Cairn Annihilator",
        life = 1.19,
        energyShield = 0.5,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 25,
        accuracy = 1,
        skillList = {
            "IncaMinionProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncaMinionProjectile"] = {
        name = "IncaMinionProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "skill_range_+%",
            "visual_hit_effect_chaos_is_green",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 60, -75, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 2},  cost = { }, },
            [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 40, -75, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3, 2},  cost = { }, },
            [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, 0, -75, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 2},  cost = { }, },
        },
    }
    
    Edit

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