Devorador Fenumal
Bestia
Grupo: Arácnidos
Familia: Las Cavernas
No puede ser empujado
level 33 or lower life +% final [-20]
Fenumal Devourer
SpectreN
Tagsbeast, bestiary_beast_boss, bestiary_caverns, Lanzador de hechizos, cleaving_weapon, cold_affinity, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, no_cannot_die_aura, physical_affinity, ranged, red_blood, unusable_corpse, very_slow_movement
Packs
  • Devorador Fenumal, Tunelador Fenumal, Comegrava Fenumal
  • Vida
    450%
    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
    6 ~ 22
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    300%
    Model Size
    100%
    Type
    RootSpiderBestiary
    Metadata
    RootSpiderBestiary_
    Nivel
    68
    Vida
    28,950
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    30,765
    Ailment Threshold
    28,950
    Chill
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    RootSpiderProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Velocidad de proyectiles aumentada un 100%
    base is projectile [1]
    monster projectile variation [6]
    spell maximum action distance +% [-30]
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    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]
    RootSpiderBurrow
    La duración base es de 2 segundos
    spell maximum action distance +% [120]
    RootSpiderEmerge
    Attack
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Inflige un 10% menos de daño
    BestiaryRootSpiderIceCrash
    Attack, Area, Melee, Cold, Multistrikeable, Slam, Totemable
    Choque de hielo
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 180%
    Daño de ataque: 180%
    Attack Time: 1.5 seg
    Tiempo de recarga: 8 seg
    Golpea el suelo y daña a los enemigos en un área alrededor del impacto en tres fases de tamaño creciente. Los enemigos reciben ligeramente menos daño en la segunda y tercera fase y solo pueden ser golpeados por una de las fases. Funciona con espadas, mazas, cetros, hachas, báculos y estando desarmado.
    Inflige un 80% más de daño de ataque
    El 50% del daño físico se convierte en daño de hielo
    25% menos Velocidad de Ataque
    La Segunda Fase inflige 25% menos Daño
    El radio base es de 1.1 metros
    El radio secundario base es de 2.1 metros
    El radio terciario base es de 3.1 metros
    active skill area of effect radius +% final [20]
    is area damage [1]
    BestiaryRootSpiderIceBeacon
    Spell, Damage, Area, Duration, Trappable, Mineable, Totemable, Triggerable, Multicastable, AreaSpell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 3 seg
    Inflige de 489.7 a 734.6 de daño de hielo
    La duración base es de 2 segundos
    active skill area of effect radius +% final [-50]
    beacon placement radius [60]
    firestorm avoid unwalkable terrain [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    number of beacons [5]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
    
    Pathfinding
    {
    	immobile = true
    }
    
    Actor
    {
    	basic_action = "Emerge"
    	slow_animations_go_to_idle = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmergeRare"
    
    Monster
    {
    	preload_object_type = "RootSpiderHole"
    }
    
    Render
    {
    	visual_size_index = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/RootSpiderBestiary_"] = {
        name = "Fenumal Devourer",
        life = 4.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 22,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "RootSpiderProjectile",
            "RootSpiderBurrow",
            "RootSpiderEmerge",
            "BestiaryRootSpiderIceBeacon",
            "BestiaryRootSpiderIceCrash",
        },
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryRootSpiderIceBeacon"] = {
        name = "BestiaryRootSpiderIceBeacon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "number_of_beacons",
            "beacon_placement_radius",
            "base_skill_effect_duration",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "firestorm_avoid_unwalkable_terrain",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 60, 2000, -25, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiaryRootSpiderIceCrash"] = {
        name = "Ice Crash",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_attack_speed_+%_final",
            "ice_crash_second_hit_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "active_skill_base_tertiary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {50, -25, -25, 20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    No puede ser empujado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • level 33 or lower life +% final [-20]
    IdMonsterLifeLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.