Tenente da Maça
Morto-vivo
damage taken +% from spike traps final [-100]
damage taken +% from arrow traps final [-100]
immune to labyrinth degen effect [1]
immune to lava damage [1]
50% do Dano Físico Convertido em Dano de Fogo
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
damage taken +% from arrow traps final [-100]
immune to labyrinth degen effect [1]
immune to lava damage [1]
50% do Dano Físico Convertido em Dano de Fogo
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
Lieutenant of the Mace
Spectre | N |
---|---|
Tags | bludgeoning_weapon, bone_armour, bones, Conjurador, fire_affinity, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement |
Vida
401%
Armadura
+15%
Ailment Threshold
401%
Resistência
85 0 0 0
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
150%
Model Size
140%
Type
LabyrinthLieutenantSkeletonBoss
Metadata
LabyrinthLieutenantSkeletonMelee
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
25,798
Armadura
33,109
Evasão
4,739
Escudo de Energia
0
Damage
560
Dano Mágico
560
Precisão
290
Attack Time
1.605
Experiência
15,383
Ailment Threshold
25,798
Chill
82
Shock
82
Brittle
462
Scorch
82
Sap
225
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 448–672
Chance de Crítico: 5%
Attack Time: 1.605 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LieutenantBurningHammer
Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
Martelo Glacial
Base Damage: 448–672
Chance de Crítico: 5%
Attack Time: 1.605 seg
Recarga: 25 seg
Acerta inimigos, convertendo parte de seu dano físico em dano de gelo. Se um inimigo não único for congelado e estiver em menos de um terço de vida, ele então será despedaçado quando acertado pelo Martelo Glacial. Se atacar três vezes seguidas, o terceiro golpe congelará inimigos mais facilmente. Requer uma Maça, Cetro ou Cajado.
Dano Físico aumentado em 15%
50% do Dano Físico Convertido para Dano de Fogo
15% de chance de Incendiar inimigos
50% do Dano Físico Convertido para Dano de Fogo
15% de chance de Incendiar inimigos
LieutenantFireCallOnHit
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Invocar Tormenta
Tempo de Conjuração: 0.5 seg
Recarga: 15 seg
Define um marcador no local. Após um curto período, raios atingem o marcador, causando dano ao seu redor e fazendo com que raios atinjam quaisquer outros marcadores que você tenha conjurado.
Duração base é de 1.95 segundos
Causa 296.9 a 445.3 de Dano de Fogo
active skill area of effect radius +% final [-31]
is area damage [1]
monster cast spell % on attack hit [100]
spell uncastable if triggerable [1]
Causa 296.9 a 445.3 de Dano de Fogo
active skill area of effect radius +% final [-31]
is area damage [1]
monster cast spell % on attack hit [100]
spell uncastable if triggerable [1]
Object Type
version 2 extends "Metadata/Monsters/Skeletons/Skeleton" Transitionable { num_states = 5 // 1: lowered // 2: raising // 3: raised, active // 4: lowering // 5: lowered on_transition_to_2 = "PlayAnimationByName( lift_raise_sword_shield ); MakeCollidable();" on_transition_to_4 = "PlayAnimationByName( lift_lower_sword_shield );" on_transition_to_5 = "RemoveCollidability();" } NPC { marker_enabled = false } Positioned { force_placement = true }
Object Type Codes
version 2 extends "Metadata/Monsters/Skeletons/Skeleton" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/skeleton/LieutenantFire/LieutenantFire.epk ); " on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/skeleton/LieutenantFire/LieutenantFire.epk );" } Animated { on_end_lift_lower_sword_shield = "PlayAnimationByName( lift_idle_down_sword_shield );" } Transitionable { create_state_1 = "PlayAnimationByName( lift_idle_down_sword_shield ); RemoveCollidability();" create_state_5 = "PlayAnimationByName( lift_idle_down_sword_shield ); RemoveCollidability();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Labyrinth/LabyrinthLieutenantSkeletonMelee"] = { name = "Lieutenant of the Mace", life = 4.01, fireResist = 85, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.605, attackRange = 10, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "LieutenantBurningHammer", "LieutenantFireCallOnHit", }, 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["LieutenantBurningHammer"] = { name = "Glacial Hammer", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "active_skill_damage_+%_final", "base_chance_to_ignite_%", "skill_physical_damage_%_to_convert_to_fire", }, levels = { [1] = {0, 5, 0, 50, levelRequirement = 1, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {15, 0, 10, 50, levelRequirement = 20, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {15, 0, 15, 50, levelRequirement = 58, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LieutenantFireCallOnHit"] = { name = "Storm Call", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "monster_cast_spell_%_on_attack_hit", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "spell_uncastable_if_triggerable", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 2950, 100, -31, levelRequirement = 8, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 2450, 100, -31, levelRequirement = 42, statInterpolation = {3, 3, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 1950, 100, -31, levelRequirement = 56, statInterpolation = {3, 3, 1}, cost = { }, }, }, }
damage taken +% from spike traps final [-100]
Id | LabyrinthSpikeTrapDamageTaken2 |
---|---|
Family | LabyrinthTrapDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
damage taken +% from arrow traps final [-100]
Id | LabyrinthArrowTrapDamageTaken2_ |
---|---|
Family | LabyrinthTrapDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
immune to labyrinth degen effect [1]
Id | LabyrinthDegenTrapImmunity1 |
---|---|
Family | LabyrinthTrapDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
immune to lava damage [1]
Id | ImmuneToLavaDamage |
---|---|
Family | ImmuneToLavaDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
50% do Dano Físico Convertido em Dano de Fogo
Id | MonsterElementalSkeletonFire |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
Tenente da Maça
Morto-vivo
damage taken +% from spike traps final [-100]
damage taken +% from arrow traps final [-100]
immune to labyrinth degen effect [1]
immune to lava damage [1]
50% do Dano Físico Convertido em Dano de Fogo
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
damage taken +% from arrow traps final [-100]
immune to labyrinth degen effect [1]
immune to lava damage [1]
50% do Dano Físico Convertido em Dano de Fogo
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
Lieutenant of the Mace
Spectre | N |
---|---|
Tags | bludgeoning_weapon, bone_armour, bones, Conjurador, fire_affinity, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement |
Vida
401%
Armadura
+15%
Ailment Threshold
401%
Resistência
85 0 0 0
Damage
150%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
150%
Model Size
140%
Type
LabyrinthLieutenantSkeletonBoss
Metadata
LabyrinthLieutenantSkeletonMelee2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
25,798
Armadura
33,109
Evasão
4,739
Escudo de Energia
0
Damage
560
Dano Mágico
560
Precisão
290
Attack Time
1.605
Experiência
15,383
Ailment Threshold
25,798
Chill
82
Shock
82
Brittle
462
Scorch
82
Sap
225
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 448–672
Chance de Crítico: 5%
Attack Time: 1.605 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LieutenantBurningHammer
Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
Martelo Glacial
Base Damage: 448–672
Chance de Crítico: 5%
Attack Time: 1.605 seg
Recarga: 25 seg
Acerta inimigos, convertendo parte de seu dano físico em dano de gelo. Se um inimigo não único for congelado e estiver em menos de um terço de vida, ele então será despedaçado quando acertado pelo Martelo Glacial. Se atacar três vezes seguidas, o terceiro golpe congelará inimigos mais facilmente. Requer uma Maça, Cetro ou Cajado.
Dano Físico aumentado em 15%
50% do Dano Físico Convertido para Dano de Fogo
15% de chance de Incendiar inimigos
50% do Dano Físico Convertido para Dano de Fogo
15% de chance de Incendiar inimigos
LieutenantFireCallOnHit
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, Cascadable, CanRapidFire, AreaSpell
Invocar Tormenta
Tempo de Conjuração: 0.5 seg
Recarga: 15 seg
Define um marcador no local. Após um curto período, raios atingem o marcador, causando dano ao seu redor e fazendo com que raios atinjam quaisquer outros marcadores que você tenha conjurado.
Duração base é de 1.95 segundos
Causa 296.9 a 445.3 de Dano de Fogo
active skill area of effect radius +% final [-31]
is area damage [1]
monster cast spell % on attack hit [100]
spell uncastable if triggerable [1]
Causa 296.9 a 445.3 de Dano de Fogo
active skill area of effect radius +% final [-31]
is area damage [1]
monster cast spell % on attack hit [100]
spell uncastable if triggerable [1]
Object Type
version 2 extends "Metadata/Monsters/Skeletons/Skeleton" Transitionable { num_states = 3 } NPC { marker_enabled = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Skeletons/Skeleton" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/skeleton/LieutenantFire/LieutenantFire.epk ); " on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/skeleton/LieutenantFire/LieutenantFire.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Labyrinth/LabyrinthLieutenantSkeletonMelee2"] = { name = "Lieutenant of the Mace", life = 4.01, fireResist = 85, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.605, attackRange = 10, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "LieutenantBurningHammer", "LieutenantFireCallOnHit", }, 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["LieutenantBurningHammer"] = { name = "Glacial Hammer", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "active_skill_damage_+%_final", "base_chance_to_ignite_%", "skill_physical_damage_%_to_convert_to_fire", }, levels = { [1] = {0, 5, 0, 50, levelRequirement = 1, statInterpolation = {1, 1, 1}, cost = { }, }, [2] = {15, 0, 10, 50, levelRequirement = 20, statInterpolation = {1, 1, 1}, cost = { }, }, [3] = {15, 0, 15, 50, levelRequirement = 58, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LieutenantFireCallOnHit"] = { name = "Storm Call", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "monster_cast_spell_%_on_attack_hit", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "spell_uncastable_if_triggerable", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 2950, 100, -31, levelRequirement = 8, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 2450, 100, -31, levelRequirement = 42, statInterpolation = {3, 3, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 1950, 100, -31, levelRequirement = 56, statInterpolation = {3, 3, 1}, cost = { }, }, }, }
damage taken +% from spike traps final [-100]
Id | LabyrinthSpikeTrapDamageTaken2 |
---|---|
Family | LabyrinthTrapDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
damage taken +% from arrow traps final [-100]
Id | LabyrinthArrowTrapDamageTaken2_ |
---|---|
Family | LabyrinthTrapDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
immune to labyrinth degen effect [1]
Id | LabyrinthDegenTrapImmunity1 |
---|---|
Family | LabyrinthTrapDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
immune to lava damage [1]
Id | ImmuneToLavaDamage |
---|---|
Family | ImmuneToLavaDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
50% do Dano Físico Convertido em Dano de Fogo
Id | MonsterElementalSkeletonFire |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
20% de Chance de Bloquear o Dano de Ataques
Você sofre 10% do Dano de Acertos Bloqueados
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |