Заражённое скопление
Демон
Blighted Assemblage
Spectre | N |
---|---|
Tags | blight_monster, bludgeoning_weapon, bone_armour, construct, demon, fire_affinity, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, ranged, very_slow_movement |
Здоровье
900%
Броня
+100%
Ailment Threshold
900%
Сопротивление
20 20 20 0
Damage
225%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.23 Second
Damage Spread
±20%
Опыт
150%
Model Size
100%
Type
BlightWickerman
Metadata
KitavaWickerman
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
57,900
Броня
57,580
Уклонение
4,739
Энергетический щит
0
Damage
840
Урон от чар
840
Точность
290
Attack Time
1.23
Опыт
15,383
Ailment Threshold
57,900
Chill
183
Shock
183
Brittle
1,036
Scorch
183
Sap
506
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
Атака
Base Damage: 672–1009
Шанс критического удара: 5%
Attack Time: 1.23 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WickerManRighteousFireBlight
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Праведный огонь
Время применения: 1 сек.
Героя охватывает волшебное пламя, которое быстро сжигает его и окружающих врагов. Урон от чар во время действия умения значительно повышается. Горение прекращается, когда у героя остается 1 очко здоровья.
Наносит 885.2 базового урона от огня в секунду
Базовый радиус равен 1.8 м
active skill area of effect radius +% final [80]
Базовый радиус равен 1.8 м
active skill area of effect radius +% final [80]
WickerManMoltenStrike
Attack, Projectile, Area, Melee, MeleeSingleTarget, Fire, RangedAttack, ProjectilesNotFromUser, ThresholdJewelChaining, Multistrikeable
Магмовый удар
Base Damage: 672–1009
Шанс критического удара: 5%
Attack Time: 1.23 сек.
Наделяет оружие героя для ближнего боя расплавленной энергией и при атаке наносит физический урон и урон от огня, создавая при этом магмовые шары, урон от которых распределяется между всеми врагами, которых они заденут. Шары наносят урон от атак по области в месте приземления.
Наносит на 20% больше урона
Выпускает дополнительных снарядов: 4
10% увеличение физического урона
60% физического урона становится уроном от огня
25% снижение скорости снаряда
На 40% меньше урона снарядами
base is projectile [1]
Выпускает дополнительных снарядов: 4
10% увеличение физического урона
60% физического урона становится уроном от огня
25% снижение скорости снаряда
На 40% меньше урона снарядами
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink" Render { //turn_duration = 0.38 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBlight/Generic/KitavaWickerman"] = { name = "Blighted Assemblage", life = 9, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 2.25, damageSpread = 0.2, attackTime = 1.23, attackRange = 10, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "Melee", "WickerManRighteousFireBlight", "WickerManMoltenStrike", }, 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["WickerManRighteousFireBlight"] = { 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, 80, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WickerManMoltenStrike"] = { name = "Molten Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Fire] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, [SkillType.ThresholdJewelChaining] = true, [SkillType.Multistrikeable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_fire", "number_of_additional_projectiles", "active_skill_damage_+%_final", "physical_damage_+%", "active_skill_projectile_damage_+%_final", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {60, 4, 20, 10, -40, -25, levelRequirement = 10, statInterpolation = {}, cost = { }, }, }, }