恶灵铁匠
亡灵
区域: 暮色沙丘
怪物提供的经验值提高 100%
掉落的物品稀有度提高 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Blacksmith
幽魂N
地区暮色沙丘
标签flesh_armour, has_one_hand_sword, has_one_handed_melee, large_height, large_model, melee, non_unique_map_boss, not_dex, not_int, physical_affinity, red_blood, slow_movement, undead, zombie
生命
400%
护甲
+100%
异常状态临界值
400%
抗性
40 40 40 25
伤害
125%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 10
攻击间隔
1.65 秒
伤害分布
±20%
经验值
200%
Model Size
130%
类型
ZombieBossMapBoss
Metadata
MapZombieBossHillock
等级
69
生命
649,329
护甲
62,316
闪避值
4,907
能量护盾
0
伤害
565
法术伤害
843
命中
301
攻击间隔
1.1055
经验值
115,357
异常状态临界值
383,104
冰缓
1,211
Shock
1,211
Brittle
6,853
Scorch
1,211
Sap
3,347
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 897–1346
攻击暴击率: 5%
攻击间隔: 1.65 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
ZombieBossExtract
ZombieBossLeapSlam
攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
跃击
基本伤害: 897–1346
攻击暴击率: 5%
攻击间隔: 1.65 秒
冷却时间: 7 秒
一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。无法被多重打击辅助。
伤害总增 28%
攻击速度总降 25%
基础范围为 1.5
cast time overrides attack duration [1]
is area damage [1]
leap slam spawn X zombies on impact [10]
ZombieBossHeavyStrike
攻击, 近战单一目标, 攻击可重复, 近战
重击
基本伤害: 897–1346
攻击暴击率: 5%
攻击间隔: 1.65 秒
对敌人进行一次强力攻击并将它们击退。限定锤类、短杖、斧类,剑类或双手武器。
击中时击退敌人
伤害总增 50%
此攻击额外重复 3
敌人晕眩门槛降低 30%
近战攻击速度总增 40%

Object Type

version 2
extends "Metadata/Monsters/Monster"
Actor
{
	main_hand_unarmed_type = "One_Hand_Sword"
	slow_animations_go_to_idle = false
}

Transitionable
{
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
	create_transitioned =
	"
		HideMeshSegment( ZombieBoss_mesh|Sword|SwordShape );
		AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/OneHandSwordZombieHeld.ao, R_Weapon );
	"

	on_transition =
	"
		HideMeshSegment( ZombieBoss_mesh|Sword|SwordShape );
		AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/OneHandSwordZombieHeld.ao, R_Weapon );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ZombieBoss/MapZombieBossHillock"] = {
    name = "The Blacksmith",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.25,
    damageSpread = 0.2,
    attackTime = 1.65,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "Melee",
        "ZombieBossHeavyStrike",
        "ZombieBossExtract",
        "ZombieBossLeapSlam",
    },
    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["ZombieBossHeavyStrike"] = {
    name = "Heavy Strike",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_stun_threshold_reduction_+%",
        "base_melee_attack_repeat_count",
        "support_multiple_attacks_melee_attack_speed_+%_final",
        "active_skill_damage_+%_final",
        "global_knockback",
    },
    levels = {
        [1] = {30, 3, 40, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ZombieBossExtract"] = {
    name = "ZombieBossExtract",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        [2] = {levelRequirement = 38, statInterpolation = {},  cost = { }, },
        [3] = {levelRequirement = 54, statInterpolation = {},  cost = { }, },
        [4] = {levelRequirement = 68, statInterpolation = {},  cost = { }, },
        [5] = {levelRequirement = 71, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ZombieBossLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "leap_slam_spawn_X_zombies_on_impact",
        "active_skill_attack_speed_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {50, 4, -25, 15, levelRequirement = 3, statInterpolation = {1, 1},  cost = { }, },
        [2] = {49, 4, -25, 15, levelRequirement = 5, statInterpolation = {1, 1},  cost = { }, },
        [3] = {48, 4, -25, 15, levelRequirement = 8, statInterpolation = {1, 1},  cost = { }, },
        [4] = {47, 4, -25, 15, levelRequirement = 10, statInterpolation = {1, 1},  cost = { }, },
        [5] = {46, 4, -25, 15, levelRequirement = 12, statInterpolation = {1, 1},  cost = { }, },
        [6] = {46, 4, -25, 15, levelRequirement = 14, statInterpolation = {1, 1},  cost = { }, },
        [7] = {45, 4, -25, 15, levelRequirement = 17, statInterpolation = {1, 1},  cost = { }, },
        [8] = {44, 4, -25, 15, levelRequirement = 20, statInterpolation = {1, 1},  cost = { }, },
        [9] = {42, 4, -25, 15, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
        [10] = {40, 4, -25, 15, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
        [11] = {40, 4, -25, 15, levelRequirement = 31, statInterpolation = {1, 1},  cost = { }, },
        [12] = {39, 4, -25, 15, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
        [13] = {37, 4, -25, 15, levelRequirement = 42, statInterpolation = {1, 1},  cost = { }, },
        [14] = {35, 4, -25, 15, levelRequirement = 46, statInterpolation = {1, 1},  cost = { }, },
        [15] = {34, 4, -25, 15, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
        [16] = {33, 4, -25, 15, levelRequirement = 54, statInterpolation = {1, 1},  cost = { }, },
        [17] = {31, 6, -25, 15, levelRequirement = 58, statInterpolation = {1, 1},  cost = { }, },
        [18] = {30, 6, -25, 15, levelRequirement = 61, statInterpolation = {1, 1},  cost = { }, },
        [19] = {29, 6, -25, 15, levelRequirement = 65, statInterpolation = {1, 1},  cost = { }, },
        [20] = {29, 6, -25, 15, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
        [21] = {28, 6, -25, 15, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
        [22] = {28, 10, -25, 15, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
        [23] = {28, 10, -25, 15, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
        [24] = {28, 10, -25, 15, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
        [25] = {28, 10, -25, 15, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
        [26] = {28, 10, -25, 15, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
        [27] = {28, 10, -25, 15, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
        [28] = {28, 10, -25, 15, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
        [29] = {28, 10, -25, 15, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
        [30] = {28, 10, -25, 15, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
        [31] = {28, 10, -25, 15, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
        [32] = {28, 10, -25, 15, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
        [33] = {28, 10, -25, 15, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
        [34] = {28, 10, -25, 15, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
        [35] = {28, 10, -25, 15, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
        [36] = {28, 10, -25, 15, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
    },
}
怪物提供的经验值提高 100%
掉落的物品稀有度提高 15000%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    恶灵铁匠
    亡灵
    怪物提供的经验值提高 100%
    掉落的物品稀有度提高 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Blacksmith
    幽魂N
    标签flesh_armour, has_one_hand_sword, has_one_handed_melee, large_height, large_model, melee, not_dex, not_int, physical_affinity, red_blood, slow_movement, standalone_map_boss, undead, zombie
    生命
    400%
    护甲
    +100%
    异常状态临界值
    400%
    抗性
    40 40 40 25
    伤害
    125%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    1.65 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    130%
    类型
    ZombieBossMapBoss
    Metadata
    MapZombieBossHillockStandalone
    等级
    68
    生命
    557,385
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    532
    法术伤害
    794
    命中
    290
    攻击间隔
    1.1055
    经验值
    112,805
    异常状态临界值
    351,153
    冰缓
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 845–1267
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ZombieBossExtract
    ZombieBossLeapSlam
    攻击, 范围, 近战, 位移, 快行, Slam, 图腾技能
    跃击
    基本伤害: 845–1267
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    冷却时间: 7 秒
    一跃而起,落地时用武器对敌人造成伤害,并击退敌人。被踩到的敌人会被推出去。限定斧类、锤类、短杖、剑类或长杖。无法被多重打击辅助。
    伤害总增 28%
    攻击速度总降 25%
    基础范围为 1.5
    cast time overrides attack duration [1]
    is area damage [1]
    leap slam spawn X zombies on impact [10]
    ZombieBossHeavyStrike
    攻击, 近战单一目标, 攻击可重复, 近战
    重击
    基本伤害: 845–1267
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    对敌人进行一次强力攻击并将它们击退。限定锤类、短杖、斧类,剑类或双手武器。
    击中时击退敌人
    伤害总增 50%
    此攻击额外重复 3
    敌人晕眩门槛降低 30%
    近战攻击速度总增 40%

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	slow_animations_go_to_idle = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Transitionable
    {
    	create_transitioned =
    	"
    		HideMeshSegment( ZombieBoss_mesh|Sword|SwordShape );
    		AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/OneHandSwordZombieHeld.ao, R_Weapon );
    	"
    
    	on_transition =
    	"
    		HideMeshSegment( ZombieBoss_mesh|Sword|SwordShape );
    		AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/OneHandSwordZombieHeld.ao, R_Weapon );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieBoss/MapZombieBossHillockStandalone"] = {
        name = "The Blacksmith",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "Melee",
            "ZombieBossHeavyStrike",
            "ZombieBossExtract",
            "ZombieBossLeapSlam",
        },
        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["ZombieBossHeavyStrike"] = {
        name = "Heavy Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "base_melee_attack_repeat_count",
            "support_multiple_attacks_melee_attack_speed_+%_final",
            "active_skill_damage_+%_final",
            "global_knockback",
        },
        levels = {
            [1] = {30, 3, 40, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ZombieBossExtract"] = {
        name = "ZombieBossExtract",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {levelRequirement = 38, statInterpolation = {},  cost = { }, },
            [3] = {levelRequirement = 54, statInterpolation = {},  cost = { }, },
            [4] = {levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [5] = {levelRequirement = 71, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ZombieBossLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "leap_slam_spawn_X_zombies_on_impact",
            "active_skill_attack_speed_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {50, 4, -25, 15, levelRequirement = 3, statInterpolation = {1, 1},  cost = { }, },
            [2] = {49, 4, -25, 15, levelRequirement = 5, statInterpolation = {1, 1},  cost = { }, },
            [3] = {48, 4, -25, 15, levelRequirement = 8, statInterpolation = {1, 1},  cost = { }, },
            [4] = {47, 4, -25, 15, levelRequirement = 10, statInterpolation = {1, 1},  cost = { }, },
            [5] = {46, 4, -25, 15, levelRequirement = 12, statInterpolation = {1, 1},  cost = { }, },
            [6] = {46, 4, -25, 15, levelRequirement = 14, statInterpolation = {1, 1},  cost = { }, },
            [7] = {45, 4, -25, 15, levelRequirement = 17, statInterpolation = {1, 1},  cost = { }, },
            [8] = {44, 4, -25, 15, levelRequirement = 20, statInterpolation = {1, 1},  cost = { }, },
            [9] = {42, 4, -25, 15, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
            [10] = {40, 4, -25, 15, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [11] = {40, 4, -25, 15, levelRequirement = 31, statInterpolation = {1, 1},  cost = { }, },
            [12] = {39, 4, -25, 15, levelRequirement = 36, statInterpolation = {1, 1},  cost = { }, },
            [13] = {37, 4, -25, 15, levelRequirement = 42, statInterpolation = {1, 1},  cost = { }, },
            [14] = {35, 4, -25, 15, levelRequirement = 46, statInterpolation = {1, 1},  cost = { }, },
            [15] = {34, 4, -25, 15, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
            [16] = {33, 4, -25, 15, levelRequirement = 54, statInterpolation = {1, 1},  cost = { }, },
            [17] = {31, 6, -25, 15, levelRequirement = 58, statInterpolation = {1, 1},  cost = { }, },
            [18] = {30, 6, -25, 15, levelRequirement = 61, statInterpolation = {1, 1},  cost = { }, },
            [19] = {29, 6, -25, 15, levelRequirement = 65, statInterpolation = {1, 1},  cost = { }, },
            [20] = {29, 6, -25, 15, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
            [21] = {28, 6, -25, 15, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
            [22] = {28, 10, -25, 15, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
            [23] = {28, 10, -25, 15, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
            [24] = {28, 10, -25, 15, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
            [25] = {28, 10, -25, 15, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
            [26] = {28, 10, -25, 15, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
            [27] = {28, 10, -25, 15, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
            [28] = {28, 10, -25, 15, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
            [29] = {28, 10, -25, 15, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
            [30] = {28, 10, -25, 15, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
            [31] = {28, 10, -25, 15, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
            [32] = {28, 10, -25, 15, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
            [33] = {28, 10, -25, 15, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
            [34] = {28, 10, -25, 15, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
            [35] = {28, 10, -25, 15, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
            [36] = {28, 10, -25, 15, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    怪物提供的经验值提高 100%
    掉落的物品稀有度提高 15000%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    恶灵铁匠
    亡灵
    怪物提供的经验值提高 100%
    掉落的物品稀有度提高 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Blacksmith
    幽魂N
    标签elder_map_boss, flesh_armour, is_unarmed, large_height, large_model, non_attacking, not_dex, not_int, red_blood, slow_movement, undead, zombie
    生命
    400%
    护甲
    +100%
    异常状态临界值
    400%
    抗性
    40 40 40 25
    伤害
    125%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 10
    攻击间隔
    1.65 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    130%
    类型
    ZombieBossMapBoss
    Metadata
    MapZombieBossHillockElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ZombieBoss/MapZombieBossHillockElder"] = {
        name = "The Blacksmith",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.25,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 10,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    怪物提供的经验值提高 100%
    掉落的物品稀有度提高 15000%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Edit

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