SpectreN
AreaLa barriga de la bestia nivel 1, La barriga de la bestia nivel 2, La cosecha, El laboratorio eterno, Mapa de Fantasmagoria, Mapa de Charca primordial, Mapa de Malformación, Mapa de Núcleo, Mapa de Cadáver
TagsLanzador de hechizos, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
Packs
  • La barriga de la bestia nivel 1, La barriga de la bestia nivel 2, La cosecha: Incubadora de ojos, Ojo errante
  • El laboratorio eterno: Incubadora de ojos, Ojo errante
  • Incubadora de ojos, Ojo errante
  • Vida
    203%
    Ailment Threshold
    203%
    Resistencia
    37 37 37 0
    Damage
    98%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    105%
    Type
    EyeSpawner
    Metadata
    EyeSpawner
    Nivel
    82
    Vida
    57,980
    Armadura
    85,651
    Evasión
    7,608
    Damage
    833
    Daño de hechizos
    833
    Precisión
    998
    Attack Time
    1.5
    Experiencia
    19,509
    Minion Life
    11,146
    Minion Damage
    701
    Ailment Threshold
    57,980
    Chill
    183
    Shock
    183
    Brittle
    1,037
    Scorch
    183
    Sap
    507
    SummonEye
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 5 seg
    Las Habilidades se Repiten 2 Veces más
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.5 seg
    Tiempo de recarga: 0.75 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    Inflige de 522.7 a 970.8 de daño físico
    Activa los hechizos asistidos cuando recibes un total de 10 de daño de los golpes
    Inflige un 40% más de daño
    La duración base es de 2.5 segundos
    active skill area of effect radius +% final [-20]
    base skill show average damage instead of dps [1]
    cast on damage taken also tracks dot [1]
    is area damage [1]
    monster stormcall individually trigger [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Pathfinding
    {
    	immobile = true
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/EyeSpawner/EyeSpawner"] = {
        name = "Eye Hatchery",
        life = 2.03,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.98,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EyeSpawnerFleshCall",
            "SummonEye",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EyeSpawnerFleshCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "cast_on_damage_taken_%",
            "cast_on_damage_taken_threshold",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_skill_show_average_damage_instead_of_dps",
            "monster_stormcall_individually_trigger",
            "cast_on_damage_taken_also_tracks_dot",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 2500, 100, 10, 40, -20, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonEye"] = {
        name = "SummonEye",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_repeat_count",
        },
        levels = {
            [1] = {2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    Pathfinding.immobiletrue
    Life.corpse_usablefalse
    Incubadora de ojos
    Demonio
    No puede ser empujado
    Eye Hatchery
    SpectreN
    AreaLa barriga de la bestia, El núcleo putrefacto
    TagsLanzador de hechizos, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
    Packs
  • La barriga de la bestia: Incubadora de ojos, Ofidio nocivo
  • El núcleo putrefacto: Incubadora de ojos, Ofidio nocivo
  • Vida
    203%
    Ailment Threshold
    203%
    Resistencia
    37 37 37 0
    Damage
    98%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    105%
    Type
    EyeSpawner
    Metadata
    EyeSpawner2
    Nivel
    64
    Vida
    9,679
    Armadura
    20,943
    Evasión
    4,112
    Damage
    299
    Daño de hechizos
    299
    Precisión
    494
    Attack Time
    1.5
    Experiencia
    13,925
    Minion Life
    2,176
    Minion Damage
    236
    Ailment Threshold
    9,679
    Chill
    31
    Shock
    31
    Brittle
    173
    Scorch
    31
    Sap
    85
    SummonEyePart2
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 5 seg
    Las Habilidades se Repiten 2 Veces más
    alternate minion [2]
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.5 seg
    Tiempo de recarga: 0.75 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    Inflige de 226.2 a 420.1 de daño físico
    Activa los hechizos asistidos cuando recibes un total de 10 de daño de los golpes
    Inflige un 40% más de daño
    La duración base es de 2.5 segundos
    active skill area of effect radius +% final [-20]
    base skill show average damage instead of dps [1]
    cast on damage taken also tracks dot [1]
    is area damage [1]
    monster stormcall individually trigger [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Pathfinding
    {
    	immobile = true
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/EyeSpawner/EyeSpawner2"] = {
        name = "Eye Hatchery",
        life = 2.03,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.98,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EyeSpawnerFleshCall",
            "SummonEyePart2",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EyeSpawnerFleshCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "cast_on_damage_taken_%",
            "cast_on_damage_taken_threshold",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_skill_show_average_damage_instead_of_dps",
            "monster_stormcall_individually_trigger",
            "cast_on_damage_taken_also_tracks_dot",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 2500, 100, 10, 40, -20, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonEyePart2"] = {
        name = "SummonEyePart2",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_repeat_count",
            "alternate_minion",
        },
        levels = {
            [1] = {2, 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Incubadora de ojos
    Demonio
    No puede ser empujado
    Eye Hatchery
    SpectreN
    TagsLanzador de hechizos, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
    Vida
    2100%
    Ailment Threshold
    2100%
    Resistencia
    37 37 37 0
    Damage
    98%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    105%
    Type
    EyeSpawnerPiety
    Metadata
    EyeSpawnerEmergePiety
    Nivel
    68
    Vida
    135,100
    Armadura
    28,790
    Evasión
    4,739
    Damage
    366
    Daño de hechizos
    366
    Precisión
    580
    Attack Time
    1.5
    Experiencia
    15,383
    Minion Life
    29,304
    Minion Damage
    292
    Ailment Threshold
    135,100
    Chill
    427
    Shock
    427
    Brittle
    2,417
    Scorch
    427
    Sap
    1,180
    SummonEye
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 5 seg
    Las Habilidades se Repiten 2 Veces más
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.5 seg
    Tiempo de recarga: 0.75 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    Inflige de 273.7 a 508.3 de daño físico
    Activa los hechizos asistidos cuando recibes un total de 10 de daño de los golpes
    Inflige un 40% más de daño
    La duración base es de 2.5 segundos
    active skill area of effect radius +% final [-20]
    base skill show average damage instead of dps [1]
    cast on damage taken also tracks dot [1]
    is area damage [1]
    monster stormcall individually trigger [1]

    Object Type

    version 2
    extends "Metadata/Monsters/EyeSpawner/EyeSpawner"
    
    
    
    
    
    Actor
    
    {
    	
    	basic_action = "Emerge"
    
    }
    
    
    
    Transitionable
     { 
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/EyeSpawner/EyeSpawner"
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( emerge ); PauseAnimation();"
    	create_transitioned = "EnableTargetable();"
    	on_transition = "EnableTargetable();"
    }
    
    Targetable
    {
    	targetable = false
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/EyeSpawner/EyeSpawnerEmergePiety"] = {
        name = "Eye Hatchery",
        life = 21,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.98,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EyeSpawnerFleshCall",
            "SummonEye",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EyeSpawnerFleshCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "cast_on_damage_taken_%",
            "cast_on_damage_taken_threshold",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_skill_show_average_damage_instead_of_dps",
            "monster_stormcall_individually_trigger",
            "cast_on_damage_taken_also_tracks_dot",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 2500, 100, 10, 40, -20, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonEye"] = {
        name = "SummonEye",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_repeat_count",
        },
        levels = {
            [1] = {2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Incubadora de ojos
    Demonio
    No puede ser empujado
    Eye Hatchery
    SpectreN
    TagsLanzador de hechizos, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood
    Vida
    2100%
    Ailment Threshold
    2100%
    Resistencia
    37 37 37 0
    Damage
    98%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    105%
    Type
    EyeSpawnerPiety
    Metadata
    EyeSpawnerEmergePietyStandalone
    Nivel
    68
    Vida
    135,100
    Armadura
    28,790
    Evasión
    4,739
    Damage
    366
    Daño de hechizos
    366
    Precisión
    580
    Attack Time
    1.5
    Experiencia
    15,383
    Minion Life
    29,304
    Minion Damage
    292
    Ailment Threshold
    135,100
    Chill
    427
    Shock
    427
    Brittle
    2,417
    Scorch
    427
    Sap
    1,180
    SummonEye
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 5 seg
    Las Habilidades se Repiten 2 Veces más
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.5 seg
    Tiempo de recarga: 0.75 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    Inflige de 273.7 a 508.3 de daño físico
    Activa los hechizos asistidos cuando recibes un total de 10 de daño de los golpes
    Inflige un 40% más de daño
    La duración base es de 2.5 segundos
    active skill area of effect radius +% final [-20]
    base skill show average damage instead of dps [1]
    cast on damage taken also tracks dot [1]
    is area damage [1]
    monster stormcall individually trigger [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Pathfinding
    {
    	immobile = true
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/EyeSpawner/EyeSpawnerEmergePietyStandalone"] = {
        name = "Eye Hatchery",
        life = 21,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.98,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EyeSpawnerFleshCall",
            "SummonEye",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EyeSpawnerFleshCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "cast_on_damage_taken_%",
            "cast_on_damage_taken_threshold",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_skill_show_average_damage_instead_of_dps",
            "monster_stormcall_individually_trigger",
            "cast_on_damage_taken_also_tracks_dot",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 2500, 100, 10, 40, -20, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonEye"] = {
        name = "SummonEye",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_repeat_count",
        },
        levels = {
            [1] = {2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Incubadora de ojos
    Demonio
    No puede ser empujado
    Eye Hatchery
    SpectreN
    TagsLanzador de hechizos, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
    Vida
    2100%
    Ailment Threshold
    2100%
    Resistencia
    37 37 37 0
    Damage
    98%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    105%
    Type
    EyeSpawnerPiety
    Metadata
    EyeSpawnerEmergePietyGauntlet_
    Nivel
    68
    Vida
    135,100
    Armadura
    28,790
    Evasión
    4,739
    Damage
    366
    Daño de hechizos
    366
    Precisión
    580
    Attack Time
    1.5
    Experiencia
    15,383
    Minion Life
    29,304
    Minion Damage
    292
    Ailment Threshold
    135,100
    Chill
    427
    Shock
    427
    Brittle
    2,417
    Scorch
    427
    Sap
    1,180
    SummonEye
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 5 seg
    Las Habilidades se Repiten 2 Veces más
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Llamado de tormenta
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 0.5 seg
    Tiempo de recarga: 0.75 seg
    Pone un marcador en una ubicación. Después de una corta duración, un rayo golpea el marcador e inflige daño a su alrededor. Cuando esto sucede, también caen rayos en cualquier otro marcador que hayas colocado.
    Inflige de 273.7 a 508.3 de daño físico
    Activa los hechizos asistidos cuando recibes un total de 10 de daño de los golpes
    Inflige un 40% más de daño
    La duración base es de 2.5 segundos
    active skill area of effect radius +% final [-20]
    base skill show average damage instead of dps [1]
    cast on damage taken also tracks dot [1]
    is area damage [1]
    monster stormcall individually trigger [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/EyeSpawner/EyeSpawnerEmergePietyGauntlet_"] = {
        name = "Eye Hatchery",
        life = 21,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 0.98,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "EyeSpawnerFleshCall",
            "SummonEye",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EyeSpawnerFleshCall"] = {
        name = "Storm Call",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Lightning] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "cast_on_damage_taken_%",
            "cast_on_damage_taken_threshold",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_skill_show_average_damage_instead_of_dps",
            "monster_stormcall_individually_trigger",
            "cast_on_damage_taken_also_tracks_dot",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, 2500, 100, 10, 40, -20, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonEye"] = {
        name = "SummonEye",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_repeat_count",
        },
        levels = {
            [1] = {2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    No puede ser empujado
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Edit

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