Mascota de Uul-Netol
Demonio
monster base type attack cast speed +% and damage -% final [11]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
monster no map drops [1]
stance movement speed +% final [100]
Uul-Netol's Pet
SpectreY
Spectre OverrideMetadata/Monsters/Kiweth/KiwethBreachSpectre
Tagsanimal_claw_weapon, beast, breach_monster_physical, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, medium_height, melee, no_bloodlines, no_pantheon_mod, not_str, physical_affinity, red_blood, slow_movement
Packs
  • Trofeo de Uul-Netol, Mascota de Uul-Netol
  • Vida
    200%
    Energy Shield From Life
    50%
    Evasión
    +20%
    Ailment Threshold
    200%
    Resistencia
    0 40 0 0
    Damage
    115%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BreachKiweth
    Metadata
    KiwethBreach
    Nivel
    68
    Vida
    12,867
    Armaduras
    28,790
    Evasión
    5,687
    Escudo de energía
    3,064
    Damage
    430
    Daño de hechizos
    430
    Precisión
    290
    Attack Time
    1.11
    Experiencia
    10,255
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 344–515
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.11 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BreachBoneGroundSlam
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 344–515
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 90%
    Daño de ataque: 90%
    Attack Time: 1.11 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 10% menos de daño de ataque
    Umbral de aturdimiento de los enemigos reducido un 25%
    Lisia con Cada Golpe
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    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/Kiweth/KiwethBreach"] = {
        name = "Uul-Netol's Pet",
        life = 2,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BreachBoneGroundSlam",
        },
        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["BreachBoneGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {25, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    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
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Mascota de Uul-Netol
    Demonio
    monster base type attack cast speed +% and damage -% final [11]
    Daño de proyectiles aumentado un 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    stance movement speed +% final [100]
    Uul-Netol's Pet
    SpectreY
    Spectre OverrideMetadata/Monsters/Kiweth/KiwethBreachSpectre
    AreaDominio de Uul-Netol, Dominio de Uul-Netol, Dominio de Uul-Netol, Dominio de Uul-Netol, Dominio de Uul-Netol
    Tagsanimal_claw_weapon, beast, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, medium_height, melee, no_bloodlines, no_pantheon_mod, not_str, physical_affinity, red_blood, slow_movement
    Packs
  • Dominio de Uul-Netol, Dominio de Uul-Netol, Dominio de Uul-Netol, Dominio de Uul-Netol: Trofeo de Uul-Netol, Mascota de Uul-Netol
  • Dominio de Uul-Netol: Trofeo de Uul-Netol, Mascota de Uul-Netol
  • Vida
    550%
    Energy Shield From Life
    50%
    Evasión
    +20%
    Ailment Threshold
    550%
    Resistencia
    0 40 0 0
    Damage
    115%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BreachKiwethMap
    Metadata
    KiwethBreachMap
    Nivel
    84
    Vida
    194,123
    Armaduras
    99,834
    Evasión
    9,744
    Escudo de energía
    8,133
    Damage
    1,096
    Daño de hechizos
    1,096
    Precisión
    538
    Attack Time
    1.11
    Experiencia
    13,250
    Ailment Threshold
    194,123
    Chill
    614
    Shock
    614
    Brittle
    3,473
    Scorch
    614
    Sap
    1,696
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 877–1315
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.11 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BreachBoneGroundSlam
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 877–1315
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 90%
    Daño de ataque: 90%
    Attack Time: 1.11 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 10% menos de daño de ataque
    Umbral de aturdimiento de los enemigos reducido un 25%
    Lisia con Cada Golpe
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    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/Kiweth/KiwethBreachMap"] = {
        name = "Uul-Netol's Pet",
        life = 5.5,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BreachBoneGroundSlam",
        },
        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["BreachBoneGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {25, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    Daño de proyectiles aumentado un 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • projectile damage +% Min: 20 Max: 20 Global
  • display monster uses far shot text Min: 1 Max: 1 Global
  • monster reverse point blank damage -% at minimum range Min: 60 Max: 60 Global
  • Craft Tagsdamage
    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
  • IdNothing
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Mascota de Uul-Netol
    Demonio
    monster base type attack cast speed +% and damage -% final [11]
    Daño de proyectiles aumentado un 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    stance movement speed +% final [100]
    Uul-Netol's Pet
    SpectreY
    Spectre OverrideMetadata/Monsters/Kiweth/KiwethBreachSpectre
    Tagsanimal_claw_weapon, beast, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, medium_height, melee, no_bloodlines, no_pantheon_mod, not_str, physical_affinity, red_blood, slow_movement
    Packs
  • Trofeo de Uul-Netol, Mascota de Uul-Netol
  • Vida
    550%
    Energy Shield From Life
    50%
    Evasión
    +20%
    Ailment Threshold
    550%
    Resistencia
    0 40 0 0
    Damage
    115%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BreachKiwethMap
    Metadata
    KiwethBreachMapStandalone
    Nivel
    68
    Vida
    35,383
    Armaduras
    28,790
    Evasión
    5,687
    Escudo de energía
    3,064
    Damage
    430
    Daño de hechizos
    430
    Precisión
    290
    Attack Time
    1.11
    Experiencia
    10,255
    Ailment Threshold
    35,383
    Chill
    112
    Shock
    112
    Brittle
    633
    Scorch
    112
    Sap
    309
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 344–515
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.11 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BreachBoneGroundSlam
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 344–515
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 90%
    Daño de ataque: 90%
    Attack Time: 1.11 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 10% menos de daño de ataque
    Umbral de aturdimiento de los enemigos reducido un 25%
    Lisia con Cada Golpe
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Kiweth/KiwethBreachMapStandalone"] = {
        name = "Uul-Netol's Pet",
        life = 5.5,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BreachBoneGroundSlam",
        },
        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["BreachBoneGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {25, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    Daño de proyectiles aumentado un 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • projectile damage +% Min: 20 Max: 20 Global
  • display monster uses far shot text Min: 1 Max: 1 Global
  • monster reverse point blank damage -% at minimum range Min: 60 Max: 60 Global
  • Craft Tagsdamage
    IdNothing
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Mascota de Uul-Netol
    Demonio
    monster base type attack cast speed +% and damage -% final [11]
    Daño de proyectiles aumentado un 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    stance movement speed +% final [100]
    Uul-Netol's Pet
    SpectreY
    Tagsanimal_claw_weapon, beast, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, melee, no_bloodlines, no_pantheon_mod, not_str, physical_affinity, red_blood, slow_movement
    Vida
    360%
    Energy Shield From Life
    50%
    Evasión
    +20%
    Ailment Threshold
    360%
    Resistencia
    0 40 0 0
    Damage
    115%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BreachKiwethMapSpectre
    Metadata
    KiwethBreachSpectre
    Nivel
    68
    Vida
    23,160
    Armaduras
    28,790
    Evasión
    5,687
    Escudo de energía
    3,064
    Damage
    430
    Daño de hechizos
    430
    Precisión
    290
    Attack Time
    1.11
    Experiencia
    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
    Ataque estándar
    Base Damage: 344–515
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.11 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BreachBoneGroundSlam
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 344–515
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 90%
    Daño de ataque: 90%
    Attack Time: 1.11 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 10% menos de daño de ataque
    Umbral de aturdimiento de los enemigos reducido un 25%
    Lisia con Cada Golpe
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Kiweth/KiwethBreachSpectre"] = {
        name = "Uul-Netol's Pet",
        life = 3.6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BreachBoneGroundSlam",
        },
        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["BreachBoneGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {25, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    Daño de proyectiles aumentado un 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • projectile damage +% Min: 20 Max: 20 Global
  • display monster uses far shot text Min: 1 Max: 1 Global
  • monster reverse point blank damage -% at minimum range Min: 60 Max: 60 Global
  • Craft Tagsdamage
    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
  • IdNothing
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Mascota de Uul-Netol
    Demonio
    monster base type attack cast speed +% and damage -% final [11]
    Daño de proyectiles aumentado un 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    monster no drops or experience [1]
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    stance movement speed +% final [100]
    Daño aumentado un 30%
    Velocidad de ataque aumentada un 40%
    Velocidad de movimiento aumentada un 40%
    Daño recibido reducido un 25%
    Uul-Netol's Pet
    SpectreN
    Tagsanimal_claw_weapon, beast, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, medium_height, melee, no_bloodlines, no_pantheon_mod, not_str, physical_affinity, red_blood, slow_movement, unusable_corpse
    Vida
    4125%
    Energy Shield From Life
    50%
    Evasión
    +20%
    Ailment Threshold
    4125%
    Resistencia
    20 20 20 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BreachKiwethSpawner
    Metadata
    KiwethBreachSpawner
    Nivel
    68
    Vida
    265,376
    Armaduras
    28,790
    Evasión
    5,687
    Escudo de energía
    3,064
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.11
    Experiencia
    15,383
    Ailment Threshold
    265,376
    Chill
    839
    Shock
    839
    Brittle
    4,747
    Scorch
    839
    Sap
    2,318
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.11 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BreachBoneGroundSlam
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 90%
    Daño de ataque: 90%
    Attack Time: 1.11 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 10% menos de daño de ataque
    Umbral de aturdimiento de los enemigos reducido un 25%
    Lisia con Cada Golpe
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    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/Kiweth/KiwethBreachSpawner"] = {
        name = "Uul-Netol's Pet",
        life = 41.25,
        energyShield = 0.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BreachBoneGroundSlam",
        },
        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["BreachBoneGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {25, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    Daño de proyectiles aumentado un 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • projectile damage +% Min: 20 Max: 20 Global
  • display monster uses far shot text Min: 1 Max: 1 Global
  • monster reverse point blank damage -% at minimum range Min: 60 Max: 60 Global
  • Craft Tagsdamage
    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
  • 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
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Daño aumentado un 30%
    Velocidad de ataque aumentada un 40%
    Velocidad de movimiento aumentada un 40%
    Daño recibido reducido un 25%
    IdChimeraMinionFerocity
    FamilyChimeraMinionFerocity
    Domainsmonstruo (3)
    GenerationTypeúnico (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
    Mascota de Uul-Netol
    Demonio
    monster base type attack cast speed +% and damage -% final [11]
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    monster no map drops [1]
    stance movement speed +% final [100]
    Uul-Netol's Pet
    SpectreN
    Tagsanimal_claw_weapon, beast, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, medium_height, melee, no_bloodlines, no_pantheon_mod, not_str, physical_affinity, red_blood, slow_movement, unusable_corpse
    Vida
    200%
    Energy Shield From Life
    50%
    Evasión
    +20%
    Ailment Threshold
    200%
    Resistencia
    0 40 0 0
    Damage
    115%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BreachKiwethAvatar
    Metadata
    KiwethBreachAvatar
    Nivel
    68
    Vida
    12,867
    Armaduras
    28,790
    Evasión
    5,687
    Escudo de energía
    3,064
    Damage
    430
    Daño de hechizos
    430
    Precisión
    290
    Attack Time
    1.11
    Experiencia
    10,255
    Ailment Threshold
    12,867
    Chill
    41
    Shock
    41
    Brittle
    230
    Scorch
    41
    Sap
    112
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 344–515
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.11 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BreachBoneGroundSlam
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    Impacto sísmico
    Base Damage: 344–515
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 90%
    Daño de ataque: 90%
    Attack Time: 1.11 seg
    El personaje golpea la tierra frente a él con un báculo, una maza o un cetro y crea una onda que viaja hacia adelante y daña a los enemigos con una probabilidad aumentada de aturdirlos.
    Inflige un 10% menos de daño de ataque
    Umbral de aturdimiento de los enemigos reducido un 25%
    Lisia con Cada Golpe
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Kiweth/KiwethBreachAvatar"] = {
        name = "Uul-Netol's Pet",
        life = 2,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.15,
        damageSpread = 0.2,
        attackTime = 1.11,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BreachBoneGroundSlam",
        },
        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["BreachBoneGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "is_area_damage",
            "global_maim_on_hit",
        },
        levels = {
            [1] = {25, baseMultiplier = 0.9, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [11]
    IdMonsterSpeedAndDamageFixupSmall
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 11 Max: 11 Global
  • Craft Tagscaster_damage damage attack caster speed
    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
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Edit

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