Trillador
No muerto
Recuperas un 4% de vida cuando pierdes una Carga de espíritu
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
AreaProfundidades abisales, Profundidades abisales, Profundidades abisales, Profundidades abisales, Profundidades abisales
Tagsabyss_commander_monster, abyssal, bone_armour, bones, Lanzador de hechizos, extra_large_height, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
Vida
300%
Armaduras
+75%
Evasión
+25%
Ailment Threshold
300%
Resistencia
30 30 30 20
Damage
113%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.8 Second
Damage Spread
±20%
Experiencia
250%
Model Size
120%
Type
BoneStalkerAbyss
Metadata
BoneStalkerAbyss
Nivel
68
Vida
19,300
Armaduras
50,383
Evasión
5,924
Escudo de energía
0
Damage
422
Daño de hechizos
422
Precisión
290
Attack Time
1.8
Experiencia
25,638
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 338–507
Probabilidad de golpe crítico: 5%
Attack Time: 1.8 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
BoneStalkerAmbush
Attack, Cooldown
Base Damage: 338–507
Probabilidad de golpe crítico: 5%
Daño de ataque: 130%
Attack Time: 1.8 seg
Tiempo de recarga: 5 seg
Inflige un 30% más de daño de ataque
La duración base es de 6 segundos
monster penalty against minions damage +% final vs player minions [-50]
BoneStalkerWhirlingCharge
Attack
Base Damage: 338–507
Probabilidad de golpe crítico: 5%
Daño de ataque: 56%
Attack Time: 1.8 seg
Tiempo de recarga: 5 seg
EmptyActionSpellAbyssBoneStalkerStealth
Spell
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 8 seg
EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
Spell
Tiempo de lanzamiento: 4 seg
AbyssBoneStalkerTriggeredProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Tiempo de lanzamiento: 1 seg
Inflige de 406.1 a 609.1 de daño físico
Los proyectiles perforan a todos los objetivos
Dispara un proyectil adicional
Velocidad de proyectiles aumentada un 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 = 3,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.13,
    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 = { }, },
    },
}
Recuperas un 4% de vida cuando pierdes una Carga de espíritu
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
IdSpiritChargeTier2
FamilySpiritCharge
Domainsmonstruo (3)
GenerationTypeúnico (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
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Trillador
    No muerto
    Recuperas un 4% de vida cuando pierdes una Carga de espíritu
    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 de Zigurat
    Tagsabyss_commander_monster, abyssal, bone_armour, bones, Lanzador de hechizos, extra_large_height, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
    Packs
  • Mapa de Zigurat: Trillador, Observador Primitivo, Cazador Primitivo, Observador Resucitado
  • Trillador, Fauces de foso, Matriarca ala de pozo
  • Vida
    300%
    Armaduras
    +75%
    Evasión
    +25%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiencia
    250%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssStandalone
    Nivel
    84
    Vida
    105,885
    Armaduras
    174,710
    Evasión
    10,150
    Escudo de energía
    0
    Damage
    1,077
    Daño de hechizos
    1,077
    Precisión
    538
    Attack Time
    1.8
    Experiencia
    33,125
    Ailment Threshold
    105,885
    Chill
    335
    Shock
    335
    Brittle
    1,894
    Scorch
    335
    Sap
    925
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 862–1293
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.8 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 862–1293
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 130%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    Inflige un 30% más de daño de ataque
    La duración base es de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 862–1293
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 56%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    Inflige un 44% menos de daño de ataque
    80% más Velocidad de Ataque
    combo attack first hit damage +% final [150]
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tiempo de lanzamiento: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1 seg
    Inflige de 651.6 a 977.5 de daño físico
    Los proyectiles perforan a todos los objetivos
    Dispara un proyectil adicional
    Velocidad de proyectiles aumentada un 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/BoneStalkerAbyssStandalone"] = {
        name = "Thresher",
        life = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.13,
        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 = { }, },
        },
    }
    
    Recuperas un 4% de vida cuando pierdes una Carga de espíritu
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    IdSpiritChargeTier2
    FamilySpiritCharge
    Domainsmonstruo (3)
    GenerationTypeúnico (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
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Trillador
    No muerto
    Thresher
    SpectreY
    Tagsabyssal, bone_armour, bones, Lanzador de hechizos, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
    Vida
    300%
    Armaduras
    +75%
    Evasión
    +25%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiencia
    250%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssSpectre
    Nivel
    68
    Vida
    19,300
    Armaduras
    50,383
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    422
    Daño de hechizos
    422
    Precisión
    290
    Attack Time
    1.8
    Experiencia
    25,638
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.8 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 130%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    Inflige un 30% más de daño de ataque
    La duración base es de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 56%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tiempo de lanzamiento: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1 seg
    Inflige de 406.1 a 609.1 de daño físico
    Los proyectiles perforan a todos los objetivos
    Dispara un proyectil adicional
    Velocidad de proyectiles aumentada un 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 = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.13,
        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 = { }, },
        },
    }
    
    Trillador
    No muerto
    Recuperas un 4% de vida cuando pierdes una Carga de espíritu
    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
    AreaExtensión abisal, Extensión abisal, Extensión abisal, Extensión abisal, Extensión abisal, Extensión abisal, Extensión abisal, Extensión abisal
    Tagsabyssal, bone_armour, bones, Lanzador de hechizos, 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
    300%
    Armaduras
    +75%
    Evasión
    +25%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiencia
    250%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssDelve
    Nivel
    68
    Vida
    19,300
    Armaduras
    50,383
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    422
    Daño de hechizos
    422
    Precisión
    290
    Attack Time
    1.8
    Experiencia
    25,638
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.8 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 130%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    Inflige un 30% más de daño de ataque
    La duración base es de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 56%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tiempo de lanzamiento: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1 seg
    Inflige de 406.1 a 609.1 de daño físico
    Los proyectiles perforan a todos los objetivos
    Dispara un proyectil adicional
    Velocidad de proyectiles aumentada un 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 = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.13,
        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 = { }, },
        },
    }
    
    Recuperas un 4% de vida cuando pierdes una Carga de espíritu
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    IdSpiritChargeTier2
    FamilySpiritCharge
    Domainsmonstruo (3)
    GenerationTypeúnico (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
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Trillador
    No muerto
    Recuperas un 4% de vida cuando pierdes una Carga de espíritu
    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, Lanzador de hechizos, extra_large_height, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
    Vida
    300%
    Armaduras
    +75%
    Evasión
    +25%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiencia
    250%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssCowardsTrial
    Nivel
    68
    Vida
    19,300
    Armaduras
    50,383
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    422
    Daño de hechizos
    422
    Precisión
    290
    Attack Time
    1.8
    Experiencia
    25,638
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.8 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 130%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    Inflige un 30% más de daño de ataque
    La duración base es de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 56%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tiempo de lanzamiento: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1 seg
    Inflige de 406.1 a 609.1 de daño físico
    Los proyectiles perforan a todos los objetivos
    Dispara un proyectil adicional
    Velocidad de proyectiles aumentada un 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 = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.13,
        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 = { }, },
        },
    }
    
    Recuperas un 4% de vida cuando pierdes una Carga de espíritu
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    IdSpiritChargeTier2
    FamilySpiritCharge
    Domainsmonstruo (3)
    GenerationTypeúnico (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
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • Trillador
    No muerto
    Recuperas un 4% de vida cuando pierdes una Carga de espíritu
    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, Lanzador de hechizos, extra_large_height, has_one_hand_axe, has_one_handed_melee, medium_movement, melee, not_int, physical_affinity, skeleton, slashing_weapon, undead
    Vida
    300%
    Armaduras
    +75%
    Evasión
    +25%
    Ailment Threshold
    300%
    Resistencia
    30 30 30 20
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiencia
    250%
    Model Size
    120%
    Type
    BoneStalkerAbyss
    Metadata
    BoneStalkerAbyssCowardsTrialNoSink_
    Nivel
    68
    Vida
    19,300
    Armaduras
    50,383
    Evasión
    5,924
    Escudo de energía
    0
    Damage
    422
    Daño de hechizos
    422
    Precisión
    290
    Attack Time
    1.8
    Experiencia
    25,638
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.8 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BoneStalkerAmbush
    Attack, Cooldown
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 130%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    Inflige un 30% más de daño de ataque
    La duración base es de 6 segundos
    monster penalty against minions damage +% final vs player minions [-50]
    BoneStalkerWhirlingCharge
    Attack
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 56%
    Attack Time: 1.8 seg
    Tiempo de recarga: 5 seg
    EmptyActionSpellAbyssBoneStalkerStealth
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 8 seg
    EmptyActionSpellAbyssBoneStalkerEpicSoulSpend
    Spell
    Tiempo de lanzamiento: 4 seg
    AbyssBoneStalkerTriggeredProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1 seg
    Inflige de 406.1 a 609.1 de daño físico
    Los proyectiles perforan a todos los objetivos
    Dispara un proyectil adicional
    Velocidad de proyectiles aumentada un 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 = 3,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.13,
        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 = { }, },
        },
    }
    
    Recuperas un 4% de vida cuando pierdes una Carga de espíritu
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    IdSpiritChargeTier2
    FamilySpiritCharge
    Domainsmonstruo (3)
    GenerationTypeúnico (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
  • emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • emerge speed +% Min: 0 Max: 20 Global
  • cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    emerge speed +% [0,20]
    IdVariableEmergeSpeedAbyss
    FamilyVariableEmergeSpeed
    Domainsmonstruo (3)
    GenerationTypeúnico (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.