Levioc, o Vulcão
Construto
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Levioc, the Volcano
Spectre | N |
---|---|
Tags | Conjurador, construct, fire_affinity, has_bow, immobile, large_height, large_model, mud_blood, not_dex, not_int, stone_armour |
Vida
1200%
Armadura
+100%
Ailment Threshold
1200%
Resistência
40 40 40 25
Damage
138%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 120
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
300%
Model Size
160%
Type
MonsterTotemMapMidBossLegends
Metadata
MapTotemBossLegends2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
1,672,156
Armadura
57,580
Evasão
4,739
Escudo de Energia
0
Damage
587
Dano Mágico
876
Precisão
290
Attack Time
1.005
Experiência
169,208
Ailment Threshold
1,053,458
Chill
3,331
Shock
3,331
Brittle
18,845
Scorch
3,331
Sap
9,203
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).
MonsterFirestormLegends
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta Flamejante
Chance de Crítico: 5%
Tempo de Conjuração: 0.9 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 1 segundos
Causa 475.6 a 713.4 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.12 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [56]
is area damage [1]
Causa 475.6 a 713.4 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.12 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [56]
is area damage [1]
MonsterFlameRedLegends
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
Totem Flamejante Sagrado
Eficácia do Dano Adicionado: 10%
Tempo de Conjuração: 0.25 seg
Convoca um totem que dispara uma sequência de chamas em inimigos próximos.
Habilidades se Repetem 7 Vezes mais
Projéteis Perfuram todos Alvos
Causa 149.3 a 224 de Dano de Fogo
25% mais Velocidade de Conjuração
Velocidade de Projéteis aumentada em 125%
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
Projéteis Perfuram todos Alvos
Causa 149.3 a 224 de Dano de Fogo
25% mais Velocidade de Conjuração
Velocidade de Projéteis aumentada em 125%
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
MonsterRighteousFireLegends
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Círculo Ardente
Tempo de Conjuração: 1 seg
Envolve você em fogo mágico que rapidamente queima você e inimigos próximos. Seu dano mágico aumenta substancialmente enquanto você estiver sob este efeito. O efeito termina quando você tem 1 de vida restante.
Causa 398.4 de Dano de Fogo Base por segundo
O raio Base é de 1.8 metros
active skill area of effect radius +% final [-28]
O raio Base é de 1.8 metros
active skill area of effect radius +% final [-28]
MonsterProximityShieldLegends
Spell, Area, Duration, Triggerable, AreaSpell
Tempo de Conjuração: 1 seg
Recarga: 12 seg
Você não pode sofrer dano direto de inimigos fora do escudo.
inside shield [#]
Duração base é de 7.5 segundos
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Actor { main_hand_unarmed_type = "Bow" } Stats { set_immune_to_curses = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Render { has_light = true }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends2"] = { name = "Levioc, the Volcano", life = 12, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.38, damageSpread = 0, attackTime = 1.5, attackRange = 120, accuracy = 1, skillList = { "MonsterRighteousFireLegends", "MonsterFirestormLegends", "MonsterFlameRedLegends", "MonsterProximityShieldLegends", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterRighteousFireLegends"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, -28, levelRequirement = 74, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterFirestormLegends"] = { name = "Firestorm", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "base_chance_to_ignite_%", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 1000, 120, 25, 56, 10, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterFlameRedLegends"] = { name = "Holy Flame Totem", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Summons a totem that fires a stream of flame at nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.SummonsTotem] = true, [SkillType.Fire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.25, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "skill_repeat_count", "base_projectile_speed_+%", "active_skill_cast_speed_+%_final", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7, 125, 25, -25, levelRequirement = 74, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterProximityShieldLegends"] = { name = "MonsterProximityShieldLegends", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {7500, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-20]
Id | MonsterDamageVersusPlayerMinions20 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Levioc, o Vulcão
Construto
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
monster penalty against minions damage +% final vs player minions [-20]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Velocidade de Conjuração reduzida em 40%
Velocidade de Ataque reduzida em 40%
Velocidade de Ataque reduzida em 40%
Levioc, the Volcano
Spectre | N |
---|---|
Tags | Conjurador, construct, fire_affinity, has_bow, immobile, large_model, medium_height, mud_blood, not_dex, not_int, stone_armour |
Vida
320%
Armadura
+100%
Ailment Threshold
250%
Resistência
40 40 40 25
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 120
Attack Time
1.5 Second
Damage Spread
±0%
Experiência
100%
Model Size
125%
Type
MonsterTotemMapSubBossLegends
Metadata
MapTotemBossLegends2summoned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
445,908
Armadura
57,580
Evasão
4,739
Escudo de Energia
0
Damage
425
Dano Mágico
635
Precisão
290
Attack Time
1.005
Experiência
56,403
Ailment Threshold
219,471
Chill
694
Shock
694
Brittle
3,926
Scorch
694
Sap
1,917
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).
MonsterFirestormLegends
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta Flamejante
Chance de Crítico: 5%
Tempo de Conjuração: 0.9 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 1 segundos
Causa 475.6 a 713.4 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.12 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [56]
is area damage [1]
Causa 475.6 a 713.4 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.12 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [56]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Stats { set_item_drop_slots = 0 set_monster_no_drops_or_experience = 1 set_immune_to_curses = 0 } Actor { main_hand_unarmed_type = "Bow" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/olmec_totem/MapTotemBossLegends2summoned"] = { name = "Levioc, the Volcano", life = 3.2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 120, accuracy = 1, skillList = { "MonsterFirestormLegends", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterFirestormLegends"] = { name = "Firestorm", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "base_chance_to_ignite_%", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 1000, 120, 25, 56, 10, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3}, cost = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-20]
Id | MonsterDamageVersusPlayerMinions20 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidade de Conjuração reduzida em 40%
Id | MonsterCastSpeedLegends1 |
---|---|
Family | IncreasedCastSpeed |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Adds Tags | has_caster_mod |
Craft Tags | caster speed |
Velocidade de Ataque reduzida em 40%
Id | MonsterSlowerAttackLegends1 |
---|---|
Family | IncreasedAttackSpeed |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |