Чумной арахнид Фенумы
Fenumal Plagued Arachnid
Spectre | N |
---|---|
Tags | animal_claw_weapon, beast, bestiary_beast_boss, bestiary_caverns, Чародейский, chaos_affinity, extra_small_height, flesh_armour, hidden_monster, insect_blood, is_unarmed, melee, no_cannot_die_aura, physical_affinity, slow_movement, spider, unusable_corpse |
Packs |
Здоровье
450%
Ailment Threshold
450%
Сопротивление
40 40 40 25
Damage
150%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 9
Attack Time
1.95 Second
Damage Spread
±20%
Опыт
300%
Model Size
100%
Type
SpiderPlagueBestiary
Metadata
SpiderPlagueBestiary
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
28,950
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
560
Урон от чар
560
Точность
290
Attack Time
1.95
Опыт
30,765
Ailment Threshold
28,950
Chill
92
Shock
92
Brittle
518
Scorch
92
Sap
253
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: 448–672
Шанс критического удара: 5%
Attack Time: 1.95 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
BestiarySpiderPlagueSummonClones
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Время применения: 1 сек.
Перезарядка: 10 сек.
alternate minion [323]
number of monsters to summon [1]
summon specific monsters radius +% [100]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [100]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
BestiarySpiderPlagueMortarElemental
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Метание
Время применения: 1 сек.
Перезарядка: 2 сек.
Метает снаряды и оставляет на земле эффект взрыва.
Наносит от 125.8 до 188.7 урона хаосом
Базовая длительность - 3 секунд(-ы)
Выпускает дополнительных снарядов: 2
base is projectile [1]
base projectile ground caustic cloud damage per minute [18344]
ground caustic art variation [2]
is area damage [1]
monster projectile variation [7]
projectile spread radius [20]
Базовая длительность - 3 секунд(-ы)
Выпускает дополнительных снарядов: 2
base is projectile [1]
base projectile ground caustic cloud damage per minute [18344]
ground caustic art variation [2]
is area damage [1]
monster projectile variation [7]
projectile spread radius [20]
Object Type
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare" Render { //turn_duration = 0.35 } Monster { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/SpiderPlagueBestiary"] = { name = "Fenumal Plagued Arachnid", life = 4.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.5, damageSpread = 0.2, attackTime = 1.95, attackRange = 9, accuracy = 1, skillList = { "Melee", "BestiarySpiderPlagueSummonClones", "BestiarySpiderPlagueMortarElemental", }, 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["BestiarySpiderPlagueSummonClones"] = { name = "BestiarySpiderPlagueSummonClones", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {1, 323, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BestiarySpiderPlagueMortarElemental"] = { name = "Mortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Like monster mortar skill, but leaves a ground effect on impact.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "base_projectile_ground_caustic_cloud_damage_per_minute", "monster_projectile_variation", "projectile_spread_radius", "ground_caustic_art_variation", "base_skill_effect_duration", "number_of_additional_projectiles", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 7, 7, 20, 2, 3000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 7, 7, 20, 2, 3000, 2, levelRequirement = 56, statInterpolation = {3, 3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 6, 7, 20, 2, 3000, 2, levelRequirement = 82, statInterpolation = {3, 3, 3}, cost = { }, }, }, }
level 33 or lower life +% final [-20]
Id | MonsterLifeLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |
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.