菲恩絲吞噬獸
野獸
種類: 海妖
屬類: 蜘蛛
科類: 洞窟
不能被擊退
level 33 or lower life +% final [-20]
Fenumal Devourer
幽魂N
標籤beast, bestiary_beast_boss, bestiary_caverns, 法術, 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
  • 菲恩絲吞噬獸, 菲恩絲掘地蟲, 菲恩絲吃土人
  • 生命
    450%
    異常狀態臨界值
    450%
    抗性
    40 40 40 25
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 22
    攻擊間隔
    1.5 秒
    傷害分佈
    ±20%
    經驗值
    300%
    Model Size
    100%
    類型
    RootSpiderBestiary
    Metadata
    RootSpiderBestiary_
    等級
    68
    生命
    28,950
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.5
    經驗值
    30,765
    異常狀態臨界值
    28,950
    冰緩
    92
    感電
    92
    易碎
    518
    焦灼
    92
    殘喘
    253
    RootSpiderProjectile
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 傷害, 可觸發
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    增加 100% 投射物速度
    base is projectile [1]
    monster projectile variation [6]
    spell maximum action distance +% [-30]
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    用強大的攻擊擊倒敵人。
    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
    +2 秒基礎持續時間
    spell maximum action distance +% [120]
    RootSpiderEmerge
    攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.5 秒
    造成 10% 更少傷害
    BestiaryRootSpiderIceCrash
    攻擊, 範圍, 近戰, 冰冷, 攻擊可重複, Slam, 圖騰技能
    寒冰衝擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊傷害: 180%
    攻擊傷害: 180%
    攻擊間隔: 1.5 秒
    冷卻時間: 8 秒
    猛擊地面,在影響範圍內的敵人造成三個階段的傷害,範圍逐漸增大。敵人在第二和第三階段受到稍微較少的傷害,並且只能被一個階段擊中。限定劍、錘、權杖、斧、長杖和空手。
    造成 80% 更多攻擊傷害
    50% 物理傷害轉化至冰冷傷害
    25% 更少攻擊速度
    第二擊造成 25% 更少傷害
    基礎範圍為 1.1
    基礎二段範圍為 2.1
    基礎三段範圍為 3.1
    active skill area of effect radius +% final [20]
    is area damage [1]
    BestiaryRootSpiderIceBeacon
    法術, 傷害, 範圍, 持續時間, 陷阱技能, 地雷技能, 圖騰技能, 可觸發, 法術可重複, 範圍法術
    施放時間: 1 秒
    冷卻時間: 3 秒
    造成 489.7734.6 冰冷傷害
    +2 秒基礎持續時間
    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 = { }, },
        },
    }
    
    不能被擊退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • level 33 or lower life +% final [-20]
    IdMonsterLifeLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    Edit

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