Receita do Bestiário /1 ⍟
NomeRecipe
Abre um Portal: Até o Covil de Fenumus
Aracnídeo Hibrido Fenumal
Bestial
Espécie: Bruxas do Mar
Família: Cavernosos
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
  • Aracnídeo Hibrido Fenumal, Monstruosidade Fenumal, Abominação Fenumal
  • Vida
    450%
    Ailment Threshold
    450%
    Resistência
    40 40 40 25
    Damage
    150%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.95 Second
    Damage Spread
    ±20%
    Experiência
    300%
    Model Size
    70%
    Type
    SpiderPlatedBestiary
    Metadata
    SpiderPlatedBestiary
    Nível
    68
    Vida
    28,950
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    560
    Dano Mágico
    560
    Precisão
    290
    Attack Time
    1.95
    Experiência
    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 Padrão
    Base Damage: 448–672
    Chance de Crítico: 5%
    Attack Time: 1.95 seg
    Abate seus inimigos com um 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
    Punctura
    Base Damage: 448–672
    Chance de Crítico: 5%
    Dano de Ataque: 120%
    Attack Time: 1.95 seg
    Perfura o alvo, causando uma penalidade de sangramento, que será afetada pelos modificadores de duração de habilidade. Punctura funciona com arcos, adagas, garras ou espadas.
    Causa 20% mais Dano de Ataque
    +197% mais Dano com Sangramentos
    Causa Sangramento
    skill can fire arrows [1]
    BestiarySpiderPlatedProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 448–672
    Chance de Crítico: 5%
    Attack Time: 1.95 seg
    Projéteis Perfuram todos Alvos
    Dispara 2 Projéteis adicionais
    25% do Dano Físico Convertido para Dano de Caos
    Velocidade de Projéteis reduzida em 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
    Domainsmonstro (3)
    GenerationTypeunico (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.