Reine fénumale
Bête
Genre: Cracheurs de sable
Groupe: Insectes
Famille: Cavernes
50% des Dégâts physiques sont Convertis en Dégâts de feu
level 33 or lower life +% final [-20]
level 33 or lower life +% final [-20]
Fenumal Queen
Spectre | N |
---|---|
Tags | animal_claw_weapon, beast, bestiary_beast_boss, bestiary_caverns, Lanceur de sorts, extra_large_height, fire_affinity, flesh_armour, hidden_monster, insect, insect_blood, is_unarmed, large_model, no_cannot_die_aura, physical_affinity, ranged, summoner, unusable_corpse, very_slow_movement |
Packs |
Vie
450%
Ailment Threshold
450%
Résistance
40 40 40 25
Damage
225%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
300%
Model Size
95%
Type
InsectSpawnerBestiary
Metadata
InsectSpawnerBestiary
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
28,950
Armure
28,790
Évasion
4,739
Bouclier d'énergie
0
Damage
840
Dégâts des sorts
840
Précision
290
Attack Time
1.5
Expérience
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).
InsectSpawnerSpit
Attack, Projectile, ProjectilesFromUser
Base Damage: 672–1009
Chances de coup critique: 5%
Attack Time: 1.5 sec.
34.35 à 51.53 Dégâts de feu supplémentaires
Vos Attaques ont 114.5 à 143.1 Dégâts physiques supplémentaires
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
Vos Attaques ont 114.5 à 143.1 Dégâts physiques supplémentaires
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
InsectSpawnerSpawn
Spell, Minion, CreatesMinion
Temps d'incantation: 2.5 sec.
number of insects allowed [10]
BestiaryInsectSpawnerMagmaOrb
Spell, Damage, Area, Trappable, Mineable, Totemable, Triggerable, Fire, Projectile, ProjectilesFromUser, Multicastable, Chains, CanRapidFire, AreaSpell
Magma déferlant
Chances de coup critique: 5%
Temps d'incantation: 0.97 sec.
Temps de recharge: 4 sec.
Un orbe enflammé qui inflige des dégâts de zone en touchant le sol avant de ricocher et continuer, rebondissant ainsi plusieurs fois en infligeant des dégâts à de multiples reprises
Inflige 288.9 à 433.4 Dégâts de feu
Tire 2 Projectiles supplémentaires
Ricoche +2 fois
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
skill visual scale +% [-40]
Tire 2 Projectiles supplémentaires
Ricoche +2 fois
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
skill visual scale +% [-40]
Object Type
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare" Render { //turn_duration = 0.4 visual_size_index = 1 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBestiary/InsectSpawnerBestiary"] = { name = "Fenumal Queen", life = 4.5, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2.25, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "InsectSpawnerSpit", "InsectSpawnerSpawn", "BestiaryInsectSpawnerMagmaOrb", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["InsectSpawnerSpit"] = { name = "InsectSpawnerSpit", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_minimum_added_fire_damage", "attack_maximum_added_fire_damage", "attack_minimum_added_physical_damage", "attack_maximum_added_physical_damage", "monster_reverse_point_blank_damage_-%_at_minimum_range", "base_is_projectile", }, levels = { [1] = {0.18000000715256, 0.27000001072884, 0.60000002384186, 0.75, 30, levelRequirement = 2, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["InsectSpawnerSpawn"] = { name = "InsectSpawnerSpawn", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Minion] = true, [SkillType.CreatesMinion] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_insects_allowed", }, levels = { [1] = {10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BestiaryInsectSpawnerMagmaOrb"] = { name = "Rolling Magma", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Lob a fiery orb that deals area damage as it hits the ground. The skill chains, bouncing forward to deal damage multiple times.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Multicastable] = true, [SkillType.Chains] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.97, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "number_of_chains", "skill_visual_scale_+%", "number_of_additional_projectiles", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 2, -40, 2, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
50% des Dégâts physiques sont Convertis en Dégâts de feu
Id | MonsterConvertToFireDamage2 |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
level 33 or lower life +% final [-20]
Id | MonsterLifeLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | monstre (3) |
GenerationType | Unique (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.