Arácnido Híbrido Fenumal
Bestia
Grupo: Arácnidos
Familia: Las Cavernas
level 33 or lower life +% final [-20]
Fenumal Hybrid Arachnid
SpectreN
Tagsanimal_claw_weapon, beast, bestiary_beast_boss, bestiary_caverns, chaos_affinity, flesh_armour, has_one_hand_sword, has_one_handed_melee, hidden_monster, insect_blood, medium_height, melee, no_cannot_die_aura, physical_affinity, ranged, slow_movement, spider, unusable_corpse
Packs
  • Arácnido Híbrido Fenumal, Monstruosidad Fenumal, Abominación 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 ~ 9
    Attack Time
    1.95 Second
    Damage Spread
    ±20%
    Experiencia
    300%
    Model Size
    70%
    Type
    SpiderPlatedBestiary
    Metadata
    SpiderPlatedBestiary
    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.95
    Experiencia
    30,765
    Ailment Threshold
    28,950
    Chill
    92
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    253
    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.95 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BestiarySpiderPlatedPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Punción
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 120%
    Attack Time: 1.95 seg
    Pincha a los enemigos y les aplica una penalidad de sangrado, a la que le afectan los modificadores de duración de las habilidades. Punción funciona con arcos, dagas, garras o espadas.
    Inflige un 20% más de daño de ataque
    +197% más de daño con sangrado
    Aplica sangrado
    skill can fire arrows [1]
    BestiarySpiderPlatedProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.95 seg
    Los proyectiles perforan a todos los objetivos
    Dispara 2 proyectiles adicionales
    El 25% del daño físico se convierte en daño de caos
    Velocidad de proyectiles reducida un 50%
    base is projectile [1]
    base projectile ground caustic cloud damage per minute [622.7]
    base projectile ground effect duration [5000]
    ground caustic art variation [2]
    monster projectile variation [1]
    projectile ground caustic cloud radius [12]
    projectiles drop caustic cloud [1]
    visual hit effect chaos is green [1]

    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
    {
    }
    
    Animated
    {
    	on_event_contact_for_attack_groundstrike_v1 = "PlayEffect( Metadata/Effects/Spells/monsters_effects/SpiderPlated/tail_impact.ao, default, inherit, inherit, inherit, inherit, 60, 0, inherit );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/SpiderPlatedBestiary"] = {
        name = "Fenumal Hybrid 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,
        weaponType1 = "One Hand Sword",
        skillList = {
            "Melee",
            "BestiarySpiderPlatedProjectile",
            "BestiarySpiderPlatedPuncture",
        },
        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["BestiarySpiderPlatedProjectile"] = {
        name = "BestiarySpiderPlatedProjectile",
        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 = {
            "base_projectile_ground_caustic_cloud_damage_per_minute",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "base_projectile_ground_effect_duration",
            "ground_caustic_art_variation",
            "projectile_ground_caustic_cloud_radius",
            "skill_physical_damage_%_to_convert_to_chaos",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "projectiles_drop_caustic_cloud",
            "always_pierce",
            "visual_hit_effect_chaos_is_green",
        },
        levels = {
            [1] = {1, 1, -50, 5000, 2, 12, 25, 2, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiarySpiderPlatedPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "skill_can_fire_arrows",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {56, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {134, baseMultiplier = 1.2, levelRequirement = 30, statInterpolation = {1},  cost = { }, },
            [3] = {197, baseMultiplier = 1.2, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
        },
    }
    
    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.