Fiera de Fuego Alfa Fárrica
Bestia
Género: Gigantes
Grupo: Felinos
Familia: Las Tierras salvajes
Daño aumentado un 15%
Velocidad de ataque aumentada un 30%
Velocidad de movimiento aumentada un 30%
level 33 or lower life +% final [-20]
Velocidad de ataque aumentada un 30%
Velocidad de movimiento aumentada un 30%
level 33 or lower life +% final [-20]
Farric Flame Hellion Alpha
Spectre | N |
---|---|
Tags | animal_claw_weapon, beast, bestiary_beast_boss, bestiary_wilds, Lanzador de hechizos, feline_beast, fire_affinity, has_dagger, has_one_handed_melee, hidden_monster, large_model, light_armour, mammal_beast, medium_height, medium_movement, melee, no_cannot_die_aura, not_int, not_str, physical_affinity, red_blood, unusable_corpse |
Packs |
Vida
450%
Evasión
+25%
Ailment Threshold
450%
Resistencia
40 40 40 25
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
9 ~ 12
Attack Time
1.455 Second
Damage Spread
±20%
Experiencia
300%
Model Size
130%
Type
HellionBestiary
Metadata
HellionBestiary
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
28,950
Armadura
28,790
Evasión
5,924
Escudo de energía
0
Damage
560
Daño de hechizos
560
Precisión
290
Attack Time
1.455
Experiencia
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
Ataque estándar
Base Damage: 448–672
Probabilidad de golpe crítico: 5%
Attack Time: 1.455 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WalkEmergeBestiaryHellion
walk emerge distance [450]
BestiaryFireSpray
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
Tótem de llamas sagradas
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 8 seg
Invoca un tótem que lanza una oleada de llamas a los enemigos cercanos.
Los proyectiles perforan a todos los objetivos
Inflige de 137.9 a 206.9 de daño de fuego
Dispara un proyectil adicional
Velocidad de proyectiles aumentada un 33%
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
projectile uses contact direction [1]
projectile uses contact position [1]
Inflige de 137.9 a 206.9 de daño de fuego
Dispara un proyectil adicional
Velocidad de proyectiles aumentada un 33%
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
projectile uses contact direction [1]
projectile uses contact position [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare" Actor { main_hand_unarmed_type = "Dagger" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare" Render { preload_animated_object = "GroundFireOnDeathEffect" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/HellionBestiary"] = { name = "Farric Flame Hellion Alpha", life = 4.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.5, damageSpread = 0.2, attackTime = 1.455, attackRange = 12, accuracy = 1, skillList = { "Melee", "BestiaryFireSpray", "WalkEmergeBestiaryHellion", }, 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["BestiaryFireSpray"] = { name = "Holy Flame Totem", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Summons a totem that fires a stream of flame at nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.SummonsTotem] = true, [SkillType.Fire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "number_of_additional_projectiles", "base_projectile_speed_+%", "always_pierce", "base_is_projectile", "projectile_uses_contact_direction", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -25, 1, 33, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeBestiaryHellion"] = { name = "WalkEmergeBestiaryHellion", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {450, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Daño aumentado un 15%
Velocidad de ataque aumentada un 30%
Velocidad de movimiento aumentada un 30%
Id | BestiaryEnrageMonsterFerocity_ |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
level 33 or lower life +% final [-20]
Id | MonsterLifeLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | monstruo (3) |
GenerationType | Único (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.