Acólito de Lavianga
Demoníaco
Lavianga's Acolyte
Vida
143%
Armadura
+25%
Ailment Threshold
143%
Resistência
40 0 0 0
Damage
165%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
110%
Model Size
100%
Type
KaomWarrior3
Metadata
KaomWarrior4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
83
Vida
45,784
Armadura
115,596
Evasão
7,860
Escudo de Energia
0
Damage
1,486
Dano Mágico
1,486
Precisão
518
Attack Time
1.5
Experiência
14,445
Ailment Threshold
45,784
Chill
145
Shock
145
Brittle
819
Scorch
145
Sap
400
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 Padrão
Base Damage: 1189–1783
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um 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]
KaomWarriorFireStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta Flamejante
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 30%
Tempo de Conjuração: 0.9 seg
Recarga: 4 seg
Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
Duração base é de 1.5 segundos
Causa 472.6 a 708.8 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.13 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [-49]
is area damage [1]
spell maximum action distance +% [-50]
Causa 472.6 a 708.8 de Dano de Fogo
25% de chance de Incendiar inimigos
Um impacto a cada 0.13 segundos
O raio Base é de 1 metro
firestorm base area of effect +% [-49]
is area damage [1]
spell maximum action distance +% [-50]
KaomWarriorFlameWhip
Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
Chicote Ardente
Chance de Crítico: 6%
Tempo de Conjuração: 0.5 seg
Recarga: 5 seg
Ataca um inimigo à sua frente com um chicote flamejante. Inimigos incendiados sofrem mais dano. Se você acertar um inimigo incendiado, solo ardente será criado em baixo deles. Seus modificadores de dano não se aplicam a este solo ardente.
Repete 2 vezes
Causa 1019 a 1528 de Dano de Fogo
+50% mais Dano com Acertos contra Inimigos Incendiados
Não pode Incendiar
active skill area of effect radius +% final [-17]
is area damage [1]
Causa 1019 a 1528 de Dano de Fogo
+50% mais Dano com Acertos contra Inimigos Incendiados
Não pode Incendiar
active skill area of effect radius +% final [-17]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/KaomWarrior/KaomWarrior" Actor { main_hand_unarmed_type = "One_Hand_Mace" off_hand_unarmed_type = "One_Hand_Axe" }
Object Type Codes
version 2 extends "Metadata/Monsters/KaomWarrior/KaomWarrior" Render { preload_buff_visual = "kaom_warrior3_effect" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KaomWarrior/KaomWarrior4"] = { name = "Lavianga's Acolyte", life = 1.43, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.65, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "KaomWarriorFireStorm", "KaomWarriorFlameWhip", }, 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["KaomWarriorFireStorm"] = { name = "Firestorm", hidden = true, color = 4, 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_%", "spell_maximum_action_distance_+%", "firestorm_base_area_of_effect_+%", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.40000000596046, 0.60000002384186, 1200, 150, 25, -50, -49, 10, levelRequirement = 2, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 1500, 150, 25, -50, -49, 10, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.40000000596046, 0.60000002384186, 1500, 125, 25, -50, -49, 10, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [4] = {0.80000001192093, 1.2000000476837, 1500, 125, 25, -50, -49, 10, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KaomWarriorFlameWhip"] = { name = "Flame Surge", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = 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", "flame_whip_damage_+%_final_vs_burning_enemies", "base_spell_repeat_count", "active_skill_area_of_effect_radius_+%_final", "never_ignite", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, 2, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }