行動鍛造
生物
display monster mod nemesis test [0]
monster no map drops [1]
Walking Forge
幽魂Y
標籤bludgeoning_weapon, 法術, construct, hard_armour, is_unarmed, large_model, lightning_affinity, medium_height, medium_movement, melee, not_dex, physical_affinity
生命
192%
生命轉為護盾
60%
護甲
+60%
異常狀態臨界值
192%
抗性
75 0 0 0
傷害
160%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
160%
Model Size
130%
類型
CrucibleClockworkGolem
Metadata
ClockworkGolem
等級
68
生命
12,352
護甲
46,064
閃避
4,739
能量護盾
3,676
傷害
598
法術傷害
598
命中
290
攻擊間隔
1.5
經驗值
16,408
異常狀態臨界值
12,352
冰緩
39
感電
39
易碎
221
焦灼
39
殘喘
108
MeleeAtAnimationSpeedFire
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 478–717
暴擊率: 5%
攻擊傷害: 75%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
造成 25% 更少攻擊傷害
造成 150.3% 更多傷害
75% 物理傷害轉化至火焰傷害
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]
MMSCrucibleClockworkGolemMortar
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
暴擊率: 5%
施放時間: 2 秒
冷卻時間: 6 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 387.9581.9 火焰傷害
發射 6 個額外投射物
base is projectile [1]
is area damage [1]
mortar cone angle [90]
projectile minimum range [20]
projectile spread radius [20]
spell maximum action distance +% [-60]
CGECrucibleClockworkBurningGround
法術, 範圍, 傷害, 可觸發, 持續時間, 範圍法術
施放時間: 1 秒
每秒造成 1069.8 基本火焰傷害
+2 秒基礎持續時間
active skill area of effect radius +% final [-50]
CrucibleClockworkRoll
攻擊, 近戰, 位移, 快行
迴旋之刃
基本傷害: 478–717
暴擊率: 5%
攻擊間隔: 1.5 秒
冷卻時間: 9 秒
迅速穿越敵人並同時造成武器傷害。如果雙持武器攻擊,會使用兩把武器打出一次性傷害。限定匕首、爪以及單手劍。不能被多重打擊輔助。
cast time overrides attack duration [1]
ignores proximity shield [1]

Object Type

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/FireMonsterBase"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueCrucible/CrucibleMonsterBase"
extends "Metadata/Monsters/LeagueCrucible/FireMonsterBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueCrucible/Fire/ClockworkGolem"] = {
    name = "Walking Forge",
    life = 1.92,
    energyShield = 0.6,
    fireResist = 75,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.6,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "CrucibleClockworkRoll",
        "MeleeAtAnimationSpeedFire",
        "MMSCrucibleClockworkGolemMortar",
        "CGECrucibleClockworkBurningGround",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["CrucibleClockworkRoll"] = {
    name = "Whirling Blades",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.9,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "ignores_proximity_shield",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedFire"] = {
    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 = {
        "active_skill_damage_+%_final",
        "skill_physical_damage_%_to_convert_to_fire",
        "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] = {0, 75, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        [2] = {0, 75, baseMultiplier = 0.75, levelRequirement = 19, statInterpolation = {2},  cost = { }, },
        [3] = {1, 75, baseMultiplier = 0.75, levelRequirement = 20, statInterpolation = {2},  cost = { }, },
        [4] = {200, 75, baseMultiplier = 0.75, levelRequirement = 84, statInterpolation = {2},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSCrucibleClockworkGolemMortar"] = {
    name = "MMSCrucibleClockworkGolemMortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    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 = 2,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_spread_radius",
        "projectile_minimum_range",
        "number_of_additional_projectiles",
        "mortar_cone_angle",
        "spell_maximum_action_distance_+%",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20, 20, 6, 90, -60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["CGECrucibleClockworkBurningGround"] = {
    name = "CGECrucibleClockworkBurningGround",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {3, -50, 2000, levelRequirement = 0, statInterpolation = {3},  cost = { }, },
    },
}
display monster mod nemesis test [0]
IdClockworkGolemDaemon
FamilyDaemon
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • display monster mod nemesis test Min: 0 Max: 0 全域
  • 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.