Acólito de Lavianga
Demonio
Lavianga's Acolyte
Vida
143%
Armadura
+25%
Ailment Threshold
143%
Resistencia
40 0 0 0
Damage
165%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
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.
Nivel
83
Vida
45,784
Armadura
115,596
Evasión
7,860
Escudo de energía
0
Damage
1,486
Daño de hechizos
1,486
Precisión
518
Attack Time
1.5
Experiencia
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 estándar
Base Damage: 1189–1783
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]
KaomWarriorFireStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Tormenta de fuego
Probabilidad de golpe crítico: 5%
Efectividad del daño agregado: 30%
Tiempo de lanzamiento: 0.9 seg
Tiempo de recarga: 4 seg
Una lluvia de bolas de fuego cae sobre el área objetivo. Las bolas de fuego explotan al impactar e infligen daño a los enemigos cercanos.
La duración base es de 1.5 segundos
Inflige de 472.6 a 708.8 de daño de fuego
25% de probabilidad de quemar a los enemigos
Un impacto cada 0.13 segundos
El radio base es de 1 metro
firestorm base area of effect +% [-49]
is area damage [1]
spell maximum action distance +% [-50]
Inflige de 472.6 a 708.8 de daño de fuego
25% de probabilidad de quemar a los enemigos
Un impacto cada 0.13 segundos
El radio base es 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
Oleada de llamas
Probabilidad de golpe crítico: 6%
Tiempo de lanzamiento: 0.5 seg
Tiempo de recarga: 5 seg
Golpea a los enemigos que están frente a ti con una oleada de llamas. Los enemigos incendiados reciben más daño. Si golpeas a un enemigo quemado, se creará suelo incendiado debajo de él. Tus modificadores de daño no se aplican a este suelo incendiado.
Se repite 2 veces
Inflige de 1019 a 1528 de daño de fuego
+50% más de daño con golpes contra los enemigos incendiados
No puede Quemar
active skill area of effect radius +% final [-17]
is area damage [1]
Inflige de 1019 a 1528 de daño de fuego
+50% más de daño con golpes contra los enemigos incendiados
No puede Quemar
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 = { }, }, }, }
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.