忠誠女侍
Handmaiden
幽魂Y
地區殘摧大廣場, 永恆實驗室, 死寂之室, 死寂之室
標籤bludgeoning_weapon, cultist, demon, flesh_armour, is_unarmed, medium_height, melee, not_int, physical_affinity, red_blood, slow_movement
Packs
  • 殘摧大廣場: 熔窯之母, 忠誠女侍
  • 永恆實驗室: 酷戾判徒, 酷戾判徒, 忠誠女侍
  • 酷戾判徒, 酷戾判徒, 忠誠女侍
  • 生命
    225%
    護甲
    +30%
    閃避
    +30%
    異常狀態臨界值
    225%
    抗性
    20 20 20 0
    傷害
    101%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 8
    攻擊間隔
    2.205 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    Mauler
    Metadata
    Mauler
    等級
    68
    生命
    14,475
    護甲
    37,427
    閃避
    6,161
    能量護盾
    0
    傷害
    377
    法術傷害
    377
    命中
    290
    攻擊間隔
    2.205
    經驗值
    15,383
    異常狀態臨界值
    14,475
    冰緩
    46
    感電
    46
    易碎
    259
    焦灼
    46
    殘喘
    126
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 302–453
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MaulerSlam
    攻擊, 範圍, 可觸發
    基本傷害: 302–453
    暴擊率: 5%
    攻擊間隔: 2.205 秒
    50% 更多攻擊速度
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Mauler/Mauler"] = {
        name = "Handmaiden",
        life = 2.25,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 2.205,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
            "MaulerSlam",
        },
        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["MaulerSlam"] = {
        name = "MaulerSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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