Forja andante
Constructo
display monster mod nemesis test [0]
Walking Forge
Spectre | Y |
---|---|
Tags | bludgeoning_weapon, Lanzador de hechizos, construct, hard_armour, is_unarmed, large_model, lightning_affinity, medium_height, medium_movement, melee, not_dex, physical_affinity |
Vida
192%
Energy Shield From Life
60%
Armadura
+50%
Ailment Threshold
192%
Resistencia
75 0 0 0
Damage
160%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
160%
Model Size
130%
Type
CrucibleClockworkGolem
Metadata
ClockworkGolem
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
12,352
Armadura
43,185
Evasión
4,739
Escudo de energía
3,676
Damage
598
Daño de hechizos
598
Precisión
290
Attack Time
1.5
Experiencia
16,408
Ailment Threshold
12,352
Chill
39
Shock
39
Brittle
221
Scorch
39
Sap
108
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedFire
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 478–717
Probabilidad de golpe crítico: 5%
Daño de ataque: 75%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
Inflige un 25% menos de daño de ataque
Inflige un 150.3% más de daño
El 75% del daño físico se convierte en daño de fuego
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]
Inflige un 150.3% más de daño
El 75% del daño físico se convierte en daño de fuego
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
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 2 seg
Tiempo de recarga: 6 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
Inflige de 387.9 a 581.9 de daño de fuego
Dispara 6 proyectiles adicionales
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]
Dispara 6 proyectiles adicionales
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
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Tiempo de lanzamiento: 1 seg
Inflige 927.2 de daño de fuego base por segundo
La duración base es de 2 segundos
active skill area of effect radius +% final [-50]
La duración base es de 2 segundos
active skill area of effect radius +% final [-50]
CrucibleClockworkRoll
Attack, Melee, Movement, Travel
Filos giratorios
Base Damage: 478–717
Probabilidad de golpe crítico: 5%
Daño de ataque: 60%
Daño de ataque: 60%
Attack Time: 1.5 seg
Tiempo de recarga: 9 seg
Te lanzas entre los enemigos e infliges daño de arma. Si empuñas dos armas, atacarás con ambas e infligirás el daño de las dos en un solo golpe. Solo funciona con dagas, garras y espadas a una mano.
Inflige un 40% menos de daño de ataque
cast time overrides attack duration [1]
ignores proximity shield [1]
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.", 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] = {baseMultiplier = 0.6, 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] = {2.5999999046326, -50, 2000, levelRequirement = 0, statInterpolation = {3}, cost = { }, }, }, }
display monster mod nemesis test [0]
Id | ClockworkGolemDaemon |
---|---|
Family | Daemon |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |