Perfeccionado de Chayula
Demonio
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Chayula's Perfected
SpectreY
Spectre OverrideMetadata/Monsters/Revenant/RevenantCommanderBreachSpectre
End GameGanas el 40% del daño físico como daño de caos extra
Tagsbreach_commander, breach_monster_chaos, Lanzador de hechizos, chaos_affinity, demon, fast_movement, flesh_armour, hidden_monster, is_unarmed, large_model, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, slashing_weapon, small_height
Packs
  • Perfeccionado de Chayula, Ideal de Chayula, Ideal de Chayula
  • Vida
    300%
    Evasión
    +50%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    180%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BreachRevenantCommander
    Metadata
    RevenantCommanderBreach
    Nivel
    68
    Vida
    19,300
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    672
    Daño de hechizos
    672
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 538–807
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    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]
    BreachFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe repentino
    Base Damage: 538–807
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 5 seg
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    BreachMortarInLine
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 5 seg
    Inflige de 292.4 a 438.6 de daño físico
    El 25% del daño físico se convierte en daño de caos
    base is projectile [1]
    is area damage [1]
    mortar distance in front of target [20]
    projectile spread radius [125]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
         visual_size_index = 1
    }
    
    Transitionable
    {
    	on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/chaos/chaos_teleport.ao );"
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/chaos/chaos_teleport.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Revenant/RevenantCommanderBreach"] = {
        name = "Chayula's Perfected",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFlickerStrike",
            "BreachMortarInLine",
        },
        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["BreachFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMortarInLine"] = {
        name = "BreachMortarInLine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 20, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Perfeccionado de Chayula
    Demonio
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Chayula's Perfected
    SpectreY
    Spectre OverrideMetadata/Monsters/Revenant/RevenantCommanderBreachSpectre
    AreaDominio de Chayula, Dominio de Chayula, Dominio de Chayula, Dominio de Chayula
    End GameGanas el 40% del daño físico como daño de caos extra
    Tagsbreach_commander, Lanzador de hechizos, chaos_affinity, demon, fast_movement, flesh_armour, hidden_monster, is_unarmed, large_model, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, slashing_weapon, small_height
    Packs
  • Dominio de Chayula, Dominio de Chayula, Dominio de Chayula, Dominio de Chayula: Perfeccionado de Chayula, Ideal de Chayula, Ideal de Chayula
  • Vida
    300%
    Evasión
    +50%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    180%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BreachRevenantCommander
    Metadata
    RevenantCommanderBreachMap
    Nivel
    83
    Vida
    96,050
    Armaduras
    92,477
    Evasión
    11,790
    Escudo de energía
    0
    Damage
    1,621
    Daño de hechizos
    1,621
    Precisión
    518
    Attack Time
    1.5
    Experiencia
    19,698
    Ailment Threshold
    96,050
    Chill
    304
    Shock
    304
    Brittle
    1,718
    Scorch
    304
    Sap
    839
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 1297–1945
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    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]
    BreachFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe repentino
    Base Damage: 1297–1945
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 5 seg
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    BreachMortarInLine
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 5 seg
    Inflige de 455.5 a 683.3 de daño físico
    El 25% del daño físico se convierte en daño de caos
    base is projectile [1]
    is area damage [1]
    mortar distance in front of target [20]
    projectile spread radius [125]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
         visual_size_index = 1
    }
    
    Transitionable
    {
    	on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/chaos/chaos_teleport.ao );"
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/chaos/chaos_teleport.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Revenant/RevenantCommanderBreachMap"] = {
        name = "Chayula's Perfected",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFlickerStrike",
            "BreachMortarInLine",
        },
        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["BreachFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMortarInLine"] = {
        name = "BreachMortarInLine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 20, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Perfeccionado de Chayula
    Demonio
    Chayula's Perfected
    SpectreY
    Spectre OverrideMetadata/Monsters/Revenant/RevenantCommanderBreachSpectre
    End GameGanas el 40% del daño físico como daño de caos extra
    Tagsbreach_commander, Lanzador de hechizos, chaos_affinity, demon, fast_movement, flesh_armour, hidden_monster, is_unarmed, large_model, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, slashing_weapon, small_height
    Packs
  • Perfeccionado de Chayula, Ideal de Chayula, Ideal de Chayula
  • Vida
    300%
    Evasión
    +50%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    180%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BreachRevenantCommander
    Metadata
    RevenantCommanderBreachMapStandalone
    Nivel
    68
    Vida
    19,300
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    672
    Daño de hechizos
    672
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 538–807
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    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]
    BreachFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe repentino
    Base Damage: 538–807
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 5 seg
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    BreachMortarInLine
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 5 seg
    Inflige de 292.4 a 438.6 de daño físico
    El 25% del daño físico se convierte en daño de caos
    base is projectile [1]
    is area damage [1]
    mortar distance in front of target [20]
    projectile spread radius [125]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    
    Render
    {
         //turn_duration = 0.4
         visual_size_index = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Revenant/RevenantCommanderBreachMapStandalone"] = {
        name = "Chayula's Perfected",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFlickerStrike",
            "BreachMortarInLine",
        },
        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["BreachFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMortarInLine"] = {
        name = "BreachMortarInLine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 20, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Perfeccionado de Chayula
    Demonio
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Chayula's Perfected
    SpectreY
    Spectre OverrideMetadata/Monsters/Revenant/RevenantCommanderBreachSpectre
    AreaDominio de Chayula
    End GameGanas el 40% del daño físico como daño de caos extra
    Tagsbreach_commander, Lanzador de hechizos, chaos_affinity, demon, fast_movement, flesh_armour, hidden_monster, is_unarmed, large_model, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, slashing_weapon
    Packs
  • Dominio de Chayula: Perfeccionado de Chayula, Ideal de Chayula, Ideal de Chayula
  • Vida
    675%
    Evasión
    +50%
    Ailment Threshold
    675%
    Resistencia
    30 30 30 20
    Damage
    180%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BreachRevenantCommanderUber
    Metadata
    RevenantCommanderBreachMapUber
    Nivel
    84
    Vida
    238,242
    Armaduras
    99,834
    Evasión
    12,180
    Escudo de energía
    0
    Damage
    1,716
    Daño de hechizos
    1,716
    Precisión
    538
    Attack Time
    1.5
    Experiencia
    19,875
    Ailment Threshold
    238,242
    Chill
    753
    Shock
    753
    Brittle
    4,262
    Scorch
    753
    Sap
    2,081
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 1373–2059
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    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]
    BreachFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe repentino
    Base Damage: 1373–2059
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 5 seg
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    BreachMortarInLine
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 5 seg
    Inflige de 469.2 a 703.8 de daño físico
    El 25% del daño físico se convierte en daño de caos
    base is projectile [1]
    is area damage [1]
    mortar distance in front of target [20]
    projectile spread radius [125]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
         visual_size_index = 1
    }
    
    Transitionable
    {
    	on_transition = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/chaos/chaos_teleport.ao );"
    }
    
    SoundParameterBreach
    {
    parameter = "BreachEdgeDist"
    distance_start = 0.0
    distance_end = 10.0
    value_start = 0.0
    value_end = 10.0
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/commander_spawn/chaos/chaos_teleport.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Revenant/RevenantCommanderBreachMapUber"] = {
        name = "Chayula's Perfected",
        life = 6.75,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFlickerStrike",
            "BreachMortarInLine",
        },
        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["BreachFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMortarInLine"] = {
        name = "BreachMortarInLine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 20, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Perfeccionado de Chayula
    Demonio
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Chayula's Perfected
    SpectreY
    End GameGanas el 40% del daño físico como daño de caos extra
    Tagsbreach_commander, Lanzador de hechizos, chaos_affinity, demon, fast_movement, flesh_armour, is_unarmed, large_model, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood, slashing_weapon
    Vida
    300%
    Evasión
    +50%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    180%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BreachRevenantCommander
    Metadata
    RevenantCommanderBreachSpectre
    Nivel
    68
    Vida
    19,300
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    672
    Daño de hechizos
    672
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 538–807
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    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]
    BreachFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe repentino
    Base Damage: 538–807
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 5 seg
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    BreachMortarInLine
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 5 seg
    Inflige de 292.4 a 438.6 de daño físico
    El 25% del daño físico se convierte en daño de caos
    base is projectile [1]
    is area damage [1]
    mortar distance in front of target [20]
    projectile spread radius [125]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Render
    {
         //turn_duration = 0.4
         visual_size_index = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Revenant/RevenantCommanderBreachSpectre"] = {
        name = "Chayula's Perfected",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFlickerStrike",
            "BreachMortarInLine",
        },
        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["BreachFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMortarInLine"] = {
        name = "BreachMortarInLine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 20, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Perfeccionado de Chayula
    Demonio
    monster no drops or experience [1]
    cannot be used as minion [1]
    Chayula's Perfected
    SpectreN
    End GameGanas el 40% del daño físico como daño de caos extra
    TagsLanzador de hechizos, chaos_affinity, demon, flesh_armour, ghost_blood, hidden_monster, immobile, is_unarmed, large_model, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, ranged, slashing_weapon, small_height, unusable_corpse
    Vida
    300%
    Evasión
    +50%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    180%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BreachRevenantCommander
    Metadata
    RevenantCommanderBreachClone
    Nivel
    68
    Vida
    19,300
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    672
    Daño de hechizos
    672
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    BreachRevenantSpellProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 2 seg
    Inflige de 372.4 a 558.6 de daño físico
    Dispara 3 proyectiles en una espiral
    base is projectile [1]
    monster projectile variation [17]
    monster reverse point blank damage -% at minimum range [60]
    projectile spiral nova starting angle offset [-10]
    projectile spiral nova time ms [150]
    DeathProjectileSpell
    Spell, Projectile, Triggerable
    Tiempo de lanzamiento: 1 seg
    Inflige de 456.5 a 684.7 de daño físico
    Dispara 9 proyectiles adicionales
    El 25% del daño físico se convierte en daño de caos
    Dispara proyectiles en círculo
    100% de probabilidad de que se active este hechizo al morir
    base is projectile [1]
    monster projectile variation [14]
    projectile uses contact position [1]
    visual hit effect chaos is green [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	set_is_breach_monster = 1
    	set_monster_ignores_delve_darkness_mechanic = 1
    }
    
    DiesAfterTime
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    Animated
    {
    }
    
    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/Revenant/RevenantCommanderBreachClone"] = {
        name = "Chayula's Perfected",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "BreachRevenantSpellProjectile",
            "DeathProjectileSpell",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachRevenantSpellProjectile"] = {
        name = "BreachRevenantSpellProjectile",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "projectile_spiral_nova_angle",
            "projectile_spiral_nova_starting_angle_offset",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 17, 3, 150, 20, -10, 60, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeathProjectileSpell"] = {
        name = "DeathProjectileSpell",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "cast_on_death_%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "projectiles_nova",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 14, 9, 100, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Perfeccionado de Chayula
    Demonio
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Chayula's Perfected
    SpectreN
    End GameGanas el 40% del daño físico como daño de caos extra
    Tagsbreach_commander, Lanzador de hechizos, chaos_affinity, demon, fast_movement, flesh_armour, hidden_monster, is_unarmed, large_model, melee, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, small_height, unusable_corpse
    Vida
    300%
    Evasión
    +50%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    180%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BreachRevenantCommanderAvatar
    Metadata
    RevenantCommanderBreachAvatar
    Nivel
    68
    Vida
    19,300
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    672
    Daño de hechizos
    672
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 538–807
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    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]
    BreachFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement
    Golpe repentino
    Base Damage: 538–807
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 5 seg
    ignores proximity shield [1]
    minion dies when parent dies [1]
    summoned monsters are minions [1]
    BreachMortarInLine
    Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 5 seg
    Inflige de 292.4 a 438.6 de daño físico
    El 25% del daño físico se convierte en daño de caos
    base is projectile [1]
    is area damage [1]
    mortar distance in front of target [20]
    projectile spread radius [125]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Revenant/RevenantCommanderBreachAvatar"] = {
        name = "Chayula's Perfected",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BreachFlickerStrike",
            "BreachMortarInLine",
        },
        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["BreachFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "ignores_proximity_shield",
            "summoned_monsters_are_minions",
            "minion_dies_when_parent_dies",
        },
        levels = {
            [1] = {levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachMortarInLine"] = {
        name = "BreachMortarInLine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "projectile_spread_radius",
            "mortar_distance_in_front_of_target",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 125, 20, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Perfeccionado de Chayula
    Demonio
    monster no drops or experience [1]
    cannot be used as minion [1]
    Chayula's Perfected
    SpectreN
    End GameGanas el 40% del daño físico como daño de caos extra
    TagsLanzador de hechizos, chaos_affinity, demon, flesh_armour, ghost_blood, hidden_monster, immobile, is_unarmed, large_model, no_bloodlines, no_pantheon_mod, not_int, not_str, physical_affinity, ranged, slashing_weapon, small_height, unusable_corpse
    Vida
    300%
    Evasión
    +50%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    180%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BreachRevenantCommanderAvatar
    Metadata
    RevenantCommanderBreachCloneAvatar
    Nivel
    68
    Vida
    19,300
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    0
    Damage
    672
    Daño de hechizos
    672
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    BreachRevenantSpellProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 2 seg
    Inflige de 372.4 a 558.6 de daño físico
    Dispara 3 proyectiles en una espiral
    base is projectile [1]
    monster projectile variation [17]
    monster reverse point blank damage -% at minimum range [60]
    projectile spiral nova starting angle offset [-10]
    projectile spiral nova time ms [150]
    DeathProjectileSpell
    Spell, Projectile, Triggerable
    Tiempo de lanzamiento: 1 seg
    Inflige de 456.5 a 684.7 de daño físico
    Dispara 9 proyectiles adicionales
    El 25% del daño físico se convierte en daño de caos
    Dispara proyectiles en círculo
    100% de probabilidad de que se active este hechizo al morir
    base is projectile [1]
    monster projectile variation [14]
    projectile uses contact position [1]
    visual hit effect chaos is green [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Revenant/RevenantCommanderBreachCloneAvatar"] = {
        name = "Chayula's Perfected",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "BreachRevenantSpellProjectile",
            "DeathProjectileSpell",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachRevenantSpellProjectile"] = {
        name = "BreachRevenantSpellProjectile",
        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_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "projectile_spiral_nova_angle",
            "projectile_spiral_nova_starting_angle_offset",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 17, 3, 150, 20, -10, 60, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DeathProjectileSpell"] = {
        name = "DeathProjectileSpell",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "cast_on_death_%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "projectiles_nova",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 14, 9, 100, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Edit

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