It That Hates
SpectreY
Spectre OverrideMetadata/Monsters/Breach/BreachEliteFallenLunarisMonsterSpectre
AreaHive Fortress, Hive Colony
Tagsbreach_commander, brequel_monster, Caster, chaos_affinity, demon, fast_movement, melee, not_dex, not_str, red_blood
Packs
  • It That Hates, It That Hunts
  • Hive Fortress, Hive Colony: It That Hates, It That Hunts
  • Life
    204%
    Energy Shield From Life
    8%
    Ailment Threshold
    204%
    Resistance
    0 40 0 0
    Damage
    170%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    7 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    170%
    Model Size
    120%
    Type
    BreachEliteFallenLunarisMonster
    Metadata
    BreachEliteFallenLunarisMonster
    Level
    83
    Life
    60,089
    Armour
    92,477
    Evasion Rating
    7,860
    Energy Shield
    2,500
    Damage
    1,531
    Spell Damage
    1,531
    Accuracy
    1,036
    Attack Time
    1.5
    Experience
    22,324
    Minion Life
    11,450
    Minion Energy Shield
    476
    Minion Damage
    1,293
    Ailment Threshold
    65,314
    Chill
    207
    Shock
    207
    Brittle
    1,168
    Scorch
    207
    Sap
    571
    MeleeAtAnimationSpeedComboBrequel
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 1225–1837
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    monster breaks brequel npc concentration [2]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MPSBreachEliteFallenLunarisMonsterChaosSpark
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 10 sec
    Deals 363.9 to 545.9 Physical Damage
    Deals 363.9 to 545.9 Chaos Damage
    Fires 5 additional Projectiles
    action attack or cast time uses animation length [1]
    base is projectile [1]
    distribute projectiles over contact points [1]
    maintain projectile direction when using contact position [1]
    monster breaks brequel npc concentration [1]
    monster projectile variation [269]
    projectile ballistic angle from reference event [1]
    projectile spread radius [12]
    projectile uses contact position [1]
    CGBreachEliteFallenLunarisMonsterChaosQuicksand
    Area, Triggerable
    Deals 9.3 Base Chaos Damage per second
    Base duration is 7.5 seconds
    active skill area of effect radius +% final [-10]
    ground quicksand art variation [13]
    SGLBreachEliteFallenLunarisMonsterChaosQuicksand
    Spell, Damage, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 10 sec
    Deals 363.9 to 545.9 Physical Damage
    Deals 363.9 to 545.9 Chaos Damage
    action attack or cast time uses animation length [1]
    is area damage [1]
    monster breaks brequel npc concentration [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Breach/BreachEliteFallenLunarisMonster"] = {
        name = "It That Hates",
        life = 2.04,
        energyShield = 0.08,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboBrequel",
            "MPSBreachEliteFallenLunarisMonsterChaosSpark",
            "CGBreachEliteFallenLunarisMonsterChaosQuicksand",
            "SGLBreachEliteFallenLunarisMonsterChaosQuicksand",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboBrequel"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_breaks_brequel_npc_concentration",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {2, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBreachEliteFallenLunarisMonsterChaosSpark"] = {
        name = "MPSBreachEliteFallenLunarisMonsterChaosSpark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "projectile_spread_radius",
            "monster_breaks_brequel_npc_concentration",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_reference_event",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 269, 5, 12, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGBreachEliteFallenLunarisMonsterChaosQuicksand"] = {
        name = "CGBreachEliteFallenLunarisMonsterChaosQuicksand",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_quicksand_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {1, 7500, 13, -10, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SGLBreachEliteFallenLunarisMonsterChaosQuicksand"] = {
        name = "SGLBreachEliteFallenLunarisMonsterChaosQuicksand",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_breaks_brequel_npc_concentration",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    
    It That Hates
    Demon
    SpectreY
    Tagsbreach_commander, brequel_monster, Caster, chaos_affinity, demon, fast_movement, melee, not_dex, not_str, red_blood
    Life
    204%
    Energy Shield From Life
    8%
    Ailment Threshold
    204%
    Resistance
    0 40 0 0
    Damage
    170%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    7 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    170%
    Model Size
    120%
    Type
    BreachEliteFallenLunarisMonster
    Metadata
    BreachEliteFallenLunarisMonsterSpectre
    Level
    68
    Life
    12,074
    Armour
    28,790
    Evasion Rating
    4,739
    Energy Shield
    1,000
    Damage
    635
    Spell Damage
    635
    Accuracy
    580
    Attack Time
    1.5
    Experience
    17,434
    Minion Life
    2,619
    Minion Energy Shield
    217
    Minion Damage
    507
    Ailment Threshold
    13,124
    Chill
    41
    Shock
    41
    Brittle
    235
    Scorch
    41
    Sap
    115
    MeleeAtAnimationSpeedComboBrequel
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 508–762
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    monster breaks brequel npc concentration [2]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MPSBreachEliteFallenLunarisMonsterChaosSpark
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 10 sec
    Deals 175.6 to 263.5 Physical Damage
    Deals 175.6 to 263.5 Chaos Damage
    Fires 5 additional Projectiles
    action attack or cast time uses animation length [1]
    base is projectile [1]
    distribute projectiles over contact points [1]
    maintain projectile direction when using contact position [1]
    monster breaks brequel npc concentration [1]
    monster projectile variation [269]
    projectile ballistic angle from reference event [1]
    projectile spread radius [12]
    projectile uses contact position [1]
    CGBreachEliteFallenLunarisMonsterChaosQuicksand
    Area, Triggerable
    Deals 7.8 Base Chaos Damage per second
    Base duration is 7.5 seconds
    active skill area of effect radius +% final [-10]
    ground quicksand art variation [13]
    SGLBreachEliteFallenLunarisMonsterChaosQuicksand
    Spell, Damage, Triggerable
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 10 sec
    Deals 175.6 to 263.5 Physical Damage
    Deals 175.6 to 263.5 Chaos Damage
    action attack or cast time uses animation length [1]
    is area damage [1]
    monster breaks brequel npc concentration [1]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Breach/BreachEliteFallenLunarisMonsterSpectre"] = {
        name = "It That Hates",
        life = 2.04,
        energyShield = 0.08,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedComboBrequel",
            "MPSBreachEliteFallenLunarisMonsterChaosSpark",
            "CGBreachEliteFallenLunarisMonsterChaosQuicksand",
            "SGLBreachEliteFallenLunarisMonsterChaosQuicksand",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedComboBrequel"] = {
        name = "Default Attack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_breaks_brequel_npc_concentration",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {2, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBreachEliteFallenLunarisMonsterChaosSpark"] = {
        name = "MPSBreachEliteFallenLunarisMonsterChaosSpark",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "projectile_spread_radius",
            "monster_breaks_brequel_npc_concentration",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_reference_event",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 269, 5, 12, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGBreachEliteFallenLunarisMonsterChaosQuicksand"] = {
        name = "CGBreachEliteFallenLunarisMonsterChaosQuicksand",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_quicksand_art_variation",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {1, 7500, 13, -10, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SGLBreachEliteFallenLunarisMonsterChaosQuicksand"] = {
        name = "SGLBreachEliteFallenLunarisMonsterChaosQuicksand",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_breaks_brequel_npc_concentration",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 1, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    
    Edit

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