Voll, Emperador de Pureza
No muerto
Área: El lago seco
Los monstruos otorgan la experiencia aumentada un 250%
La rareza de los objetos arrojados está aumentada un 5500%
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [22]
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
La rareza de los objetos arrojados está aumentada un 5500%
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [22]
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
Voll, Emperor of Purity
Spectre | N |
---|---|
Area | El lago seco |
Tags | bludgeoning_weapon, bone_armour, Lanzador de hechizos, extra_large_height, has_one_hand_mace, has_one_handed_melee, large_model, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, skeleton, undead, voll_monster_story |
Vida
1120%
Armadura
+100%
Ailment Threshold
1120%
Resistencia
40 40 40 25
Damage
180%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 15
Attack Time
2.25 Second
Damage Spread
±20%
Experiencia
200%
Model Size
125%
Type
VollBoss
Metadata
VollBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
34
Vida
7,056
Armadura
3,266
Evasión
1,212
Escudo de energía
0
Damage
107
Daño de hechizos
107
Precisión
71
Attack Time
2.25
Experiencia
4,772
Ailment Threshold
7,056
Chill
22
Shock
22
Brittle
126
Scorch
22
Sap
62
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 estándar
Base Damage: 86–128
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
VollCharge
Attack
Base Damage: 86–128
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Tiempo de recarga: 4 seg
Inflige un 30% más de daño
VollSlam
Attack, Area
Base Damage: 86–128
Probabilidad de golpe crítico: 5%
Daño de ataque: 95%
Daño de ataque: 95%
Attack Time: 2.25 seg
Tiempo de recarga: 5 seg
Inflige un 5% menos de daño de ataque
47% menos Velocidad de Ataque
is area damage [1]
voll slam damage +% final at centre [100]
47% menos Velocidad de Ataque
is area damage [1]
voll slam damage +% final at centre [100]
VollReviveUndead
Spell
Tiempo de lanzamiento: 2.7 seg
Tiempo de recarga: 8 seg
VollReviveUndeadWithMinions
Spell
Tiempo de lanzamiento: 2.7 seg
Tiempo de recarga: 8 seg
number of monsters to summon [6]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.6 } Life { on_death = "PlayInterlude( Audio/Music/Act4_Lake/Voll_Resolution.ogg, 0.5 ); HideMeshSegments( chainShape, cloth_dsShape, decorShape, glow_cross_meshShape );" on_spawned_dead = "HideMeshSegments( chainShape, cloth_dsShape, decorShape, glow_cross_meshShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Voll/VollBoss"] = { name = "Voll, Emperor of Purity", life = 11.2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.8, damageSpread = 0.2, attackTime = 2.25, attackRange = 15, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "VollCharge", "VollSlam", "VollReviveUndead", "VollReviveUndeadWithMinions", }, 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["VollCharge"] = { name = "VollCharge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.75, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {30, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VollSlam"] = { name = "VollSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "voll_slam_damage_+%_final_at_centre", "is_area_damage", }, levels = { [1] = {-47, 100, baseMultiplier = 0.95, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VollReviveUndead"] = { name = "VollReviveUndead", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.7, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VollReviveUndeadWithMinions"] = { name = "VollReviveUndeadWithMinions", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.7, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", }, levels = { [1] = {6, levelRequirement = 34, statInterpolation = {1}, cost = { }, }, [2] = {7, levelRequirement = 55, statInterpolation = {1}, cost = { }, }, [3] = {8, levelRequirement = 67, statInterpolation = {1}, cost = { }, }, [4] = {10, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
Los monstruos otorgan la experiencia aumentada un 250%
La rareza de los objetos arrojados está aumentada un 5500%
Id | MonsterQuestBossAct4__ |
---|---|
Family | MonsterActBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be taunted when taunted ms [0]
Id | TauntImmunityDurationActBoss |
---|---|
Family | TauntImmunityDuration |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [22]
Id | MonsterSpeedAndDamageFixupLarge |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
heal aura owner % max life on death [0]
Id | BossHealOnPlayerDeath |
---|---|
Family | BossHealOnPlayerDeath |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
heal_on_nearby_death
Radio: 120
heal aura owner % max life on death [0]
Voll, Emperador de Pureza
No muerto
Los monstruos otorgan la experiencia aumentada un 250%
La rareza de los objetos arrojados está aumentada un 5500%
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [22]
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
La rareza de los objetos arrojados está aumentada un 5500%
cannot be taunted when taunted ms [0]
monster base type attack cast speed +% and damage -% final [22]
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Voll, Emperor of Purity
Spectre | N |
---|---|
Tags | bludgeoning_weapon, bone_armour, Lanzador de hechizos, has_one_hand_mace, has_one_handed_melee, large_model, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, skeleton, undead, voll_monster_story |
Vida
1120%
Armadura
+100%
Ailment Threshold
1120%
Resistencia
40 40 40 25
Damage
180%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 15
Attack Time
2.25 Second
Damage Spread
±20%
Experiencia
200%
Model Size
125%
Type
VollBoss
Metadata
VollBossStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
72,054
Armadura
57,580
Evasión
4,739
Escudo de energía
0
Damage
672
Daño de hechizos
672
Precisión
290
Attack Time
2.25
Experiencia
20,510
Ailment Threshold
72,054
Chill
228
Shock
228
Brittle
1,289
Scorch
228
Sap
629
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 estándar
Base Damage: 538–807
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
VollCharge
Attack
Base Damage: 538–807
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Tiempo de recarga: 4 seg
Inflige un 30% más de daño
VollSlam
Attack, Area
Base Damage: 538–807
Probabilidad de golpe crítico: 5%
Daño de ataque: 95%
Daño de ataque: 95%
Attack Time: 2.25 seg
Tiempo de recarga: 5 seg
Inflige un 5% menos de daño de ataque
47% menos Velocidad de Ataque
is area damage [1]
voll slam damage +% final at centre [100]
47% menos Velocidad de Ataque
is area damage [1]
voll slam damage +% final at centre [100]
VollReviveUndead
Spell
Tiempo de lanzamiento: 2.7 seg
Tiempo de recarga: 8 seg
VollReviveUndeadWithMinions
Spell
Tiempo de lanzamiento: 2.7 seg
Tiempo de recarga: 8 seg
number of monsters to summon [10]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Actor { main_hand_unarmed_type = "One_Hand_Sword" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Voll/VollBossStandalone"] = { name = "Voll, Emperor of Purity", life = 11.2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.8, damageSpread = 0.2, attackTime = 2.25, attackRange = 15, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "VollCharge", "VollSlam", "VollReviveUndead", "VollReviveUndeadWithMinions", }, 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["VollCharge"] = { name = "VollCharge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.75, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {30, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VollSlam"] = { name = "VollSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "voll_slam_damage_+%_final_at_centre", "is_area_damage", }, levels = { [1] = {-47, 100, baseMultiplier = 0.95, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VollReviveUndead"] = { name = "VollReviveUndead", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.7, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["VollReviveUndeadWithMinions"] = { name = "VollReviveUndeadWithMinions", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.7, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", }, levels = { [1] = {6, levelRequirement = 34, statInterpolation = {1}, cost = { }, }, [2] = {7, levelRequirement = 55, statInterpolation = {1}, cost = { }, }, [3] = {8, levelRequirement = 67, statInterpolation = {1}, cost = { }, }, [4] = {10, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
Los monstruos otorgan la experiencia aumentada un 250%
La rareza de los objetos arrojados está aumentada un 5500%
Id | MonsterQuestBossAct4__ |
---|---|
Family | MonsterActBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be taunted when taunted ms [0]
Id | TauntImmunityDurationActBoss |
---|---|
Family | TauntImmunityDuration |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster base type attack cast speed +% and damage -% final [22]
Id | MonsterSpeedAndDamageFixupLarge |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
Id | MonsterAttackBlock40Bypass10_ |
---|---|
Family | MonsterBlockAndBypass |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.