Lacaio Erguido
Morto-vivo
undead description [1]
Risen Lackey
SpectreY
AreaRefúgio do Sindicato, Refúgio do Sindicato, Refúgio do Sindicato, Covil do Comandante
TagsConjurador, fast_movement, fire_affinity, flesh_armour, is_unarmed, medium_height, melee, no_pantheon_mod, physical_affinity, ranged, red_blood, undead, uses_suicide_explode, zombie
Packs
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Lacaio Erguido
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Lacaio Erguido
  • Refúgio do Sindicato: Manipulador da Carne, Lacaio Erguido
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vanguarda Esfolada, Vanguarda Esfolada, Vanguarda Esfolada, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado, Vigia Esfolado, Vigia Esfolado, Vigia Esfolado, Lacaio Erguido
  • Refúgio do Sindicato: Fantasma Compelido, Fantasma Gasoso, Lacaio Erguido
  • Refúgio do Sindicato: Lacaio Erguido
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Lacaio Erguido
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Lacaio Erguido
  • Vida
    165%
    Ailment Threshold
    165%
    Resistência
    20 20 20 0
    Damage
    110%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BetrayalRaisedZombie
    Metadata
    BetrayalZombie
    Nível
    83
    Vida
    52,828
    Armadura
    92,477
    Evasão
    7,860
    Damage
    990
    Dano Mágico
    990
    Precisão
    1,036
    Attack Time
    1.17
    Experiência
    14,445
    Minion Life
    10,066
    Minion Damage
    837
    Ailment Threshold
    52,828
    Chill
    167
    Shock
    167
    Brittle
    945
    Scorch
    167
    Sap
    462
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 792–1189
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalZombieSuicideExplosion
    Spell, Area, Damage, AreaSpell, Triggerable
    Tempo de Conjuração: 1.5 seg
    Causa 3312 a 4968 de Dano de Fogo
    grant kill to target when exploding self [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Preload
    {
    	preload_buff = "betrayal_zombie_enrage"
    }
    
    Actor
    {
    	on_start_Emerge = "SpawnEffect( Metadata/Effects/Spells/raisezombie/raisezombie.ao, emerge );"
    }
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalZombie"] = {
        name = "Risen Lackey",
        life = 1.65,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "BetrayalZombieSuicideExplosion",
            "WalkEmergeBetrayal",
        },
        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["BetrayalZombieSuicideExplosion"] = {
        name = "BetrayalZombieSuicideExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "grant_kill_to_target_when_exploding_self",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBetrayal"] = {
        name = "WalkEmergeBetrayal",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.72,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    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
    Lacaio Erguido
    Morto-vivo
    undead description [1]
    Risen Lackey
    SpectreY
    TagsConjurador, fast_movement, fire_affinity, flesh_armour, is_unarmed, medium_height, melee, no_pantheon_mod, physical_affinity, red_blood, undead, uses_suicide_explode, zombie
    Vida
    165%
    Ailment Threshold
    165%
    Resistência
    20 20 20 0
    Damage
    110%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BetrayalRaisedZombie
    Metadata
    BetrayalZombieSpawned
    Nível
    68
    Vida
    10,615
    Armadura
    28,790
    Evasão
    4,739
    Damage
    411
    Dano Mágico
    411
    Precisão
    580
    Attack Time
    1.17
    Experiência
    11,281
    Minion Life
    2,302
    Minion Damage
    328
    Ailment Threshold
    10,615
    Chill
    34
    Shock
    34
    Brittle
    190
    Scorch
    34
    Sap
    93
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 329–493
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalZombieSuicideExplosion
    Spell, Area, Damage, AreaSpell, Triggerable
    Tempo de Conjuração: 1.5 seg
    Causa 1336 a 2003 de Dano de Fogo
    grant kill to target when exploding self [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Preload
    {
    	preload_buff = "betrayal_zombie_enrage"
    }
    
    Actor
    {
    	on_start_Emerge = "SpawnEffect( Metadata/Effects/Spells/raisezombie/raisezombie.ao, emerge );"
    }
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalZombieSpawned"] = {
        name = "Risen Lackey",
        life = 1.65,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "BetrayalZombieSuicideExplosion",
            "WalkEmergeBetrayal",
        },
        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["BetrayalZombieSuicideExplosion"] = {
        name = "BetrayalZombieSuicideExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "grant_kill_to_target_when_exploding_self",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBetrayal"] = {
        name = "WalkEmergeBetrayal",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.72,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    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
    Lacaio Erguido
    Morto-vivo
    undead description [1]
    Risen Lackey
    SpectreY
    TagsConjurador, fast_movement, fire_affinity, flesh_armour, is_unarmed, medium_height, melee, no_pantheon_mod, physical_affinity, red_blood, undead, uses_suicide_explode, zombie
    Packs
  • Escultura Mutilada, Manipulador da Carne, Lacaio Erguido
  • Escultura Mutilada, Lacaio Erguido, Vanguarda Esfolada, Vigia Esfolado
  • Vida
    165%
    Ailment Threshold
    165%
    Resistência
    20 20 20 0
    Damage
    110%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BetrayalRaisedZombie
    Metadata
    BetrayalZombieSiegeGuard
    Nível
    68
    Vida
    10,615
    Armadura
    28,790
    Evasão
    4,739
    Damage
    411
    Dano Mágico
    411
    Precisão
    580
    Attack Time
    1.17
    Experiência
    11,281
    Minion Life
    2,302
    Minion Damage
    328
    Ailment Threshold
    10,615
    Chill
    34
    Shock
    34
    Brittle
    190
    Scorch
    34
    Sap
    93
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 329–493
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalZombieSuicideExplosion
    Spell, Area, Damage, AreaSpell, Triggerable
    Tempo de Conjuração: 1.5 seg
    Causa 1336 a 2003 de Dano de Fogo
    grant kill to target when exploding self [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBaseExperience"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBaseExperience"
    
    Preload
    {
    	preload_buff = "betrayal_zombie_enrage"
    }
    
    Actor
    {
    	on_start_Emerge = "SpawnEffect( Metadata/Effects/Spells/raisezombie/raisezombie.ao, emerge );"
    }
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalZombieSiegeGuard"] = {
        name = "Risen Lackey",
        life = 1.65,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "BetrayalZombieSuicideExplosion",
            "WalkEmergeBetrayal",
        },
        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["BetrayalZombieSuicideExplosion"] = {
        name = "BetrayalZombieSuicideExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "grant_kill_to_target_when_exploding_self",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBetrayal"] = {
        name = "WalkEmergeBetrayal",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.72,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    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
    Lacaio Erguido
    Morto-vivo
    undead description [1]
    Risen Lackey
    SpectreY
    Tagsfast_movement, flesh_armour, is_unarmed, melee, no_pantheon_mod, physical_affinity, red_blood, undead, zombie
    Vida
    165%
    Ailment Threshold
    165%
    Resistência
    20 20 20 0
    Damage
    110%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BetrayalRaisedZombie
    Metadata
    BetrayalZombieSpectre_
    Nível
    68
    Vida
    10,615
    Armadura
    28,790
    Evasão
    4,739
    Damage
    411
    Dano Mágico
    411
    Precisão
    580
    Attack Time
    1.17
    Experiência
    11,281
    Minion Life
    2,302
    Minion Damage
    328
    Ailment Threshold
    10,615
    Chill
    34
    Shock
    34
    Brittle
    190
    Scorch
    34
    Sap
    93
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 329–493
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalZombieSpectre_"] = {
        name = "Risen Lackey",
        life = 1.65,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        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 = { }, },
        },
    }
    
    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
    Bajulador Ressuscitado
    Morto-vivo
    undead description [1]
    Risen Lackey
    SpectreY
    TagsConjurador, fast_movement, fire_affinity, flesh_armour, is_unarmed, medium_height, melee, no_pantheon_mod, physical_affinity, ranged, red_blood, undead, uses_suicide_explode, zombie
    Packs
  • Haku, Elreon, Tora, Vagan, Vorici, Hillock, o Ferreiro, Leo, Lobo dos Fossos, Guff "Pequeno" Grenn, Janus Perandus, Coisa Fugitiva, Gravicius, Thane Jorgin, Korell Goya, Rin Yuushu, Cameria, o Sangue Frio, Aisling Laffrey, Riker Maloney, Bajulador Ressuscitado, Vanguarda Esfolada, Vigia Esfolado, Fantasma Compelido, Manipulador Carnal, Manipulador Espiritual
  • Haku, Elreon, Tora, Vagan, Vorici, Hillock, o Ferreiro, Leo, Lobo dos Fossos, Guff "Pequeno" Grenn, Janus Perandus, Coisa Fugitiva, Gravicius, Thane Jorgin, Korell Goya, Rin Yuushu, Cameria, o Sangue Frio, Aisling Laffrey, Riker Maloney, Bajulador Ressuscitado, Vanguarda Esfolada, Musculoso do Sindicato, Atirador do Sindicato, Executor do Sindicato, Manipulador Carnal
  • Haku, Elreon, Tora, Vagan, Vorici, Hillock, o Ferreiro, Leo, Lobo dos Fossos, Guff "Pequeno" Grenn, Janus Perandus, Coisa Fugitiva, Gravicius, Thane Jorgin, Korell Goya, Rin Yuushu, Cameria, o Sangue Frio, Aisling Laffrey, Riker Maloney, Bajulador Ressuscitado, Vanguarda Esfolada, Fantasma Compelido, Silenciador do Sindicato, Manipulador Carnal
  • Vida
    165%
    Ailment Threshold
    165%
    Resistência
    20 20 20 0
    Damage
    110%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.17 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BetrayalRaisedZombie
    Metadata
    BetrayalZombieNecropolis
    Nível
    68
    Vida
    10,615
    Armadura
    28,790
    Evasão
    4,739
    Damage
    411
    Dano Mágico
    411
    Precisão
    580
    Attack Time
    1.17
    Experiência
    11,281
    Minion Life
    2,302
    Minion Damage
    328
    Ailment Threshold
    10,615
    Chill
    34
    Shock
    34
    Brittle
    190
    Scorch
    34
    Sap
    93
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 329–493
    Chance de Crítico: 5%
    Attack Time: 1.17 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalZombieSuicideExplosion
    Spell, Area, Damage, AreaSpell, Triggerable
    Tempo de Conjuração: 1.5 seg
    Causa 1336 a 2003 de Dano de Fogo
    grant kill to target when exploding self [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Preload
    {
    	preload_buff = "betrayal_zombie_enrage"
    }
    
    Actor
    {
    	on_start_Emerge = "SpawnEffect( Metadata/Effects/Spells/raisezombie/raisezombie.ao, emerge );"
    }
    
    Life
    {
    	on_death = "RemoveEffects();"
    	on_spawned_dead = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueNecropolis/BetrayalZombieNecropolis"] = {
        name = "Risen Lackey",
        life = 1.65,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "BetrayalZombieSuicideExplosion",
            "WalkEmergeBetrayal",
        },
        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["BetrayalZombieSuicideExplosion"] = {
        name = "BetrayalZombieSuicideExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "grant_kill_to_target_when_exploding_self",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBetrayal"] = {
        name = "WalkEmergeBetrayal",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.72,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {300, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    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
    Edit

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