Gólem Magmático
Constructo
Magmatic Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, Lanzador de hechizos, construct, delve_monster, fire_affinity, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, mud_blood, no_pantheon_mod, not_int, physical_affinity, ranged, stone_armour |
Vida
225%
Armadura
+100%
Evasión
+40%
Ailment Threshold
225%
Resistencia
40 0 0 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
150%
Model Size
132%
Type
RockGolemDelve
Metadata
RockGolemDelveMagma
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
14,475
Armadura
57,580
Evasión
6,635
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.5
Experiencia
15,383
Ailment Threshold
14,475
Chill
46
Shock
46
Brittle
259
Scorch
46
Sap
126
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
FireElementalMultiMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.2 seg
Tiempo de recarga: 2.5 seg
Habilidad de mortero de monstruo genérico. Igual que Proyectil de monstruo, pero tiene un efecto al impactar.
Inflige de 328.9 a 493.3 de daño de fuego
Dispara 5 proyectiles adicionales
base is projectile [1]
is area damage [1]
projectile spread radius [15]
spell maximum action distance +% [-33]
Dispara 5 proyectiles adicionales
base is projectile [1]
is area damage [1]
projectile spread radius [15]
spell maximum action distance +% [-33]
MagmaGolemSlam
Triggerable, Attack
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Attack Time: 1.5 seg
Tiempo de recarga: 3 seg
Inflige un 50% más de daño de ataque
Inflige un 50% más de daño
El 50% del daño físico se convierte en daño de fuego
20% menos Velocidad de Ataque
is area damage [1]
Inflige un 50% más de daño
El 50% del daño físico se convierte en daño de fuego
20% menos Velocidad de Ataque
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve"
Object Type Codes
version 2 extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/earth_elemental/skins/magma_skin.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RockGolem/RockGolemDelveMagma"] = { name = "Magmatic Golem", life = 2.25, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "FireElementalMultiMortar", "MagmaGolemSlam", }, 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["FireElementalMultiMortar"] = { name = "FireElementalMultiMortar", 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 = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "number_of_additional_projectiles", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 15, -33, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MagmaGolemSlam"] = { name = "MagmaGolemSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_fire", "active_skill_attack_speed_+%_final", "is_area_damage", }, levels = { [1] = {50, 50, -20, baseMultiplier = 1.5, levelRequirement = 0, statInterpolation = {2}, cost = { }, }, }, }
Gólem Magmático
Constructo
Magmatic Golem
Spectre | N |
---|---|
Tags | bludgeoning_weapon, construct, fire_affinity, has_one_hand_sword, has_one_handed_melee, medium_movement, melee, mud_blood, not_int, stone_armour |
Vida
225%
Armadura
+100%
Evasión
+40%
Ailment Threshold
225%
Resistencia
40 0 0 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
150%
Model Size
83%
Type
RockGolemDelve
Metadata
ExpeditionRockGolemMagma
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
14,475
Armadura
57,580
Evasión
6,635
Escudo de energía
0
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
1.5
Experiencia
15,383
Ailment Threshold
14,475
Chill
46
Shock
46
Brittle
259
Scorch
46
Sap
126
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: 359–538
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]
Object Type
version 2 extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve"
Object Type Codes
version 2 extends "Metadata/Monsters/RockGolem/Delve/RockGolemDelve" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/earth_elemental/skins/magma_skin.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueExpedition/RockGolem/ExpeditionRockGolemMagma"] = { name = "Magmatic Golem", life = 2.25, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "MeleeAtAnimationSpeedFire", }, modList = { }, } -- 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 = { }, }, }, }