Прислужник Лавианги
Демон
Lavianga's Acolyte
Здоровье
143%
Броня
+25%
Ailment Threshold
143%
Сопротивление
40 0 0 0
Damage
165%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
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.
Уровень
83
Здоровье
45,784
Броня
115,596
Уклонение
7,860
Энергетический щит
0
Damage
1,486
Урон от чар
1,486
Точность
518
Attack Time
1.5
Опыт
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
Атака
Base Damage: 1189–1783
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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
Огненный шторм
Шанс критического удара: 5%
Эффективность добавленного урона: 30%
Время применения: 0.9 сек.
Перезарядка: 4 сек.
Огненные шары падают в указанную область. Они взрываются при приземлении, нанося урон ближайшим врагам.
Базовая длительность - 1.5 секунд(-ы)
Наносит от 472.6 до 708.8 урона от огня
25% шанс поджечь врагов
Один удар каждые 0.13 секунд(-ы)
Базовый радиус равен 1 м
firestorm base area of effect +% [-49]
is area damage [1]
spell maximum action distance +% [-50]
Наносит от 472.6 до 708.8 урона от огня
25% шанс поджечь врагов
Один удар каждые 0.13 секунд(-ы)
Базовый радиус равен 1 м
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
Выброс пламени
Шанс критического удара: 6%
Время применения: 0.5 сек.
Перезарядка: 5 сек.
Герой поражает оказавшихся перед ним врагов выбросом пламени. Горящим врагам наносится больше урона. Если ударить подожжённого врага, под ним образуется участок горящей земли. Модификаторы урона не действуют на эту горящую землю.
Повторяется 2 раза
Наносит от 1019 до 1528 урона от огня
На +50% больше урона от ударов по горящим врагам
Нельзя поджечь
active skill area of effect radius +% final [-17]
is area damage [1]
Наносит от 1019 до 1528 урона от огня
На +50% больше урона от ударов по горящим врагам
Нельзя поджечь
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 = { }, }, }, }