魔物献祭配方 /2 ⍟
名字Recipe
制作一个传奇: 护盾或箭袋
修改物品上的词缀: 给塑界者物品加一个词缀
暗夜吞噬者
野兽
属类: 海妖
组别: 蜘蛛
科目: 洞穴
无法被击退
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
    Shock
    92
    Brittle
    518
    Scorch
    92
    Sap
    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.7 - 734.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.