Mensajero de los Huecos
No muerto
Regeneras un 1.3% de vida por segundo mientras tengas la vida baja
ignite art variation [1]
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Messenger of the Hollows
SpectreN
AreaMapa de Mina de cristal
TagsLanzador de hechizos, fast_movement, fire_affinity, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, melee, mud_blood, non_unique_map_boss, not_int, not_str, physical_affinity, ranged, stone_armour, undead, unholy_trio_boss_map
Vida
200%
Evasión
+20%
Ailment Threshold
200%
Resistencia
40 40 40 25
Damage
196%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
200%
Model Size
138%
Type
MinerLanternMapBoss
Metadata
MinerLanternMapBoss
Nivel
70
Vida
364,251
Armadura
33,714
Evasión
6,097
Escudo de energía
0
Damage
940
Daño de hechizos
1,404
Precisión
314
Attack Time
0.93465
Experiencia
117,920
Ailment Threshold
211,265
Chill
668
Shock
668
Brittle
3,779
Scorch
668
Sap
1,846
MinerThrowFire
Spell, Projectile, ProjectilesFromUser, Triggerable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 1.5 seg
Inflige 667.1 de daño de fuego base por segundo
La duración base es de 4 segundos
Inflige de 900.6 a 1201 de daño de fuego
base is projectile [1]
is area damage [1]
LanternBossRighteousFire
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Fuego justo
Tiempo de lanzamiento: 1 seg
Te envuelve en un fuego mágico que te incendia rápidamente a ti y a los enemigos cercanos. Tu daño de hechizos aumenta considerablemente bajo este efecto. El efecto termina cuando te queda 1 de vida.
Inflige 514.1 de daño de fuego base por segundo
Estás incendiado y recibes daño de fuego por segundo equivalente al 1.5% de tu vida máxima
El radio base es de 1.8 metros
active skill area of effect radius +% final [9]
MinerLanternHeal
Spell, Duration
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 1 seg
La duración base es de 0.5 segundos
Regeneras un 50% de vida por segundo
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 1494–2240
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
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]
DeathExplodeMinerHammerBoss
Spell, Triggerable
Tiempo de lanzamiento: 1 seg
Inflige de 3227 a 4840 de daño de fuego
100% de probabilidad de quemar a los enemigos
100% de probabilidad de que se active este hechizo al morir
active skill area of effect radius +% final [100]
active skill ignite duration +% final [200]
is area damage [1]
spell uncastable if triggerable [1]
MinerThrowFireMapBoss
Spell, Projectile, ProjectilesFromUser, Triggerable
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 1.5 seg
Inflige 1334.2 de daño de fuego base por segundo
La duración base es de 30 segundos
Inflige de 600.4 a 900.6 de daño de fuego
Dispara 3 proyectiles adicionales
base is projectile [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Miner/MinerLanternBoss"

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Miner/MinerLanternBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Miner/MinerLanternMapBoss"] = {
    name = "Messenger of the Hollows",
    life = 2,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.96,
    damageSpread = 0.2,
    attackTime = 1.395,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "LanternBossRighteousFire",
        "MinerLanternHeal",
        "MinerThrowFire",
        "MinerThrowFireMapBoss",
        "DeathExplodeMinerHammerBoss",
    },
    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["LanternBossRighteousFire"] = {
    name = "Righteous Fire",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Area] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_base_area_of_effect_radius",
        "base_nonlethal_fire_damage_%_of_maximum_life_taken_per_minute",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {1, 18, 90, 9, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MinerLanternHeal"] = {
    name = "MinerLanternHeal",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "life_regeneration_rate_per_minute_%",
    },
    levels = {
        [1] = {500, 3000, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MinerThrowFire"] = {
    name = "MinerThrowFire",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_skill_effect_duration",
        "base_is_projectile",
        "is_area_damage",
    },
    levels = {
        [1] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3000, levelRequirement = 3, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [2] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3100, levelRequirement = 5, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [3] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3200, levelRequirement = 8, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [4] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3300, levelRequirement = 11, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [5] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3400, levelRequirement = 15, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [6] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3500, levelRequirement = 19, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [7] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3600, levelRequirement = 23, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [8] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3700, levelRequirement = 27, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [9] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3800, levelRequirement = 28, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [10] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3900, levelRequirement = 32, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [11] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 4000, levelRequirement = 40, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [12] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 4000, levelRequirement = 68, statInterpolation = {3, 3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MinerThrowFireMapBoss"] = {
    name = "MinerThrowFireMapBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_skill_effect_duration",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "is_area_damage",
    },
    levels = {
        [1] = {3.2000000476837, 0.40000000596046, 0.60000002384186, 30000, 3, levelRequirement = 66, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DeathExplodeMinerHammerBoss"] = {
    name = "DeathExplodeMinerHammerBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "cast_on_death_%",
        "base_chance_to_ignite_%",
        "active_skill_ignite_duration_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "spell_uncastable_if_triggerable",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 100, 100, 200, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
Regeneras un 1.3% de vida por segundo mientras tengas la vida baja
IdLanternBossLifeRegenerationOnLowLife
FamilyLifeRegenerationOnLowLife
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • life regeneration rate per minute % when on low life Min: 75 Max: 75 Global
  • Craft Tagsresource life
    ignite art variation [1]
    IdIgniteArtVariation
    FamilyStatusAilmentArtVariation
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • ignite art variation Min: 1 Max: 1 Global
  • Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Mensajero de los Huecos
    No muerto
    Regeneras un 1.3% de vida por segundo mientras tengas la vida baja
    ignite art variation [1]
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Messenger of the Hollows
    SpectreN
    TagsLanzador de hechizos, fast_movement, fire_affinity, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, melee, mud_blood, not_int, not_str, physical_affinity, ranged, standalone_map_boss, stone_armour, undead
    Vida
    200%
    Evasión
    +20%
    Ailment Threshold
    200%
    Resistencia
    40 40 40 25
    Damage
    196%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    138%
    Type
    MinerLanternMapBoss
    Metadata
    MinerLanternMapBossStandalone
    Nivel
    68
    Vida
    278,693
    Armadura
    28,790
    Evasión
    5,687
    Escudo de energía
    0
    Damage
    834
    Daño de hechizos
    1,245
    Precisión
    290
    Attack Time
    0.93465
    Experiencia
    112,805
    Ailment Threshold
    175,576
    Chill
    555
    Shock
    555
    Brittle
    3,141
    Scorch
    555
    Sap
    1,534
    MinerThrowFire
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 1.5 seg
    Inflige 607.4 de daño de fuego base por segundo
    La duración base es de 4 segundos
    Inflige de 820 a 1093 de daño de fuego
    base is projectile [1]
    is area damage [1]
    LanternBossRighteousFire
    Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Fuego justo
    Tiempo de lanzamiento: 1 seg
    Te envuelve en un fuego mágico que te incendia rápidamente a ti y a los enemigos cercanos. Tu daño de hechizos aumenta considerablemente bajo este efecto. El efecto termina cuando te queda 1 de vida.
    Inflige 466.3 de daño de fuego base por segundo
    Estás incendiado y recibes daño de fuego por segundo equivalente al 1.5% de tu vida máxima
    El radio base es de 1.8 metros
    active skill area of effect radius +% final [9]
    MinerLanternHeal
    Spell, Duration
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 1 seg
    La duración base es de 0.5 segundos
    Regeneras un 50% de vida por segundo
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 1324–1986
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.395 seg
    Derriba a tus enemigos con un golpe poderoso.
    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]
    DeathExplodeMinerHammerBoss
    Spell, Triggerable
    Tiempo de lanzamiento: 1 seg
    Inflige de 3014 a 4521 de daño de fuego
    100% de probabilidad de quemar a los enemigos
    100% de probabilidad de que se active este hechizo al morir
    active skill area of effect radius +% final [100]
    active skill ignite duration +% final [200]
    is area damage [1]
    spell uncastable if triggerable [1]
    MinerThrowFireMapBoss
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 1.5 seg
    Inflige 1214.8 de daño de fuego base por segundo
    La duración base es de 30 segundos
    Inflige de 546.7 a 820 de daño de fuego
    Dispara 3 proyectiles adicionales
    base is projectile [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Miner/MinerLanternBoss"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Miner/MinerLanternBoss"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerLanternMapBossStandalone"] = {
        name = "Messenger of the Hollows",
        life = 2,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.96,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "LanternBossRighteousFire",
            "MinerLanternHeal",
            "MinerThrowFire",
            "MinerThrowFireMapBoss",
            "DeathExplodeMinerHammerBoss",
        },
        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["LanternBossRighteousFire"] = {
        name = "Righteous Fire",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Fire] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Instant] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_base_area_of_effect_radius",
            "base_nonlethal_fire_damage_%_of_maximum_life_taken_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {1, 18, 90, 9, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinerLanternHeal"] = {
        name = "MinerLanternHeal",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "life_regeneration_rate_per_minute_%",
        },
        levels = {
            [1] = {500, 3000, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinerThrowFire"] = {
        name = "MinerThrowFire",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "base_is_projectile",
            "is_area_damage",
        },
        levels = {
            [1] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3000, levelRequirement = 3, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [2] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3100, levelRequirement = 5, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [3] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3200, levelRequirement = 8, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [4] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3300, levelRequirement = 11, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [5] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3400, levelRequirement = 15, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [6] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3500, levelRequirement = 19, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [7] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3600, levelRequirement = 23, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [8] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3700, levelRequirement = 27, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [9] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3800, levelRequirement = 28, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [10] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 3900, levelRequirement = 32, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [11] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 4000, levelRequirement = 40, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [12] = {1.6000000238419, 0.60000002384186, 0.80000001192093, 4000, levelRequirement = 68, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MinerThrowFireMapBoss"] = {
        name = "MinerThrowFireMapBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_skill_effect_duration",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "is_area_damage",
        },
        levels = {
            [1] = {3.2000000476837, 0.40000000596046, 0.60000002384186, 30000, 3, levelRequirement = 66, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeathExplodeMinerHammerBoss"] = {
        name = "DeathExplodeMinerHammerBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "cast_on_death_%",
            "base_chance_to_ignite_%",
            "active_skill_ignite_duration_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 100, 200, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Regeneras un 1.3% de vida por segundo mientras tengas la vida baja
    IdLanternBossLifeRegenerationOnLowLife
    FamilyLifeRegenerationOnLowLife
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • life regeneration rate per minute % when on low life Min: 75 Max: 75 Global
  • Craft Tagsresource life
    ignite art variation [1]
    IdIgniteArtVariation
    FamilyStatusAilmentArtVariation
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • ignite art variation Min: 1 Max: 1 Global
  • Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Mensajero de los Huecos
    No muerto
    Regeneras un 1.3% de vida por segundo mientras tengas la vida baja
    ignite art variation [1]
    Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Messenger of the Hollows
    SpectreN
    Tagselder_map_boss, fast_movement, humanoid, is_unarmed, large_height, mud_blood, non_attacking, not_int, not_str, stone_armour, undead
    Vida
    200%
    Evasión
    +20%
    Ailment Threshold
    200%
    Resistencia
    40 40 40 25
    Damage
    196%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.395 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    138%
    Type
    MinerLanternMapBoss
    Metadata
    MinerLanternMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Miner/MinerLanternMapBossElder"] = {
        name = "Messenger of the Hollows",
        life = 2,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.96,
        damageSpread = 0.2,
        attackTime = 1.395,
        attackRange = 9,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    Regeneras un 1.3% de vida por segundo mientras tengas la vida baja
    IdLanternBossLifeRegenerationOnLowLife
    FamilyLifeRegenerationOnLowLife
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • life regeneration rate per minute % when on low life Min: 75 Max: 75 Global
  • Craft Tagsresource life
    ignite art variation [1]
    IdIgniteArtVariation
    FamilyStatusAilmentArtVariation
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • ignite art variation Min: 1 Max: 1 Global
  • Los monstruos otorgan la experiencia aumentada un 100%
    La rareza de los objetos arrojados está aumentada un 15000%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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