Mascote de Uul-Netol
Demoníaco
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
  • Troféu de Uul-Netol, Mascote de Uul-Netol
  • Vida
    200%
    Energy Shield From Life
    50%
    Evasão
    +20%
    Ailment Threshold
    200%
    Resistência
    0 40 0 0
    Damage
    115%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    BreachKiweth
    Metadata
    KiwethBreach
    Nível
    68
    Vida
    12,867
    Armadura
    28,790
    Evasão
    5,687
    Escudo de Energia
    3,064
    Damage
    430
    Dano Mágico
    430
    Precisão
    290
    Attack Time
    1.11
    Experiência
    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 Padrão
    Base Damage: 344–515
    Chance de Crítico: 5%
    Attack Time: 1.11 seg
    Abate seus inimigos com um 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
    Chance de Crítico: 5%
    Dano de Ataque: 90%
    Dano de Ataque: 90%
    Attack Time: 1.11 seg
    O personagem bate no chão à sua frente com um Cajado ou Maça ou Cetro, criando uma onda que segue para frente e causa dano a inimigos, com mais chances de atordoar.
    Causa 10% menos Dano de Ataque
    Ponto de Atordoamento Inimigo reduzido em 25%
    Mutila ao Acertar
    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
    Domainsmonstro (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
    Domainsmonstro (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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Mascote de Uul-Netol
    Demoníaco
    monster base type attack cast speed +% and damage -% final [11]
    Dano de Projétil aumentado em 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
    AreaDomínio de Uul-Netol, Domínio de Uul-Netol, Domínio de Uul-Netol, Domínio de Uul-Netol, Domínio 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
  • Domínio de Uul-Netol, Domínio de Uul-Netol, Domínio de Uul-Netol, Domínio de Uul-Netol: Troféu de Uul-Netol, Mascote de Uul-Netol
  • Domínio de Uul-Netol: Troféu de Uul-Netol, Mascote de Uul-Netol
  • Vida
    550%
    Energy Shield From Life
    50%
    Evasão
    +20%
    Ailment Threshold
    550%
    Resistência
    0 40 0 0
    Damage
    115%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    BreachKiwethMap
    Metadata
    KiwethBreachMap
    Nível
    84
    Vida
    194,123
    Armadura
    99,834
    Evasão
    9,744
    Escudo de Energia
    8,133
    Damage
    1,096
    Dano Mágico
    1,096
    Precisão
    538
    Attack Time
    1.11
    Experiência
    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 Padrão
    Base Damage: 877–1315
    Chance de Crítico: 5%
    Attack Time: 1.11 seg
    Abate seus inimigos com um 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
    Chance de Crítico: 5%
    Dano de Ataque: 90%
    Dano de Ataque: 90%
    Attack Time: 1.11 seg
    O personagem bate no chão à sua frente com um Cajado ou Maça ou Cetro, criando uma onda que segue para frente e causa dano a inimigos, com mais chances de atordoar.
    Causa 10% menos Dano de Ataque
    Ponto de Atordoamento Inimigo reduzido em 25%
    Mutila ao Acertar
    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
    Domainsmonstro (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
    Dano de Projétil aumentado em 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstro (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
    Domainsmonstro (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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Mascote de Uul-Netol
    Demoníaco
    monster base type attack cast speed +% and damage -% final [11]
    Dano de Projétil aumentado em 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
  • Troféu de Uul-Netol, Mascote de Uul-Netol
  • Vida
    550%
    Energy Shield From Life
    50%
    Evasão
    +20%
    Ailment Threshold
    550%
    Resistência
    0 40 0 0
    Damage
    115%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    BreachKiwethMap
    Metadata
    KiwethBreachMapStandalone
    Nível
    68
    Vida
    35,383
    Armadura
    28,790
    Evasão
    5,687
    Escudo de Energia
    3,064
    Damage
    430
    Dano Mágico
    430
    Precisão
    290
    Attack Time
    1.11
    Experiência
    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 Padrão
    Base Damage: 344–515
    Chance de Crítico: 5%
    Attack Time: 1.11 seg
    Abate seus inimigos com um 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
    Chance de Crítico: 5%
    Dano de Ataque: 90%
    Dano de Ataque: 90%
    Attack Time: 1.11 seg
    O personagem bate no chão à sua frente com um Cajado ou Maça ou Cetro, criando uma onda que segue para frente e causa dano a inimigos, com mais chances de atordoar.
    Causa 10% menos Dano de Ataque
    Ponto de Atordoamento Inimigo reduzido em 25%
    Mutila ao Acertar
    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
    Domainsmonstro (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
    Dano de Projétil aumentado em 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstro (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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Mascote de Uul-Netol
    Demoníaco
    monster base type attack cast speed +% and damage -% final [11]
    Dano de Projétil aumentado em 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%
    Evasão
    +20%
    Ailment Threshold
    360%
    Resistência
    0 40 0 0
    Damage
    115%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    BreachKiwethMapSpectre
    Metadata
    KiwethBreachSpectre
    Nível
    68
    Vida
    23,160
    Armadura
    28,790
    Evasão
    5,687
    Escudo de Energia
    3,064
    Damage
    430
    Dano Mágico
    430
    Precisão
    290
    Attack Time
    1.11
    Experiência
    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 Padrão
    Base Damage: 344–515
    Chance de Crítico: 5%
    Attack Time: 1.11 seg
    Abate seus inimigos com um 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
    Chance de Crítico: 5%
    Dano de Ataque: 90%
    Dano de Ataque: 90%
    Attack Time: 1.11 seg
    O personagem bate no chão à sua frente com um Cajado ou Maça ou Cetro, criando uma onda que segue para frente e causa dano a inimigos, com mais chances de atordoar.
    Causa 10% menos Dano de Ataque
    Ponto de Atordoamento Inimigo reduzido em 25%
    Mutila ao Acertar
    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
    Domainsmonstro (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
    Dano de Projétil aumentado em 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstro (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
    Domainsmonstro (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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Mascote de Uul-Netol
    Demoníaco
    monster base type attack cast speed +% and damage -% final [11]
    Dano de Projétil aumentado em 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]
    Dano aumentado em 30%
    Velocidade de Ataque aumentada em 40%
    Velocidade de Movimento aumentada em 40%
    Dano recebido reduzido em 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%
    Evasão
    +20%
    Ailment Threshold
    4125%
    Resistência
    20 20 20 0
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    BreachKiwethSpawner
    Metadata
    KiwethBreachSpawner
    Nível
    68
    Vida
    265,376
    Armadura
    28,790
    Evasão
    5,687
    Escudo de Energia
    3,064
    Damage
    560
    Dano Mágico
    560
    Precisão
    290
    Attack Time
    1.11
    Experiência
    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 Padrão
    Base Damage: 448–672
    Chance de Crítico: 5%
    Attack Time: 1.11 seg
    Abate seus inimigos com um 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
    Chance de Crítico: 5%
    Dano de Ataque: 90%
    Dano de Ataque: 90%
    Attack Time: 1.11 seg
    O personagem bate no chão à sua frente com um Cajado ou Maça ou Cetro, criando uma onda que segue para frente e causa dano a inimigos, com mais chances de atordoar.
    Causa 10% menos Dano de Ataque
    Ponto de Atordoamento Inimigo reduzido em 25%
    Mutila ao Acertar
    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
    Domainsmonstro (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
    Dano de Projétil aumentado em 20%
    display monster uses far shot text [1]
    monster reverse point blank damage -% at minimum range [60]
    IdMonsterLesserFarShot
    FamilyFarShot
    Domainsmonstro (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
    Domainsmonstro (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
    Domainsmonstro (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
    Domainsmonstro (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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 100 Max: 100 Global
  • Craft Tagsspeed
    Dano aumentado em 30%
    Velocidade de Ataque aumentada em 40%
    Velocidade de Movimento aumentada em 40%
    Dano recebido reduzido em 25%
    IdChimeraMinionFerocity
    FamilyChimeraMinionFerocity
    Domainsmonstro (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
    Mascote de Uul-Netol
    Demoníaco
    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%
    Evasão
    +20%
    Ailment Threshold
    200%
    Resistência
    0 40 0 0
    Damage
    115%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.11 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    BreachKiwethAvatar
    Metadata
    KiwethBreachAvatar
    Nível
    68
    Vida
    12,867
    Armadura
    28,790
    Evasão
    5,687
    Escudo de Energia
    3,064
    Damage
    430
    Dano Mágico
    430
    Precisão
    290
    Attack Time
    1.11
    Experiência
    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 Padrão
    Base Damage: 344–515
    Chance de Crítico: 5%
    Attack Time: 1.11 seg
    Abate seus inimigos com um 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
    Chance de Crítico: 5%
    Dano de Ataque: 90%
    Dano de Ataque: 90%
    Attack Time: 1.11 seg
    O personagem bate no chão à sua frente com um Cajado ou Maça ou Cetro, criando uma onda que segue para frente e causa dano a inimigos, com mais chances de atordoar.
    Causa 10% menos Dano de Ataque
    Ponto de Atordoamento Inimigo reduzido em 25%
    Mutila ao Acertar
    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
    Domainsmonstro (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
    Domainsmonstro (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
    Domainsmonstro (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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [100]
    IdStanceKiwethRun
    FamilyStance
    Domainsmonstro (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.