Chayula's Ideal
Demon
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
SpectreY
Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonBreachChaosSpectre
End GameGain 40% of Physical Damage as Extra Chaos Damage
Tagsbreach_monster_chaos, chaos_affinity, demon, flesh_armour, has_two_hand_sword, has_two_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_dex, not_int, physical_affinity, red_blood, slashing_weapon
Packs
  • Chayula's Perfected, Chayula's Ideal, Chayula's Ideal
  • Life
    170%
    Armour
    +50%
    Ailment Threshold
    170%
    Resistance
    20 20 20 0
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonChaos
    Metadata
    HalfSkeletonBreachChaos
    Level
    68
    Life
    10,937
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    0
    Damage
    374
    Spell Damage
    374
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 299–448
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Puncture
    Base Damage: 299–448
    Critical Strike Chance: 5%
    Attack Damage: 120%
    Attack Time: 1.5 sec
    Cooldown Time: 7.5 sec
    Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.
    Deals 20% more Attack Damage
    +2 metres to Melee Strike Range
    +57% more Damage with Bleeding
    Causes Bleeding
    BreachSweep
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 299–448
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    Deals 20% more Physical Damage
    50% of Physical Damage Converted to Chaos Damage
    monster penalty against minions damage +% final vs player minions [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonBreachChaos"] = {
        name = "Chayula's Ideal",
        life = 1.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
            "BreachSweep",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachSweep"] = {
        name = "Default Attack",
        hidden = true,
        color = "1",
        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 = {
            "active_skill_physical_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_physical_damage_%_to_convert_to_chaos",
        },
        levels = {
            [1] = {20, -20, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Chayula's Ideal
    Demon
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreY
    Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonBreachChaosSpectre
    AreaChayula's Domain, Chayula's Domain, Chayula's Domain, Chayula's Domain, Chayula's Domain
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagschaos_affinity, demon, flesh_armour, has_two_hand_sword, has_two_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_dex, not_int, physical_affinity, red_blood, slashing_weapon
    Packs
  • Chayula's Domain, Chayula's Domain, Chayula's Domain, Chayula's Domain: Chayula's Perfected, Chayula's Ideal, Chayula's Ideal
  • Chayula's Domain: Chayula's Perfected, Chayula's Ideal, Chayula's Ideal
  • Life
    468%
    Armour
    +50%
    Ailment Threshold
    468%
    Resistance
    20 20 20 0
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonChaosMap
    Metadata
    HalfSkeletonBreachChaosMap_
    Level
    84
    Life
    165,181
    Armour
    149,751
    Evasion
    8,120
    Energy Shield
    0
    Damage
    953
    Spell Damage
    953
    Accuracy
    538
    Attack Time
    1.5
    Experience
    13,250
    Ailment Threshold
    165,181
    Chill
    522
    Shock
    522
    Brittle
    2,955
    Scorch
    522
    Sap
    1,443
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 763–1144
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Puncture
    Base Damage: 763–1144
    Critical Strike Chance: 5%
    Attack Damage: 120%
    Attack Time: 1.5 sec
    Cooldown Time: 7.5 sec
    Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.
    Deals 20% more Attack Damage
    +2 metres to Melee Strike Range
    +57% more Damage with Bleeding
    Causes Bleeding
    BreachSweep
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 763–1144
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    Deals 20% more Physical Damage
    50% of Physical Damage Converted to Chaos Damage
    monster penalty against minions damage +% final vs player minions [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonBreachChaosMap_"] = {
        name = "Chayula's Ideal",
        life = 4.68,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
            "BreachSweep",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachSweep"] = {
        name = "Default Attack",
        hidden = true,
        color = "1",
        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 = {
            "active_skill_physical_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_physical_damage_%_to_convert_to_chaos",
        },
        levels = {
            [1] = {20, -20, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Chayula's Ideal
    Demon
    SpectreY
    Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachSpectre
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagschaos_affinity, demon, flesh_armour, has_two_hand_sword, has_two_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_dex, not_int, physical_affinity, red_blood, slashing_weapon
    Packs
  • Chayula's Perfected, Chayula's Ideal, Chayula's Ideal
  • Life
    468%
    Armour
    +50%
    Ailment Threshold
    468%
    Resistance
    20 20 20 0
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonChaosMap
    Metadata
    HalfSkeletonBreachChaosMapStandalone
    Level
    68
    Life
    30,108
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    0
    Damage
    374
    Spell Damage
    374
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    30,108
    Chill
    95
    Shock
    95
    Brittle
    539
    Scorch
    95
    Sap
    263
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 299–448
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Puncture
    Base Damage: 299–448
    Critical Strike Chance: 5%
    Attack Damage: 120%
    Attack Time: 1.5 sec
    Cooldown Time: 7.5 sec
    Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.
    Deals 20% more Attack Damage
    +2 metres to Melee Strike Range
    +57% more Damage with Bleeding
    Causes Bleeding
    BreachSweep
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 299–448
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    Deals 20% more Physical Damage
    50% of Physical Damage Converted to Chaos Damage
    monster penalty against minions damage +% final vs player minions [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonBreachChaosMapStandalone"] = {
        name = "Chayula's Ideal",
        life = 4.68,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
            "BreachSweep",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachSweep"] = {
        name = "Default Attack",
        hidden = true,
        color = "1",
        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 = {
            "active_skill_physical_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_physical_damage_%_to_convert_to_chaos",
        },
        levels = {
            [1] = {20, -20, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Chayula's Ideal
    Demon
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreY
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagschaos_affinity, demon, flesh_armour, has_two_hand_sword, has_two_handed_melee, humanoid, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, slashing_weapon
    Life
    360%
    Evasion
    +50%
    Ailment Threshold
    360%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedChaosMapSpectre
    Metadata
    HalfSkeletonBreachChaosSpectre
    Level
    68
    Life
    23,160
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Puncture
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Damage: 120%
    Attack Time: 1.5 sec
    Cooldown Time: 7.5 sec
    Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.
    Deals 20% more Attack Damage
    +2 metres to Melee Strike Range
    +57% more Damage with Bleeding
    Causes Bleeding
    BreachSweep
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    Deals 20% more Physical Damage
    50% of Physical Damage Converted to Chaos Damage
    monster penalty against minions damage +% final vs player minions [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonBreachChaosSpectre"] = {
        name = "Chayula's Ideal",
        life = 3.6,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
            "BreachSweep",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachSweep"] = {
        name = "Default Attack",
        hidden = true,
        color = "1",
        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 = {
            "active_skill_physical_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_physical_damage_%_to_convert_to_chaos",
        },
        levels = {
            [1] = {20, -20, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Chayula's Ideal
    Demon
    monster no drops or experience [1]
    cannot be used as minion [1]
    30% increased Damage
    40% increased Attack Speed
    40% increased Movement Speed
    25% reduced Damage taken
    SpectreN
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagschaos_affinity, demon, flesh_armour, has_two_hand_sword, has_two_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_dex, not_int, physical_affinity, red_blood, slashing_weapon, unusable_corpse
    Life
    4875%
    Armour
    +50%
    Ailment Threshold
    4875%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    100%
    Type
    BreachHalfSkeletonChaosSpawner
    Metadata
    HalfSkeletonBreachChaosSpawner
    Level
    68
    Life
    313,626
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.5
    Experience
    15,383
    Ailment Threshold
    313,626
    Chill
    992
    Shock
    992
    Brittle
    5,610
    Scorch
    992
    Sap
    2,740
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Puncture
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Damage: 120%
    Attack Time: 1.5 sec
    Cooldown Time: 7.5 sec
    Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.
    Deals 20% more Attack Damage
    +2 metres to Melee Strike Range
    +57% more Damage with Bleeding
    Causes Bleeding
    BreachSweep
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    Deals 20% more Physical Damage
    50% of Physical Damage Converted to Chaos Damage
    monster penalty against minions damage +% final vs player minions [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonBreachChaosSpawner"] = {
        name = "Chayula's Ideal",
        life = 48.75,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
            "BreachSweep",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachSweep"] = {
        name = "Default Attack",
        hidden = true,
        color = "1",
        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 = {
            "active_skill_physical_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_physical_damage_%_to_convert_to_chaos",
        },
        levels = {
            [1] = {20, -20, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • 30% increased Damage
    40% increased Attack Speed
    40% increased Movement Speed
    25% reduced Damage taken
    IdChimeraMinionFerocity
    FamilyChimeraMinionFerocity
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage +% Min: 30 Max: 30 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft Tagsdamage attack speed
    Chayula's Ideal
    Demon
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    SpectreY
    Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachChaosSpectre
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagsbreach_monster_chaos, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • Chayula's Perfected, Chayula's Ideal, Chayula's Ideal
  • Life
    170%
    Evasion
    +50%
    Ailment Threshold
    170%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedChaos
    Metadata
    HalfSkeletonRangedBreachChaos
    Level
    68
    Life
    10,937
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    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]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectileChaosBreach
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Damage: 50%
    Attack Time: 1.5 sec
    Deals 50% less Attack Damage
    25% less Attack Speed
    base is projectile [1]
    monster projectile variation [116]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachChaos"] = {
        name = "Chayula's Ideal",
        life = 1.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectileChaosBreach",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectileChaosBreach"] = {
        name = "HalfSkeletonProjectileChaosBreach",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {116, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Chayula's Ideal
    Demon
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreY
    Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachChaosSpectre
    AreaChayula's Domain, Chayula's Domain, Chayula's Domain, Chayula's Domain, Chayula's Domain
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • Chayula's Domain, Chayula's Domain, Chayula's Domain, Chayula's Domain: Chayula's Perfected, Chayula's Ideal, Chayula's Ideal
  • Chayula's Domain: Chayula's Perfected, Chayula's Ideal, Chayula's Ideal
  • Life
    468%
    Evasion
    +50%
    Ailment Threshold
    468%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedChaosMap
    Metadata
    HalfSkeletonRangedBreachChaosMap
    Level
    84
    Life
    165,181
    Armour
    99,834
    Evasion
    12,180
    Energy Shield
    0
    Damage
    1,430
    Spell Damage
    1,430
    Accuracy
    538
    Attack Time
    1.5
    Experience
    13,250
    Ailment Threshold
    165,181
    Chill
    522
    Shock
    522
    Brittle
    2,955
    Scorch
    522
    Sap
    1,443
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 1144–1716
    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]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectileChaosBreach
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 1144–1716
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Damage: 50%
    Attack Time: 1.5 sec
    Deals 50% less Attack Damage
    25% less Attack Speed
    base is projectile [1]
    monster projectile variation [116]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    }
    
    BaseEvents
    {
    	set_is_small_breach_monster = true
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachChaosMap"] = {
        name = "Chayula's Ideal",
        life = 4.68,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectileChaosBreach",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectileChaosBreach"] = {
        name = "HalfSkeletonProjectileChaosBreach",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {116, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Chayula's Ideal
    Demon
    SpectreY
    Spectre OverrideMetadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachChaosSpectre
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Packs
  • Chayula's Perfected, Chayula's Ideal, Chayula's Ideal
  • Life
    468%
    Evasion
    +50%
    Ailment Threshold
    468%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedChaosMap
    Metadata
    HalfSkeletonRangedBreachChaosMapStandalone
    Level
    68
    Life
    30,108
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    30,108
    Chill
    95
    Shock
    95
    Brittle
    539
    Scorch
    95
    Sap
    263
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    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]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectileChaosBreach
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Damage: 50%
    Attack Time: 1.5 sec
    Deals 50% less Attack Damage
    25% less Attack Speed
    base is projectile [1]
    monster projectile variation [116]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachChaosMapStandalone"] = {
        name = "Chayula's Ideal",
        life = 4.68,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectileChaosBreach",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectileChaosBreach"] = {
        name = "HalfSkeletonProjectileChaosBreach",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {116, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    Chayula's Ideal
    Demon
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    SpectreY
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood
    Life
    360%
    Evasion
    +50%
    Ailment Threshold
    360%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedChaosMapSpectre
    Metadata
    HalfSkeletonRangedBreachChaosSpectre
    Level
    68
    Life
    23,160
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    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]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectileChaosBreach
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Damage: 50%
    Attack Time: 1.5 sec
    Deals 50% less Attack Damage
    25% less Attack Speed
    base is projectile [1]
    monster projectile variation [116]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachChaosSpectre"] = {
        name = "Chayula's Ideal",
        life = 3.6,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectileChaosBreach",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectileChaosBreach"] = {
        name = "HalfSkeletonProjectileChaosBreach",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {116, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Chayula's Ideal
    Demon
    monster no drops or experience [1]
    cannot be used as minion [1]
    30% increased Damage
    40% increased Attack Speed
    40% increased Movement Speed
    25% reduced Damage taken
    SpectreN
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, unusable_corpse
    Life
    4875%
    Evasion
    +50%
    Ailment Threshold
    4875%
    Resistance
    20 20 20 0
    Damage
    225%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    150%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedChaosSpawner
    Metadata
    HalfSkeletonRangedBreachChaosSpawner
    Level
    68
    Life
    313,626
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    840
    Spell Damage
    840
    Accuracy
    290
    Attack Time
    1.5
    Experience
    15,383
    Ailment Threshold
    313,626
    Chill
    992
    Shock
    992
    Brittle
    5,610
    Scorch
    992
    Sap
    2,740
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 672–1009
    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]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectileChaosBreach
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 672–1009
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Damage: 50%
    Attack Time: 1.5 sec
    Deals 50% less Attack Damage
    25% less Attack Speed
    base is projectile [1]
    monster projectile variation [116]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachChaosSpawner"] = {
        name = "Chayula's Ideal",
        life = 48.75,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 2.25,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectileChaosBreach",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectileChaosBreach"] = {
        name = "HalfSkeletonProjectileChaosBreach",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {116, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • 30% increased Damage
    40% increased Attack Speed
    40% increased Movement Speed
    25% reduced Damage taken
    IdChimeraMinionFerocity
    FamilyChimeraMinionFerocity
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage +% Min: 30 Max: 30 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft Tagsdamage attack speed
    Chayula's Ideal
    Demon
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    SpectreN
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagschaos_affinity, demon, flesh_armour, has_two_hand_sword, has_two_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_dex, not_int, physical_affinity, red_blood, slashing_weapon, unusable_corpse
    Life
    170%
    Armour
    +50%
    Ailment Threshold
    170%
    Resistance
    20 20 20 0
    Damage
    100%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonChaosAvatar
    Metadata
    HalfSkeletonBreachChaosAvatar
    Level
    68
    Life
    10,937
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    0
    Damage
    374
    Spell Damage
    374
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 299–448
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    HalfSkeletonPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Puncture
    Base Damage: 299–448
    Critical Strike Chance: 5%
    Attack Damage: 120%
    Attack Time: 1.5 sec
    Cooldown Time: 7.5 sec
    Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.
    Deals 20% more Attack Damage
    +2 metres to Melee Strike Range
    +57% more Damage with Bleeding
    Causes Bleeding
    BreachSweep
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 299–448
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    Deals 20% more Physical Damage
    50% of Physical Damage Converted to Chaos Damage
    monster penalty against minions damage +% final vs player minions [-20]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonBreachChaosAvatar"] = {
        name = "Chayula's Ideal",
        life = 1.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "HalfSkeletonPuncture",
            "BreachSweep",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "melee_range_+",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {},  cost = { }, },
            [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachSweep"] = {
        name = "Default Attack",
        hidden = true,
        color = "1",
        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 = {
            "active_skill_physical_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "skill_physical_damage_%_to_convert_to_chaos",
        },
        levels = {
            [1] = {20, -20, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Chayula's Ideal
    Demon
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    SpectreN
    End GameGain 40% of Physical Damage as Extra Chaos Damage
    Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, medium_movement, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, unusable_corpse
    Life
    170%
    Evasion
    +50%
    Ailment Threshold
    170%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    100%
    Model Size
    100%
    Type
    BreachHalfSkeletonRangedChaosAvatar
    Metadata
    HalfSkeletonRangedBreachChaosAvatar
    Level
    68
    Life
    10,937
    Armour
    28,790
    Evasion
    7,109
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.5
    Experience
    10,255
    Ailment Threshold
    10,937
    Chill
    35
    Shock
    35
    Brittle
    196
    Scorch
    35
    Sap
    96
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    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]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HalfSkeletonProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Damage: 50%
    Attack Damage: 50%
    Attack Time: 1.5 sec
    Deals 50% less Attack Damage
    25% less Attack Speed
    base is projectile [1]
    monster projectile variation [11]
    projectile uses contact position [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Actor
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRangedBreachChaosAvatar"] = {
        name = "Chayula's Ideal",
        life = 1.7,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "HalfSkeletonProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HalfSkeletonProjectile"] = {
        name = "HalfSkeletonProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {11, -60, -25, baseMultiplier = 0.5, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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