Marchito de la Noche
No muerto
Área: El lago seco
Nightwane
Spectre | N |
---|---|
Area | El lago seco |
Tags | archer_boss, bone_armour, bones, has_bow, medium_height, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement |
Vida
162%
Armadura
+100%
Evasión
+10%
Ailment Threshold
162%
Resistencia
0 0 85 0
Damage
162%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
2 ~ 80
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
180%
Model Size
120%
Type
SkeletonSoldierRangedBoss
Metadata
SkeletonSoldierRangedBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
34
Vida
1,021
Armadura
3,266
Evasión
1,333
Escudo de energía
0
Damage
96
Daño de hechizos
96
Precisión
71
Attack Time
1.5
Experiencia
4,295
Ailment Threshold
1,021
Chill
3
Shock
3
Brittle
18
Scorch
3
Sap
9
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 77–116
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
SkeletonBossBlinkArrow
ProjectileSpeed, Attack, Minion, RangedAttack, MinionsCanExplode, Duration, Totemable, Trappable, Mineable, Movement, Triggerable, CreatesMinion, Travel, Rain, Cooldown
Base Damage: 77–116
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 4.2 seg
La duración base es de 5 segundos
alternate minion [1]
base is projectile [1]
base number of clones allowed [2]
number of monsters to summon [1]
alternate minion [1]
base is projectile [1]
base number of clones allowed [2]
number of monsters to summon [1]
SkeletonBossMirrorArrow
ProjectileSpeed, Attack, Minion, RangedAttack, MinionsCanExplode, Duration, Totemable, Trappable, Mineable, Movement, Triggerable, CreatesMinion, Travel, Rain, Cooldown
Base Damage: 77–116
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Tiempo de recarga: 4.2 seg
La duración base es de 5 segundos
alternate minion [1]
base is projectile [1]
base number of clones allowed [2]
number of monsters to summon [1]
alternate minion [1]
base is projectile [1]
base number of clones allowed [2]
number of monsters to summon [1]
MonsterSnipe
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse, Triggerable
Base Damage: 77–116
Probabilidad de golpe crítico: 5%
Daño de ataque: 111%
Attack Time: 1.5 seg
Tiempo de recarga: 3.5 seg
Los proyectiles perforan a todos los objetivos
Inflige un 11% más de daño de ataque
skill can fire arrows [1]
Inflige un 11% más de daño de ataque
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRanged"
Object Type Codes
version 2 extends "Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRanged" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/Nightwane/nightwane.epk );" } Preload { preload_animated_object = "Metadata/Effects/Spells/supports/arrow_rain/rain_rig.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRangedBoss"] = { name = "Nightwane", life = 1.62, fireResist = 0, coldResist = 0, lightningResist = 85, chaosResist = 0, damage = 1.62, damageSpread = 0.2, attackTime = 1.5, attackRange = 80, accuracy = 1, weaponType1 = "Bow", skillList = { "MeleeAtAnimationSpeedUnique", "SkeletonBossBlinkArrow", "SkeletonBossMirrorArrow", "MonsterSnipe", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SkeletonBossBlinkArrow"] = { name = "SkeletonBossBlinkArrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.ProjectileSpeed] = true, [SkillType.Attack] = true, [SkillType.Minion] = true, [SkillType.RangedAttack] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Movement] = true, [SkillType.Triggerable] = true, [SkillType.CreatesMinion] = true, [SkillType.Travel] = true, [SkillType.Rain] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, duration = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "number_of_monsters_to_summon", "alternate_minion", "base_number_of_clones_allowed", "base_is_projectile", }, levels = { [1] = {5000, 1, 1, 2, levelRequirement = 34, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SkeletonBossMirrorArrow"] = { name = "SkeletonBossMirrorArrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.ProjectileSpeed] = true, [SkillType.Attack] = true, [SkillType.Minion] = true, [SkillType.RangedAttack] = true, [SkillType.MinionsCanExplode] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Movement] = true, [SkillType.Triggerable] = true, [SkillType.CreatesMinion] = true, [SkillType.Travel] = true, [SkillType.Rain] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, duration = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "number_of_monsters_to_summon", "alternate_minion", "base_number_of_clones_allowed", "base_is_projectile", }, levels = { [1] = {5000, 1, 1, 2, levelRequirement = 34, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterSnipe"] = { name = "MonsterSnipe", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.33, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "always_pierce", "skill_can_fire_arrows", }, levels = { [1] = {baseMultiplier = 1.11, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Marchito de la Noche
No muerto
625% más Vida máxima
gain x vaal souls at 2% life thresholds [0]
cannot have affliction mods [1]
gain x vaal souls at 2% life thresholds [0]
cannot have affliction mods [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Nightwane
Spectre | N |
---|---|
Tags | bone_armour, bones, has_bow, is_clone, medium_height, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement |
Vida
162%
Armadura
+100%
Evasión
+10%
Ailment Threshold
162%
Resistencia
0 0 85 0
Damage
162%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
2 ~ 80
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
180%
Model Size
120%
Type
SkeletonSoldierRangedBossClone
Metadata
SkeletonSoldierRangedBossClone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
10,422
Armadura
57,580
Evasión
5,213
Escudo de energía
0
Damage
605
Daño de hechizos
605
Precisión
290
Attack Time
1.5
Experiencia
18,459
Ailment Threshold
10,422
Chill
33
Shock
33
Brittle
186
Scorch
33
Sap
91
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 484–726
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterSnipe
Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse, Triggerable
Base Damage: 484–726
Probabilidad de golpe crítico: 5%
Daño de ataque: 111%
Attack Time: 1.5 seg
Tiempo de recarga: 3.5 seg
Los proyectiles perforan a todos los objetivos
Inflige un 11% más de daño de ataque
skill can fire arrows [1]
Inflige un 11% más de daño de ataque
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRanged" DiesAfterTime { } Pathfinding { immobile = true } Life { corpse_usable = false on_death = "Delete();" } Stats { set_item_drop_slots = 0 set_is_double = 1 set_energy_shield_recharge_rate_per_minute_% = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRanged" Render { allow_attached_arrows = false //turn_duration = 0.3 } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act4/skeletonsoldier/Nightwane/nightwane.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SkeletonSoldier/SkeletonSoldierRangedBossClone"] = { name = "Nightwane", life = 1.62, fireResist = 0, coldResist = 0, lightningResist = 85, chaosResist = 0, damage = 1.62, damageSpread = 0.2, attackTime = 1.5, attackRange = 80, accuracy = 1, weaponType1 = "Bow", skillList = { "MeleeAtAnimationSpeed", "MonsterSnipe", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterSnipe"] = { name = "MonsterSnipe", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.33, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "always_pierce", "skill_can_fire_arrows", }, levels = { [1] = {baseMultiplier = 1.11, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
625% más Vida máxima
gain x vaal souls at 2% life thresholds [0]
Id | MonsterMakeCloneUniqueLife |
---|---|
Family | MaximumLifeIncreasePercent |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life vaal |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |