SpectreN
AreaLe Ventre de la Bête, niv. 1, Le Ventre de la Bête, niv. 2, La Moisson, Le Laboratoire éternel, Fantasmagorie, Carte, Bassin primordial, Carte, Malformation, Carte, Cœur, Carte, Carcasse, Carte
TagsLanceur de sorts, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
Packs
  • Le Ventre de la Bête, niv. 1, Le Ventre de la Bête, niv. 2, La Moisson: Incubateur d'yeux, Œil vagabond
  • Le Laboratoire éternel: Incubateur d'yeux, Œil vagabond
  • Incubateur d'yeux, Œil vagabond
  • Vie
    203%
    Ailment Threshold
    203%
    Résistance
    37 37 37 0
    Damage
    98%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    150%
    Model Size
    105%
    Type
    EyeSpawner
    Metadata
    EyeSpawner
    Niveau
    82
    Vie
    57,980
    Armure
    85,651
    Score d'Évasion
    7,608
    Damage
    833
    Dégâts des sorts
    833
    Précision
    998
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 5 sec.
    Les Aptitudes se répètent 2 fois de plus
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Appel de la foudre
    Chances de coup critique: 5%
    Temps d'incantation: 0.5 sec.
    Temps de recharge: 0.75 sec.
    Un sort qui place un marqueur à un emplacement. Après une courte durée, un éclair foudroie le marqueur, infligeant des dégâts aux alentours, tous les autres marqueurs placés sont également foudroyés.
    Inflige 522.7 à 970.8 Dégâts physiques
    Déclenche les Sorts modifiés lorsque vous subissez un total de 10 Dégâts au Toucher
    40% Davantage de Dégâts
    La Durée de base est de 2.5 secondes
    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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Repoussé(e)
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (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
    Incubateur d'yeux
    Démon
    Vous ne pouvez pas être Repoussé(e)
    Eye Hatchery
    SpectreN
    AreaLe Ventre de la Bête, Le Cœur en décomposition
    TagsLanceur de sorts, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
    Packs
  • Le Ventre de la Bête: Incubateur d'yeux, Ophidien nuisible
  • Le Cœur en décomposition: Incubateur d'yeux, Ophidien nuisible
  • Vie
    203%
    Ailment Threshold
    203%
    Résistance
    37 37 37 0
    Damage
    98%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    150%
    Model Size
    105%
    Type
    EyeSpawner
    Metadata
    EyeSpawner2
    Niveau
    64
    Vie
    9,679
    Armure
    20,943
    Score d'Évasion
    4,112
    Damage
    299
    Dégâts des sorts
    299
    Précision
    494
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 5 sec.
    Les Aptitudes se répètent 2 fois de plus
    alternate minion [2]
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Appel de la foudre
    Chances de coup critique: 5%
    Temps d'incantation: 0.5 sec.
    Temps de recharge: 0.75 sec.
    Un sort qui place un marqueur à un emplacement. Après une courte durée, un éclair foudroie le marqueur, infligeant des dégâts aux alentours, tous les autres marqueurs placés sont également foudroyés.
    Inflige 226.2 à 420.1 Dégâts physiques
    Déclenche les Sorts modifiés lorsque vous subissez un total de 10 Dégâts au Toucher
    40% Davantage de Dégâts
    La Durée de base est de 2.5 secondes
    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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Repoussé(e)
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Incubateur d'yeux
    Démon
    Vous ne pouvez pas être Repoussé(e)
    Eye Hatchery
    SpectreN
    TagsLanceur de sorts, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
    Vie
    2100%
    Ailment Threshold
    2100%
    Résistance
    37 37 37 0
    Damage
    98%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    150%
    Model Size
    105%
    Type
    EyeSpawnerPiety
    Metadata
    EyeSpawnerEmergePiety
    Niveau
    68
    Vie
    135,100
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    366
    Dégâts des sorts
    366
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 5 sec.
    Les Aptitudes se répètent 2 fois de plus
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Appel de la foudre
    Chances de coup critique: 5%
    Temps d'incantation: 0.5 sec.
    Temps de recharge: 0.75 sec.
    Un sort qui place un marqueur à un emplacement. Après une courte durée, un éclair foudroie le marqueur, infligeant des dégâts aux alentours, tous les autres marqueurs placés sont également foudroyés.
    Inflige 273.7 à 508.3 Dégâts physiques
    Déclenche les Sorts modifiés lorsque vous subissez un total de 10 Dégâts au Toucher
    40% Davantage de Dégâts
    La Durée de base est de 2.5 secondes
    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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Repoussé(e)
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Incubateur d'yeux
    Démon
    Vous ne pouvez pas être Repoussé(e)
    Eye Hatchery
    SpectreN
    TagsLanceur de sorts, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood
    Vie
    2100%
    Ailment Threshold
    2100%
    Résistance
    37 37 37 0
    Damage
    98%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    150%
    Model Size
    105%
    Type
    EyeSpawnerPiety
    Metadata
    EyeSpawnerEmergePietyStandalone
    Niveau
    68
    Vie
    135,100
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    366
    Dégâts des sorts
    366
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 5 sec.
    Les Aptitudes se répètent 2 fois de plus
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Appel de la foudre
    Chances de coup critique: 5%
    Temps d'incantation: 0.5 sec.
    Temps de recharge: 0.75 sec.
    Un sort qui place un marqueur à un emplacement. Après une courte durée, un éclair foudroie le marqueur, infligeant des dégâts aux alentours, tous les autres marqueurs placés sont également foudroyés.
    Inflige 273.7 à 508.3 Dégâts physiques
    Déclenche les Sorts modifiés lorsque vous subissez un total de 10 Dégâts au Toucher
    40% Davantage de Dégâts
    La Durée de base est de 2.5 secondes
    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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Repoussé(e)
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Incubateur d'yeux
    Démon
    Vous ne pouvez pas être Repoussé(e)
    Eye Hatchery
    SpectreN
    TagsLanceur de sorts, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
    Vie
    2100%
    Ailment Threshold
    2100%
    Résistance
    37 37 37 0
    Damage
    98%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    150%
    Model Size
    105%
    Type
    EyeSpawnerPiety
    Metadata
    EyeSpawnerEmergePietyGauntlet_
    Niveau
    68
    Vie
    135,100
    Armure
    28,790
    Score d'Évasion
    4,739
    Damage
    366
    Dégâts des sorts
    366
    Précision
    580
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 1 sec.
    Temps de recharge: 5 sec.
    Les Aptitudes se répètent 2 fois de plus
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Appel de la foudre
    Chances de coup critique: 5%
    Temps d'incantation: 0.5 sec.
    Temps de recharge: 0.75 sec.
    Un sort qui place un marqueur à un emplacement. Après une courte durée, un éclair foudroie le marqueur, infligeant des dégâts aux alentours, tous les autres marqueurs placés sont également foudroyés.
    Inflige 273.7 à 508.3 Dégâts physiques
    Déclenche les Sorts modifiés lorsque vous subissez un total de 10 Dégâts au Toucher
    40% Davantage de Dégâts
    La Durée de base est de 2.5 secondes
    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 = { }, },
        },
    }
    
    Vous ne pouvez pas être Repoussé(e)
    FamilyImmuneToKnockback
    Domainsmonstre (3)
    GenerationTypeUnique (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.