菲恩絲疫病蜘蛛
野獸
種類: 海妖
屬類: 蜘蛛
科類: 洞窟
level 33 or lower life +% final [-20]
Fenumal Plagued Arachnid
幽魂N
標籤animal_claw_weapon, beast, bestiary_beast_boss, bestiary_caverns, 法術, chaos_affinity, extra_small_height, flesh_armour, hidden_monster, insect_blood, is_unarmed, melee, no_cannot_die_aura, physical_affinity, slow_movement, spider, unusable_corpse
Packs
  • 菲恩絲疫病蜘蛛, 菲恩絲膿泡毒蛛, 菲恩絲劇毒蜘蛛
  • 生命
    450%
    異常狀態臨界值
    450%
    抗性
    40 40 40 25
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.95 秒
    傷害分佈
    ±20%
    經驗值
    300%
    Model Size
    100%
    類型
    SpiderPlagueBestiary
    Metadata
    SpiderPlagueBestiary
    等級
    68
    生命
    28,950
    護甲
    28,790
    閃避
    4,739
    能量護盾
    0
    傷害
    560
    法術傷害
    560
    命中
    290
    攻擊間隔
    1.95
    經驗值
    30,765
    異常狀態臨界值
    28,950
    冰緩
    92
    感電
    92
    易碎
    518
    焦灼
    92
    殘喘
    253
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 448–672
    暴擊率: 5%
    攻擊間隔: 1.95 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BestiarySpiderPlagueSummonClones
    法術, 法術可重複, 可觸發, 陷阱技能, 圖騰技能, 地雷技能
    施放時間: 1 秒
    冷卻時間: 10 秒
    alternate minion [323]
    number of monsters to summon [1]
    summon specific monsters radius +% [100]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    BestiarySpiderPlagueMortarElemental
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    迫擊砲
    施放時間: 1 秒
    冷卻時間: 2 秒
    如同怪物迫擊砲技能,但是在地上留下衝擊效果。
    造成 125.8188.7 混沌傷害
    +3 秒基礎持續時間
    發射 2 個額外投射物
    base is projectile [1]
    base projectile ground caustic cloud damage per minute [18344]
    ground caustic art variation [2]
    is area damage [1]
    monster projectile variation [7]
    projectile spread radius [20]

    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
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBestiary/SpiderPlagueBestiary"] = {
        name = "Fenumal Plagued 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,
        skillList = {
            "Melee",
            "BestiarySpiderPlagueSummonClones",
            "BestiarySpiderPlagueMortarElemental",
        },
        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["BestiarySpiderPlagueSummonClones"] = {
        name = "BestiarySpiderPlagueSummonClones",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 323, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BestiarySpiderPlagueMortarElemental"] = {
        name = "Mortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Like monster mortar skill, but leaves a ground effect on impact.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "base_projectile_ground_caustic_cloud_damage_per_minute",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "ground_caustic_art_variation",
            "base_skill_effect_duration",
            "number_of_additional_projectiles",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 7, 7, 20, 2, 3000, 2, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 7, 7, 20, 2, 3000, 2, levelRequirement = 56, statInterpolation = {3, 3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 6, 7, 20, 2, 3000, 2, levelRequirement = 82, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    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.