Debulhador
Morto-vivo
Recupera 4% de Vida quando perder uma Carga Espiritual
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
emerge speed +% [0,20]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
emerge speed +% [0,20]
Thresher
SpectreY
Spectre OverrideMetadata/Monsters/BoneStalker/BoneStalkerAbyssSpectre
AreaProfundezas Abissais, Profundezas Abissais, Profundezas Abissais, Profundezas Abissais, Profundezas Abissais
Tagsabyss_commander_monster, abyssal, bone_armour, bones, Conjurador, extra_large_height, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
Vida
299%
Armadura
+75%
Evasão
+25%
Ailment Threshold
299%
Resistência
30 30 30 20
Damage
112%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.8 Second
Damage Spread
±20%
Experiência
175%
Model Size
120%
Type
BoneStalkerAbyss
Metadata
BoneStalkerAbyss
Nível
68
Vida
19,236
Armadura
50,383
Evasão
5,924
Damage
418
Dano Mágico
418
Precisão
580
Attack Time
1.8
Experiência
17,946
Minion Life
4,172
Minion Damage
334
Ailment Threshold
19,236
Chill
61
Shock
61
Brittle
344
Scorch
61
Sap
168
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 335–502
Chance de Crítico: 5%
Attack Time: 1.8 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
BoneStalkerAmbush
Attack, Cooldown
Base Damage: 335–502
Chance de Crítico: 5%
Dano de Ataque: 130%
Attack Time: 1.8 seg
Recarga: 5 seg
Causa 30% mais Dano de Ataque
Duração base é de 6 segundos
monster penalty against minions damage +% final vs player minions [-50]
BoneStalkerWhirlingCharge
Attack
Base Damage: 335–502
Chance de Crítico: 5%
Dano de Ataque: 56%
Attack Time: 1.8 seg
Recarga: 5 seg
Causa 44% menos Dano de Ataque
80% mais Velocidade de Ataque
combo attack first hit damage +% final [150]
EmptyActionSpellAbyssBoneStalkerStealth
Spell
Tempo de Conjuração: 1 seg
Recarga: 8 seg
EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
Spell
Tempo de Conjuração: 4 seg
AbyssBoneStalkerTriggeredProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Tempo de Conjuração: 1 seg
Causa 406.1 a 609.1 de Dano Físico
Projéteis Perfuram todos Alvos
Dispara un Projétil adicional
Velocidade de Projéteis aumentada em 25%
active skill projectile speed +% variation final [20]
base is projectile [1]
monster projectile variation [42]
monster reverse point blank damage -% at minimum range [30]

Object Type

version 2
extends "Metadata/Monsters/BoneStalker/BoneStalker"
extends "Metadata/Monsters/Skeletons/AbyssCorpseSink"

Actor
{
	actor = "Metadata/Monsters/BoneStalker/BoneStalkerAbyss.act"
	slow_animations_go_to_idle = false
	on_event_face_for_EmptyActionSpell = "FaceTarget();"
}

Object Type Codes

version 2
extends "Metadata/Monsters/BoneStalker/BoneStalker"

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/disappear/disappear.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/shadowcloak.ao"
}

Render
{
     //turn_duration = 0.4
}

StateMachine
{
	define_state = "epk"
	on_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
	on_state_epk_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
}

Actor
{
	create_stance2 = "SetStateTo( epk, 1 );"
	on_change_to_stance2 = "SetStateTo( epk, 1 );"
	on_change_to_default = "SetStateTo( epk, 0 );"
}

Life 
{
on_death = "HideMeshSegment( glow_meshShape );" 
on_spawned_dead = "HideMeshSegment( glow_meshShape );" 
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BoneStalker/BoneStalkerAbyss"] = {
    name = "Thresher",
    life = 2.99,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.12,
    damageSpread = 0.2,
    attackTime = 1.8,
    attackRange = 12,
    accuracy = 1,
    weaponType1 = "One Hand Axe",
    skillList = {
        "Melee",
        "AbyssBoneStalkerTriggeredProjectile",
        "BoneStalkerWhirlingCharge",
        "EmptyActionSpellAbyssBoneStalkerStealth",
        "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
        "BoneStalkerAmbush",
    },
    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["AbyssBoneStalkerTriggeredProjectile"] = {
    name = "AbyssBoneStalkerTriggeredProjectile",
    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_projectile_speed_+%",
        "number_of_additional_projectiles",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "active_skill_projectile_speed_+%_variation_final",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 42, 25, 1, 30, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BoneStalkerWhirlingCharge"] = {
    name = "BoneStalkerWhirlingCharge",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_speed_+%_final",
        "combo_attack_first_hit_damage_+%_final",
    },
    levels = {
        [1] = {80, 150, baseMultiplier = 0.56, levelRequirement = 83, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellAbyssBoneStalkerStealth"] = {
    name = "EmptyActionSpellAbyssBoneStalkerStealth",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EmptyActionSpellAbyssBoneStalkerEpicSoulSpend"] = {
    name = "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BoneStalkerAmbush"] = {
    name = "BoneStalkerAmbush",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
    },
    levels = {
        [1] = {6000, -50, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Recupera 4% de Vida quando perder uma Carga Espiritual
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
IdSpiritChargeTier2
FamilySpiritCharge
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • spirit charge tier Min: 2 Max: 2 Global
  • maximum spirit charges Min: 3 Max: 3 Global
  • monster spirit charges are infinite Min: 1 Max: 1 Global
  • gain % life when spirit charge expires or consumed Min: 4 Max: 4 Global
  • Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Exilados Renegados na próxima Área terão a Raridade de Itens Derrubados aumentada em (30–39)%
    Exilados Renegados na próxima Área terão a Velocidade de Ataque, Conjuração e Movimento aumentadas em (11–14)%
    Exilados Renegados na próxima Área causarão Dano aumentado em (16–20)%
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Debulhador
    Morto-vivo
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    emerge speed +% [0,20]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    emerge speed +% [0,20]
    Thresher
    SpectreY
    Spectre OverrideMetadata/Monsters/BoneStalker/BoneStalkerAbyssSpectre
    AreaMapa: Zigurate
    Tagsabyss_commander_monster, abyssal, bone_armour, bones, Conjurador, extra_large_height, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
    Packs
  • Mapa: Zigurate: Debulhador, Sentinela Primitiva, Caçador Primitivo, Sentinela Erguida
  • Debulhador, Bocarra Abismal, Matriarca da Asa do Submundo
  • Vida
    299%
    Armadura
    +75%
    Evasão
    +25%
    Ailment Threshold
    299%
    Resistência
    30 30 30 20
    Damage
    112%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssStandalone
    Nível
    84
    Vida
    105,532
    Armadura
    174,710
    Evasão
    10,150
    Damage
    1,068
    Dano Mágico
    1,068
    Precisão
    1,076
    Attack Time
    1.8
    Experiência
    23,188
    Minion Life
    19,945
    Minion Damage
    905
    Ailment Threshold
    105,532
    Chill
    334
    Shock
    334
    Brittle
    1,888
    Scorch
    334
    Sap
    922
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 854–1281
    Chance de Crítico: 5%
    Attack Time: 1.8 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 854–1281
    Chance de Crítico: 5%
    Dano de Ataque: 130%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 30% mais Dano de Ataque
    Duração base é de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 854–1281
    Chance de Crítico: 5%
    Dano de Ataque: 56%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 44% menos Dano de Ataque
    80% mais Velocidade de Ataque
    combo attack first hit damage +% final [150]
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tempo de Conjuração: 1 seg
    Recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tempo de Conjuração: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tempo de Conjuração: 1 seg
    Causa 785.7 a 1179 de Dano Físico
    Projéteis Perfuram todos Alvos
    Dispara un Projétil adicional
    Velocidade de Projéteis aumentada em 25%
    active skill projectile speed +% variation final [20]
    base is projectile [1]
    monster projectile variation [42]
    monster reverse point blank damage -% at minimum range [30]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BoneStalker/BoneStalkerAbyssStandalone"] = {
        name = "Thresher",
        life = 2.99,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "Melee",
            "AbyssBoneStalkerTriggeredProjectile",
            "BoneStalkerWhirlingCharge",
            "EmptyActionSpellAbyssBoneStalkerStealth",
            "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
            "BoneStalkerAmbush",
        },
        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["AbyssBoneStalkerTriggeredProjectile"] = {
        name = "AbyssBoneStalkerTriggeredProjectile",
        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_projectile_speed_+%",
            "number_of_additional_projectiles",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "active_skill_projectile_speed_+%_variation_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 42, 25, 1, 30, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerWhirlingCharge"] = {
        name = "BoneStalkerWhirlingCharge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "combo_attack_first_hit_damage_+%_final",
        },
        levels = {
            [1] = {80, 150, baseMultiplier = 0.56, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerStealth"] = {
        name = "EmptyActionSpellAbyssBoneStalkerStealth",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerEpicSoulSpend"] = {
        name = "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerAmbush"] = {
        name = "BoneStalkerAmbush",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {6000, -50, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    IdSpiritChargeTier2
    FamilySpiritCharge
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • spirit charge tier Min: 2 Max: 2 Global
  • maximum spirit charges Min: 3 Max: 3 Global
  • monster spirit charges are infinite Min: 1 Max: 1 Global
  • gain % life when spirit charge expires or consumed Min: 4 Max: 4 Global
  • Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Exilados Renegados na próxima Área terão a Raridade de Itens Derrubados aumentada em (30–39)%
    Exilados Renegados na próxima Área terão a Velocidade de Ataque, Conjuração e Movimento aumentadas em (11–14)%
    Exilados Renegados na próxima Área causarão Dano aumentado em (16–20)%
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Debulhador
    Morto-vivo
    Thresher
    SpectreY
    Tagsabyssal, bone_armour, bones, Conjurador, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
    Vida
    299%
    Armadura
    +75%
    Evasão
    +25%
    Ailment Threshold
    299%
    Resistência
    30 30 30 20
    Damage
    112%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssSpectre
    Nível
    68
    Vida
    19,236
    Armadura
    50,383
    Evasão
    5,924
    Damage
    418
    Dano Mágico
    418
    Precisão
    580
    Attack Time
    1.8
    Experiência
    17,946
    Minion Life
    4,172
    Minion Damage
    334
    Ailment Threshold
    19,236
    Chill
    61
    Shock
    61
    Brittle
    344
    Scorch
    61
    Sap
    168
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 335–502
    Chance de Crítico: 5%
    Attack Time: 1.8 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 335–502
    Chance de Crítico: 5%
    Dano de Ataque: 130%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 30% mais Dano de Ataque
    Duração base é de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 335–502
    Chance de Crítico: 5%
    Dano de Ataque: 56%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 44% menos Dano de Ataque
    80% mais Velocidade de Ataque
    combo attack first hit damage +% final [150]
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tempo de Conjuração: 1 seg
    Recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tempo de Conjuração: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tempo de Conjuração: 1 seg
    Causa 406.1 a 609.1 de Dano Físico
    Projéteis Perfuram todos Alvos
    Dispara un Projétil adicional
    Velocidade de Projéteis aumentada em 25%
    active skill projectile speed +% variation final [20]
    base is projectile [1]
    monster projectile variation [42]
    monster reverse point blank damage -% at minimum range [30]

    Object Type

    version 2
    extends "Metadata/Monsters/BoneStalker/BoneStalker"
    
    Actor
    {
    	actor = "Metadata/Monsters/BoneStalker/BoneStalkerAbyss.act"
    	slow_animations_go_to_idle = false
    	on_event_face_for_EmptyActionSpell = "FaceTarget();"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BoneStalker/BoneStalker"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/disappear/disappear.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/shadowcloak.ao"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    
    StateMachine
    {
    	define_state = "epk"
    	on_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
    	on_state_epk_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
    }
    
    Actor
    {
    	create_stance2 = "SetStateTo( epk, 1 );"
    	on_change_to_stance2 = "SetStateTo( epk, 1 );"
    	on_change_to_default = "SetStateTo( epk, 0 );"
    }
    
    Life 
    {
    on_death = "HideMeshSegment( glow_meshShape );" 
    on_spawned_dead = "HideMeshSegment( glow_meshShape );" 
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BoneStalker/BoneStalkerAbyssSpectre"] = {
        name = "Thresher",
        life = 2.99,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "Melee",
            "AbyssBoneStalkerTriggeredProjectile",
            "BoneStalkerWhirlingCharge",
            "EmptyActionSpellAbyssBoneStalkerStealth",
            "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
            "BoneStalkerAmbush",
        },
        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["AbyssBoneStalkerTriggeredProjectile"] = {
        name = "AbyssBoneStalkerTriggeredProjectile",
        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_projectile_speed_+%",
            "number_of_additional_projectiles",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "active_skill_projectile_speed_+%_variation_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 42, 25, 1, 30, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerWhirlingCharge"] = {
        name = "BoneStalkerWhirlingCharge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "combo_attack_first_hit_damage_+%_final",
        },
        levels = {
            [1] = {80, 150, baseMultiplier = 0.56, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerStealth"] = {
        name = "EmptyActionSpellAbyssBoneStalkerStealth",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerEpicSoulSpend"] = {
        name = "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerAmbush"] = {
        name = "BoneStalkerAmbush",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {6000, -50, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Debulhador
    Morto-vivo
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    emerge speed +% [0,20]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    emerge speed +% [0,20]
    Thresher
    SpectreY
    Spectre OverrideMetadata/Monsters/BoneStalker/BoneStalkerAbyssSpectre
    AreaEspaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal
    Tagsabyssal, bone_armour, bones, Conjurador, delve_monster, extra_large_height, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, no_pantheon_mod, not_int, physical_affinity, ranged, skeleton, slashing_weapon, undead
    Vida
    299%
    Armadura
    +75%
    Evasão
    +25%
    Ailment Threshold
    299%
    Resistência
    30 30 30 20
    Damage
    112%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssDelve
    Nível
    68
    Vida
    19,236
    Armadura
    50,383
    Evasão
    5,924
    Damage
    418
    Dano Mágico
    418
    Precisão
    580
    Attack Time
    1.8
    Experiência
    17,946
    Minion Life
    4,172
    Minion Damage
    334
    Ailment Threshold
    19,236
    Chill
    61
    Shock
    61
    Brittle
    344
    Scorch
    61
    Sap
    168
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 335–502
    Chance de Crítico: 5%
    Attack Time: 1.8 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 335–502
    Chance de Crítico: 5%
    Dano de Ataque: 130%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 30% mais Dano de Ataque
    Duração base é de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 335–502
    Chance de Crítico: 5%
    Dano de Ataque: 56%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 44% menos Dano de Ataque
    80% mais Velocidade de Ataque
    combo attack first hit damage +% final [150]
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tempo de Conjuração: 1 seg
    Recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tempo de Conjuração: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tempo de Conjuração: 1 seg
    Causa 406.1 a 609.1 de Dano Físico
    Projéteis Perfuram todos Alvos
    Dispara un Projétil adicional
    Velocidade de Projéteis aumentada em 25%
    active skill projectile speed +% variation final [20]
    base is projectile [1]
    monster projectile variation [42]
    monster reverse point blank damage -% at minimum range [30]

    Object Type

    version 2
    extends "Metadata/Monsters/BoneStalker/BoneStalker"
    extends "Metadata/Monsters/Skeletons/AbyssCorpseSink"
    
    Actor
    {
    	actor = "Metadata/Monsters/BoneStalker/BoneStalkerAbyss.act"
    	slow_animations_go_to_idle = false
    	on_event_face_for_EmptyActionSpell = "FaceTarget();"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BoneStalker/BoneStalker"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/disappear/disappear.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/shadowcloak.ao"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    
    StateMachine
    {
    	define_state = "epk"
    	on_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
    	on_state_epk_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
    }
    
    Actor
    {
    	create_stance2 = "SetStateTo( epk, 1 );"
    	on_change_to_stance2 = "SetStateTo( epk, 1 );"
    	on_change_to_default = "SetStateTo( epk, 0 );"
    }
    
    Life 
    {
    on_death = "HideMeshSegment( glow_meshShape );" 
    on_spawned_dead = "HideMeshSegment( glow_meshShape );" 
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BoneStalker/BoneStalkerAbyssDelve"] = {
        name = "Thresher",
        life = 2.99,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "Melee",
            "AbyssBoneStalkerTriggeredProjectile",
            "BoneStalkerWhirlingCharge",
            "EmptyActionSpellAbyssBoneStalkerStealth",
            "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
            "BoneStalkerAmbush",
        },
        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["AbyssBoneStalkerTriggeredProjectile"] = {
        name = "AbyssBoneStalkerTriggeredProjectile",
        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_projectile_speed_+%",
            "number_of_additional_projectiles",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "active_skill_projectile_speed_+%_variation_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 42, 25, 1, 30, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerWhirlingCharge"] = {
        name = "BoneStalkerWhirlingCharge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "combo_attack_first_hit_damage_+%_final",
        },
        levels = {
            [1] = {80, 150, baseMultiplier = 0.56, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerStealth"] = {
        name = "EmptyActionSpellAbyssBoneStalkerStealth",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerEpicSoulSpend"] = {
        name = "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerAmbush"] = {
        name = "BoneStalkerAmbush",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {6000, -50, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    IdSpiritChargeTier2
    FamilySpiritCharge
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • spirit charge tier Min: 2 Max: 2 Global
  • maximum spirit charges Min: 3 Max: 3 Global
  • monster spirit charges are infinite Min: 1 Max: 1 Global
  • gain % life when spirit charge expires or consumed Min: 4 Max: 4 Global
  • Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Exilados Renegados na próxima Área terão a Raridade de Itens Derrubados aumentada em (30–39)%
    Exilados Renegados na próxima Área terão a Velocidade de Ataque, Conjuração e Movimento aumentadas em (11–14)%
    Exilados Renegados na próxima Área causarão Dano aumentado em (16–20)%
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Debulhador
    Morto-vivo
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    emerge speed +% [0,20]
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    emerge speed +% [0,20]
    Thresher
    SpectreN
    Tagsabyssal, bone_armour, bones, Conjurador, extra_large_height, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
    Vida
    299%
    Armadura
    +75%
    Evasão
    +25%
    Ailment Threshold
    299%
    Resistência
    30 30 30 20
    Damage
    112%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssCowardsTrial
    Nível
    68
    Vida
    19,236
    Armadura
    50,383
    Evasão
    5,924
    Damage
    418
    Dano Mágico
    418
    Precisão
    580
    Attack Time
    1.8
    Experiência
    17,946
    Minion Life
    4,172
    Minion Damage
    334
    Ailment Threshold
    19,236
    Chill
    61
    Shock
    61
    Brittle
    344
    Scorch
    61
    Sap
    168
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 335–502
    Chance de Crítico: 5%
    Attack Time: 1.8 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 335–502
    Chance de Crítico: 5%
    Dano de Ataque: 130%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 30% mais Dano de Ataque
    Duração base é de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 335–502
    Chance de Crítico: 5%
    Dano de Ataque: 56%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 44% menos Dano de Ataque
    80% mais Velocidade de Ataque
    combo attack first hit damage +% final [150]
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tempo de Conjuração: 1 seg
    Recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tempo de Conjuração: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tempo de Conjuração: 1 seg
    Causa 406.1 a 609.1 de Dano Físico
    Projéteis Perfuram todos Alvos
    Dispara un Projétil adicional
    Velocidade de Projéteis aumentada em 25%
    active skill projectile speed +% variation final [20]
    base is projectile [1]
    monster projectile variation [42]
    monster reverse point blank damage -% at minimum range [30]

    Object Type

    version 2
    extends "Metadata/Monsters/Skeletons/CowardsTrial/CowardsTrialMonsterBase"
    
    Actor
    {
    	actor = "Metadata/Monsters/BoneStalker/BoneStalkerAbyss.act"
    	slow_animations_go_to_idle = false
    	basic_action = "Emerge"
    	on_event_face_for_EmptyActionSpell = "FaceTarget();"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Skeletons/CowardsTrial/CowardsTrialMonsterBase"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/disappear/disappear.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/shadowcloak.ao"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    
    StateMachine
    {
    	define_state = "epk"
    	on_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
    	on_state_epk_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
    }
    
    Actor
    {
    	create_stance2 = "SetStateTo( epk, 1 );"
    	on_change_to_stance2 = "SetStateTo( epk, 1 );"
    	on_change_to_default = "SetStateTo( epk, 0 );"
    }
    
    Life 
    {
    on_death = "HideMeshSegment( glow_meshShape );" 
    on_spawned_dead = "HideMeshSegment( glow_meshShape );" 
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/CowardsTrial/BoneStalkerAbyssCowardsTrial"] = {
        name = "Thresher",
        life = 2.99,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "Melee",
            "AbyssBoneStalkerTriggeredProjectile",
            "BoneStalkerWhirlingCharge",
            "EmptyActionSpellAbyssBoneStalkerStealth",
            "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
            "BoneStalkerAmbush",
        },
        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["AbyssBoneStalkerTriggeredProjectile"] = {
        name = "AbyssBoneStalkerTriggeredProjectile",
        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_projectile_speed_+%",
            "number_of_additional_projectiles",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "active_skill_projectile_speed_+%_variation_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 42, 25, 1, 30, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerWhirlingCharge"] = {
        name = "BoneStalkerWhirlingCharge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "combo_attack_first_hit_damage_+%_final",
        },
        levels = {
            [1] = {80, 150, baseMultiplier = 0.56, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerStealth"] = {
        name = "EmptyActionSpellAbyssBoneStalkerStealth",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerEpicSoulSpend"] = {
        name = "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerAmbush"] = {
        name = "BoneStalkerAmbush",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {6000, -50, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    IdSpiritChargeTier2
    FamilySpiritCharge
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • spirit charge tier Min: 2 Max: 2 Global
  • maximum spirit charges Min: 3 Max: 3 Global
  • monster spirit charges are infinite Min: 1 Max: 1 Global
  • gain % life when spirit charge expires or consumed Min: 4 Max: 4 Global
  • Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Próxima Área conterá um Círculo de Pedras
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Exilados Renegados na próxima Área terão a Raridade de Itens Derrubados aumentada em (30–39)%
    Exilados Renegados na próxima Área terão a Velocidade de Ataque, Conjuração e Movimento aumentadas em (11–14)%
    Exilados Renegados na próxima Área causarão Dano aumentado em (16–20)%
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Debulhador
    Morto-vivo
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    emerge speed +% [0,20]
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    undead description [1]
    emerge speed +% [0,20]
    Thresher
    SpectreN
    Tagsabyssal, bone_armour, bones, Conjurador, extra_large_height, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
    Vida
    299%
    Armadura
    +75%
    Evasão
    +25%
    Ailment Threshold
    299%
    Resistência
    30 30 30 20
    Damage
    112%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssCowardsTrialNoSink_
    Nível
    68
    Vida
    19,236
    Armadura
    50,383
    Evasão
    5,924
    Damage
    418
    Dano Mágico
    418
    Precisão
    580
    Attack Time
    1.8
    Experiência
    17,946
    Minion Life
    4,172
    Minion Damage
    334
    Ailment Threshold
    19,236
    Chill
    61
    Shock
    61
    Brittle
    344
    Scorch
    61
    Sap
    168
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 335–502
    Chance de Crítico: 5%
    Attack Time: 1.8 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 335–502
    Chance de Crítico: 5%
    Dano de Ataque: 130%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 30% mais Dano de Ataque
    Duração base é de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 335–502
    Chance de Crítico: 5%
    Dano de Ataque: 56%
    Attack Time: 1.8 seg
    Recarga: 5 seg
    Causa 44% menos Dano de Ataque
    80% mais Velocidade de Ataque
    combo attack first hit damage +% final [150]
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tempo de Conjuração: 1 seg
    Recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tempo de Conjuração: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tempo de Conjuração: 1 seg
    Causa 406.1 a 609.1 de Dano Físico
    Projéteis Perfuram todos Alvos
    Dispara un Projétil adicional
    Velocidade de Projéteis aumentada em 25%
    active skill projectile speed +% variation final [20]
    base is projectile [1]
    monster projectile variation [42]
    monster reverse point blank damage -% at minimum range [30]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	actor = "Metadata/Monsters/BoneStalker/BoneStalkerAbyss.act"
    	slow_animations_go_to_idle = false
    	basic_action = "Emerge"
    	on_event_face_for_EmptyActionSpell = "FaceTarget();"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act9/Garukhan/disappear/disappear.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/shadowcloak.ao"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    
    StateMachine
    {
    	define_state = "epk"
    	on_state_epk_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
    	on_state_epk_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Abyss/Abyss_Lich/shadow_form/epk/bstalker_shadow.epk );"
    }
    
    Actor
    {
    	create_stance2 = "SetStateTo( epk, 1 );"
    	on_change_to_stance2 = "SetStateTo( epk, 1 );"
    	on_change_to_default = "SetStateTo( epk, 0 );"
    }
    
    Life 
    {
    on_death = "HideMeshSegment( glow_meshShape );" 
    on_spawned_dead = "HideMeshSegment( glow_meshShape );" 
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/CowardsTrial/BoneStalkerAbyssCowardsTrialNoSink_"] = {
        name = "Thresher",
        life = 2.99,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.12,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        skillList = {
            "Melee",
            "AbyssBoneStalkerTriggeredProjectile",
            "BoneStalkerWhirlingCharge",
            "EmptyActionSpellAbyssBoneStalkerStealth",
            "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
            "BoneStalkerAmbush",
        },
        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["AbyssBoneStalkerTriggeredProjectile"] = {
        name = "AbyssBoneStalkerTriggeredProjectile",
        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_projectile_speed_+%",
            "number_of_additional_projectiles",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "active_skill_projectile_speed_+%_variation_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 42, 25, 1, 30, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerWhirlingCharge"] = {
        name = "BoneStalkerWhirlingCharge",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "combo_attack_first_hit_damage_+%_final",
        },
        levels = {
            [1] = {80, 150, baseMultiplier = 0.56, levelRequirement = 83, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerStealth"] = {
        name = "EmptyActionSpellAbyssBoneStalkerStealth",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSpellAbyssBoneStalkerEpicSoulSpend"] = {
        name = "EmptyActionSpellAbyssBoneStalkerEpicSoulSpend",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneStalkerAmbush"] = {
        name = "BoneStalkerAmbush",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        },
        levels = {
            [1] = {6000, -50, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    IdSpiritChargeTier2
    FamilySpiritCharge
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • spirit charge tier Min: 2 Max: 2 Global
  • maximum spirit charges Min: 3 Max: 3 Global
  • monster spirit charges are infinite Min: 1 Max: 1 Global
  • gain % life when spirit charge expires or consumed Min: 4 Max: 4 Global
  • Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Próxima Área conterá um Círculo de Pedras
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Exilados Renegados na próxima Área terão a Raridade de Itens Derrubados aumentada em (30–39)%
    Exilados Renegados na próxima Área terão a Velocidade de Ataque, Conjuração e Movimento aumentadas em (11–14)%
    Exilados Renegados na próxima Área causarão Dano aumentado em (16–20)%
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • monster casts elemental hit text [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Efeito em Área de Habilidades Feitiço reduzida em 40%
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Edit

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