SpectreN
AreaDer Wanst der Bestie - Ebene 1, Der Wanst der Bestie - Ebene 2, Der Fleischacker, Das ewige Laboratorium, 'Phantasmagorie'-Karte, 'Urbecken'-Karte, 'Missbildung'-Karte, 'Schwarzer Kern'-Karte, 'Kadaver'-Karte
TagsZauberer, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
Packs
  • Der Wanst der Bestie - Ebene 1, Der Wanst der Bestie - Ebene 2, Der Fleischacker: Augen-Brüter, Wandelndes Auge
  • Das ewige Laboratorium: Augen-Brüter, Wandelndes Auge
  • Augen-Brüter, Wandelndes Auge
  • Leben
    203%
    Ailment Threshold
    203%
    Widerstand
    37 37 37 0
    Damage
    98%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    150%
    Model Size
    105%
    Type
    EyeSpawner
    Metadata
    EyeSpawner
    Stufe
    82
    Leben
    57,980
    Rüstung
    85,651
    Ausweichwert
    7,608
    Damage
    833
    Zauberschaden
    833
    Genauigkeit
    998
    Attack Time
    1.5
    Erfahrung
    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
    Zauberzeit: 1 Sek.
    Abklingzeit: 5 Sek.
    Fertigkeiten wiederholen sich 2 zusätzliche Male
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Gewitterbeschwörung
    Kritische Trefferchance: 5%
    Zauberzeit: 0.5 Sek.
    Abklingzeit: 0.75 Sek.
    Setzt am Ziel eine Markierung. Nach einer kurzen Dauer trifft ein Blitzschlag die Markierung und verursacht in seiner Umgebung Schaden. Wenn das passiert, werden ebenso andere von Euch gesetzte Markierungen aktiviert und von Blitzschlägen getroffen.
    Verursacht 522.7 bis 970.8 physischen Schaden
    Löst unterstützte Zauber aus, wenn Ihr insgesamt 10 Schaden von Treffern erleidet
    Verursacht 40% mehr Schaden
    Basisdauer beträgt 2.5 Sekunden
    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 = { }, },
        },
    }
    
    Kann nicht zurückgestoßen werden
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeeinzigartig (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
    Augen-Brüter
    Dämon
    Kann nicht zurückgestoßen werden
    Eye Hatchery
    SpectreN
    AreaDer Wanst der Bestie, Der faulende Kern
    TagsZauberer, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
    Packs
  • Der Wanst der Bestie: Augen-Brüter, Widerwärtige Schlange
  • Der faulende Kern: Augen-Brüter, Widerwärtige Schlange
  • Leben
    203%
    Ailment Threshold
    203%
    Widerstand
    37 37 37 0
    Damage
    98%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    150%
    Model Size
    105%
    Type
    EyeSpawner
    Metadata
    EyeSpawner2
    Stufe
    64
    Leben
    9,679
    Rüstung
    20,943
    Ausweichwert
    4,112
    Damage
    299
    Zauberschaden
    299
    Genauigkeit
    494
    Attack Time
    1.5
    Erfahrung
    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
    Zauberzeit: 1 Sek.
    Abklingzeit: 5 Sek.
    Fertigkeiten wiederholen sich 2 zusätzliche Male
    alternate minion [2]
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Gewitterbeschwörung
    Kritische Trefferchance: 5%
    Zauberzeit: 0.5 Sek.
    Abklingzeit: 0.75 Sek.
    Setzt am Ziel eine Markierung. Nach einer kurzen Dauer trifft ein Blitzschlag die Markierung und verursacht in seiner Umgebung Schaden. Wenn das passiert, werden ebenso andere von Euch gesetzte Markierungen aktiviert und von Blitzschlägen getroffen.
    Verursacht 226.2 bis 420.1 physischen Schaden
    Löst unterstützte Zauber aus, wenn Ihr insgesamt 10 Schaden von Treffern erleidet
    Verursacht 40% mehr Schaden
    Basisdauer beträgt 2.5 Sekunden
    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 = { }, },
        },
    }
    
    Kann nicht zurückgestoßen werden
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Augen-Brüter
    Dämon
    Kann nicht zurückgestoßen werden
    Eye Hatchery
    SpectreN
    TagsZauberer, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
    Leben
    2100%
    Ailment Threshold
    2100%
    Widerstand
    37 37 37 0
    Damage
    98%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    150%
    Model Size
    105%
    Type
    EyeSpawnerPiety
    Metadata
    EyeSpawnerEmergePiety
    Stufe
    68
    Leben
    135,100
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    366
    Zauberschaden
    366
    Genauigkeit
    580
    Attack Time
    1.5
    Erfahrung
    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
    Zauberzeit: 1 Sek.
    Abklingzeit: 5 Sek.
    Fertigkeiten wiederholen sich 2 zusätzliche Male
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Gewitterbeschwörung
    Kritische Trefferchance: 5%
    Zauberzeit: 0.5 Sek.
    Abklingzeit: 0.75 Sek.
    Setzt am Ziel eine Markierung. Nach einer kurzen Dauer trifft ein Blitzschlag die Markierung und verursacht in seiner Umgebung Schaden. Wenn das passiert, werden ebenso andere von Euch gesetzte Markierungen aktiviert und von Blitzschlägen getroffen.
    Verursacht 273.7 bis 508.3 physischen Schaden
    Löst unterstützte Zauber aus, wenn Ihr insgesamt 10 Schaden von Treffern erleidet
    Verursacht 40% mehr Schaden
    Basisdauer beträgt 2.5 Sekunden
    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 = { }, },
        },
    }
    
    Kann nicht zurückgestoßen werden
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Augen-Brüter
    Dämon
    Kann nicht zurückgestoßen werden
    Eye Hatchery
    SpectreN
    TagsZauberer, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood
    Leben
    2100%
    Ailment Threshold
    2100%
    Widerstand
    37 37 37 0
    Damage
    98%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    150%
    Model Size
    105%
    Type
    EyeSpawnerPiety
    Metadata
    EyeSpawnerEmergePietyStandalone
    Stufe
    68
    Leben
    135,100
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    366
    Zauberschaden
    366
    Genauigkeit
    580
    Attack Time
    1.5
    Erfahrung
    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
    Zauberzeit: 1 Sek.
    Abklingzeit: 5 Sek.
    Fertigkeiten wiederholen sich 2 zusätzliche Male
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Gewitterbeschwörung
    Kritische Trefferchance: 5%
    Zauberzeit: 0.5 Sek.
    Abklingzeit: 0.75 Sek.
    Setzt am Ziel eine Markierung. Nach einer kurzen Dauer trifft ein Blitzschlag die Markierung und verursacht in seiner Umgebung Schaden. Wenn das passiert, werden ebenso andere von Euch gesetzte Markierungen aktiviert und von Blitzschlägen getroffen.
    Verursacht 273.7 bis 508.3 physischen Schaden
    Löst unterstützte Zauber aus, wenn Ihr insgesamt 10 Schaden von Treffern erleidet
    Verursacht 40% mehr Schaden
    Basisdauer beträgt 2.5 Sekunden
    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 = { }, },
        },
    }
    
    Kann nicht zurückgestoßen werden
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Augen-Brüter
    Dämon
    Kann nicht zurückgestoßen werden
    Eye Hatchery
    SpectreN
    TagsZauberer, demon, flesh_armour, immobile, is_unarmed, large_model, physical_affinity, red_blood, small_height
    Leben
    2100%
    Ailment Threshold
    2100%
    Widerstand
    37 37 37 0
    Damage
    98%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    150%
    Model Size
    105%
    Type
    EyeSpawnerPiety
    Metadata
    EyeSpawnerEmergePietyGauntlet_
    Stufe
    68
    Leben
    135,100
    Rüstung
    28,790
    Ausweichwert
    4,739
    Damage
    366
    Zauberschaden
    366
    Genauigkeit
    580
    Attack Time
    1.5
    Erfahrung
    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
    Zauberzeit: 1 Sek.
    Abklingzeit: 5 Sek.
    Fertigkeiten wiederholen sich 2 zusätzliche Male
    EyeSpawnerFleshCall
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
    Gewitterbeschwörung
    Kritische Trefferchance: 5%
    Zauberzeit: 0.5 Sek.
    Abklingzeit: 0.75 Sek.
    Setzt am Ziel eine Markierung. Nach einer kurzen Dauer trifft ein Blitzschlag die Markierung und verursacht in seiner Umgebung Schaden. Wenn das passiert, werden ebenso andere von Euch gesetzte Markierungen aktiviert und von Blitzschlägen getroffen.
    Verursacht 273.7 bis 508.3 physischen Schaden
    Löst unterstützte Zauber aus, wenn Ihr insgesamt 10 Schaden von Treffern erleidet
    Verursacht 40% mehr Schaden
    Basisdauer beträgt 2.5 Sekunden
    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 = { }, },
        },
    }
    
    Kann nicht zurückgestoßen werden
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeeinzigartig (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.