腐化虚骸
恶魔
monster no map drops [1]
Corrupted Skullbearer
幽魂Y
标签animal_claw_weapon, 施法, demon, flesh_armour, humanoid, insect_blood, is_unarmed, medium_height, melee, not_dex, not_str, physical_affinity, summoner, very_slow_movement
Packs
  • 腐化虚骸, 腐化的卑贱者
  • 生命
    240%
    生命转为护盾
    100%
    异常状态临界值
    240%
    抗性
    0 0 75 0
    伤害
    135%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    4 ~ 12
    攻击间隔
    1.17 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    110%
    类型
    Necromancer
    Metadata
    StrIntMissionNecromancer2
    等级
    68
    生命
    15,440
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    6,127
    伤害
    504
    法术伤害
    504
    命中
    290
    攻击间隔
    1.17
    经验值
    15,383
    异常状态临界值
    15,440
    冰缓
    49
    Shock
    49
    Brittle
    276
    Scorch
    49
    Sap
    135
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 403–605
    攻击暴击率: 5%
    攻击间隔: 1.17 秒
    对你的敌人无情痛击。
    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]
    MonsterRaiseSpectre
    法术, 召唤物, 召唤物爆炸, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 可齐射, 创造召唤物
    召唤灵体
    施放间隔: 0.85 秒
    冷却时间: 3 秒
    唱名唤魂,从目标灵柩唤醒其灵体并使它为你而战。
    最多召唤 10 个灵体
    召唤生物的最大生命总降 10%
    召唤生物的能量护盾总增 10%
    召唤生物造成的伤害总增 10%
    MonsterSummonRagingSpirit
    法术, 召唤物, 持续时间, 召唤物爆炸, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 创造召唤物
    施放间隔: 0.8 秒
    伤害总降 22%
    最多召唤 50 个愤怒狂灵
    基础持续时间为 12
    施法速度减慢 10%
    alternate minion [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Necromancer/Necromancer"
    
    DiesAfterTime
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Necromancer/Necromancer"
    
    Render
    {
         //turn_duration = 0.4
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Necromancer/StrIntMissionNecromancer2"] = {
        name = "Corrupted Skullbearer",
        life = 2.4,
        energyShield = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.35,
        damageSpread = 0.2,
        attackTime = 1.17,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterRaiseSpectre",
            "MonsterSummonRagingSpirit",
        },
        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["MonsterRaiseSpectre"] = {
        name = "Raise Spectre",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Raises a spectral version of a defeated foe as a minion to fight for you in battle.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Minion] = true,
            [SkillType.MinionsCanExplode] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.CreatesMinion] = true,
        },
        statDescriptionScope = "minion_spell_skill_stat_descriptions",
        castTime = 0.85,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_number_of_spectres_allowed",
            "active_skill_minion_damage_+%_final",
            "active_skill_minion_life_+%_final",
            "active_skill_minion_energy_shield_+%_final",
        },
        levels = {
            [1] = {10, 10, -10, -10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterSummonRagingSpirit"] = {
        name = "MonsterSummonRagingSpirit",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Minion] = true,
            [SkillType.Duration] = true,
            [SkillType.MinionsCanExplode] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CreatesMinion] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "base_number_of_raging_spirits_allowed",
            "base_cast_speed_+%",
            "alternate_minion",
        },
        levels = {
            [1] = {0, 12000, 50, -10, 1, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [2] = {-1, 12000, 50, -10, 1, levelRequirement = 7, statInterpolation = {1},  cost = { }, },
            [3] = {-2, 12000, 50, -10, 1, levelRequirement = 9, statInterpolation = {1},  cost = { }, },
            [4] = {-3, 12000, 50, -10, 1, levelRequirement = 12, statInterpolation = {1},  cost = { }, },
            [5] = {-4, 12000, 50, -10, 1, levelRequirement = 16, statInterpolation = {1},  cost = { }, },
            [6] = {-5, 12000, 50, -10, 1, levelRequirement = 20, statInterpolation = {1},  cost = { }, },
            [7] = {-6, 12000, 50, -10, 1, levelRequirement = 27, statInterpolation = {1},  cost = { }, },
            [8] = {-7, 12000, 50, -10, 1, levelRequirement = 28, statInterpolation = {1},  cost = { }, },
            [9] = {-8, 12000, 50, -10, 1, levelRequirement = 29, statInterpolation = {1},  cost = { }, },
            [10] = {-9, 12000, 50, -10, 1, levelRequirement = 32, statInterpolation = {1},  cost = { }, },
            [11] = {-10, 12000, 50, -10, 1, levelRequirement = 36, statInterpolation = {1},  cost = { }, },
            [12] = {-11, 12000, 50, -10, 1, levelRequirement = 40, statInterpolation = {1},  cost = { }, },
            [13] = {-12, 12000, 50, -10, 1, levelRequirement = 45, statInterpolation = {1},  cost = { }, },
            [14] = {-13, 12000, 50, -10, 1, levelRequirement = 49, statInterpolation = {1},  cost = { }, },
            [15] = {-14, 12000, 50, -10, 1, levelRequirement = 50, statInterpolation = {1},  cost = { }, },
            [16] = {-15, 12000, 50, -10, 1, levelRequirement = 52, statInterpolation = {1},  cost = { }, },
            [17] = {-16, 12000, 50, -10, 1, levelRequirement = 56, statInterpolation = {1},  cost = { }, },
            [18] = {-17, 12000, 50, -10, 1, levelRequirement = 60, statInterpolation = {1},  cost = { }, },
            [19] = {-18, 12000, 50, -10, 1, levelRequirement = 64, statInterpolation = {1},  cost = { }, },
            [20] = {-19, 12000, 50, -10, 1, levelRequirement = 65, statInterpolation = {1},  cost = { }, },
            [21] = {-20, 12000, 50, -10, 1, levelRequirement = 66, statInterpolation = {1},  cost = { }, },
            [22] = {-21, 12000, 50, -10, 1, levelRequirement = 67, statInterpolation = {1},  cost = { }, },
            [23] = {-22, 12000, 50, -10, 1, levelRequirement = 68, statInterpolation = {1},  cost = { }, },
            [24] = {-23, 12000, 50, -10, 1, levelRequirement = 69, statInterpolation = {1},  cost = { }, },
            [25] = {-24, 12000, 50, -10, 1, levelRequirement = 70, statInterpolation = {1},  cost = { }, },
            [26] = {-25, 12000, 50, -10, 1, levelRequirement = 71, statInterpolation = {1},  cost = { }, },
            [27] = {-26, 12000, 50, -10, 1, levelRequirement = 72, statInterpolation = {1},  cost = { }, },
            [28] = {-27, 12000, 50, -10, 1, levelRequirement = 73, statInterpolation = {1},  cost = { }, },
            [29] = {-28, 12000, 50, -10, 1, levelRequirement = 74, statInterpolation = {1},  cost = { }, },
            [30] = {-29, 12000, 50, -10, 1, levelRequirement = 75, statInterpolation = {1},  cost = { }, },
            [31] = {-30, 12000, 50, -10, 1, levelRequirement = 76, statInterpolation = {1},  cost = { }, },
            [32] = {-31, 12000, 50, -10, 1, levelRequirement = 77, statInterpolation = {1},  cost = { }, },
            [33] = {-32, 12000, 50, -10, 1, levelRequirement = 78, statInterpolation = {1},  cost = { }, },
            [34] = {-33, 12000, 50, -10, 1, levelRequirement = 79, statInterpolation = {1},  cost = { }, },
            [35] = {-34, 12000, 50, -10, 1, levelRequirement = 80, statInterpolation = {1},  cost = { }, },
            [36] = {-35, 12000, 50, -10, 1, levelRequirement = 81, statInterpolation = {1},  cost = { }, },
            [37] = {-36, 12000, 50, -10, 1, levelRequirement = 82, statInterpolation = {1},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • Edit

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