Копатель Фенумы
Зверь
% увеличение редкости выпадающих предметов
monster no map drops [1]
monster no map drops [1]
Не может быть отброшен
Fenumal Burrower
Spectre | N |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Packs |
Здоровье
600%
Ailment Threshold
600%
Сопротивление
0 75 0 0
Damage
90%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
150%
Model Size
100%
Type
RootSpiderBestiaryMinion
Metadata
RootSpiderBestiaryMinion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
38,600
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
336
Урон от чар
336
Точность
290
Attack Time
1.5
Опыт
15,383
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
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).
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 269–403
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 269–403
Шанс критического удара: 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]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 269–403
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
Object Type
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterEmerge" Pathfinding { immobile = true } Actor { slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterEmerge" Monster { preload_object_type = "RootSpiderHole" } StateMachine { on_timer_phasein = "EnableRendering(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/fadein_epk.epk );" on_timer_effect_fade_remove = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Bestiary/fadein_epk.epk );" } Actor { on_start_Emerge = "DisableRendering(); StartStateTimer( phasein, 0.1 ); StartStateTimer( effect_fade_remove, 1.1 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/RootSpiderBestiaryMinion"] = { name = "Fenumal Burrower", life = 6, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 0.9, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
% увеличение редкости выпадающих предметов
monster no map drops [1]
Id | MonsterBestiaryDropModifiers |
---|---|
Family | LeagueMonsterDropModifiers |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |