Coagulated Elemental
Construct
Area: The Eternal Laboratory
Spectre | N |
---|---|
Area | The Eternal Laboratory |
Tags | cannot_be_monolith, cleaving_weapon, construct, has_one_hand_mace, has_one_handed_melee, hidden_monster, liquid_armour, medium_height, melee, not_dex, not_str, physical_affinity, red_blood, slow_movement, unusable_corpse, water_elemental |
Packs |
Life
144%
Energy Shield From Life
50%
Ailment Threshold
144%
Resistance
40 0 0 0
Damage
184%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experience
120%
Model Size
110%
Type
BloodElementalQuakeSlam
Metadata
BloodElementalEmergeEarthquake
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
9,264
Armour
28,790
Evasion
4,739
Energy Shield
3,064
Damage
687
Spell Damage
687
Accuracy
290
Attack Time
1.5
Experience
12,306
Ailment Threshold
9,264
Chill
29
Shock
29
Brittle
166
Scorch
29
Sap
81
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
Default Attack
Base Damage: 550–825
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
QuakeSlamBloodElemental
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 550–825
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 4 sec
Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.
Base duration is 3 seconds
Aftershock deals +50% more Damage with Hits and Ailments
active skill area of effect radius +% final [-20]
is area damage [1]
Aftershock deals +50% more Damage with Hits and Ailments
active skill area of effect radius +% final [-20]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge2" main_hand_unarmed_type = "One_Hand_Mace" } Life { corpse_usable = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act3/blood_elemental/bloodele_emerge.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/BloodElemental/BloodElementalEmergeEarthquake"] = { name = "Coagulated Elemental", life = 1.44, energyShield = 0.5, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.84, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, skillList = { "Melee", "QuakeSlamBloodElemental", }, 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["QuakeSlamBloodElemental"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {3000, 50, -20, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }