Lightless Abomination
DemonArea: Abyssal Depths
| Spectre | |
|---|---|
| Area | Abyssal Depths |
| Tags | abyss_blood, abyssal, demon, large_height, not_dex, not_int, slow_movement |
Life
228%
Armour
+40%
Ailment Threshold
228%
Resistance
Damage
133%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
8 ~ 18
Attack Time
1.5 Second
Damage Spread
±20%
Experience
190%
Model Size
150%
Type
AbyssTwoCocoon
Metadata
Cocoon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
78
Life
41,583
Armour
88,108
Evasion Rating
6,667
Damage
898
Spell Damage
898
Accuracy
856
Attack Time
1.5
Experience
23,516
Minion Life
8,270
Minion Damage
743
Ailment Threshold
41,583
Chill
131
Shock
131
Brittle
744
Scorch
131
Sap
363
Phys Convert Ele
290%
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).
MeleeAtAnimationSpeed2
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 718—1077
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
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]
MeleeAtAnimationSpeedCombo
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 718—1077
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
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]
MPSCocoonCrystalMortar
Spell, Projectile, ProjectilesFromUser, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Cooldown Time: 5 sec
Deals 414.7 to 622.1 Physical Damage
Projectiles Pierce all Targets
50% of Physical Damage Converted to Lightning Damage
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
disable visual hit effect [1]
maintain projectile direction when using contact position [1]
monster projectile variation [286]
projectile ballistic angle from reference event [1]
projectile ballistic angle from target distance [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles not offset [1]
use scaled contact offset [1]
SOCocoonCrystalSpawn
Triggerable, Spell
Cast Time: 1 sec
GSCocoonAbyssCrystalZap
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 937.5 to 2813 Lightning Damage
50% chance to Shock enemies
is area damage [1]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AbyssTwoLeague/Cocoon"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Lightless Abomination",
life = 2.28,
damage = 1.33,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 18,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedCombo",
"MeleeAtAnimationSpeed2",
"MPSCocoonCrystalMortar",
"GSCocoonAbyssCrystalZap",
"SOCocoonCrystalSpawn",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedCombo"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed2"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSCocoonCrystalMortar"] = {
name = "MPSCocoonCrystalMortar",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"monster_projectile_variation",
"base_physical_damage_%_to_convert_to_lightning",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"check_for_targets_between_initiator_and_projectile_source",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
"use_scaled_contact_offset",
"projectile_uses_contact_direction",
"projectile_ballistic_angle_from_reference_event",
"projectile_ballistic_angle_from_target_distance",
"projectiles_not_offset",
"always_pierce",
"disable_visual_hit_effect",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 286, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSCocoonAbyssCrystalZap"] = {
name = "GSCocoonAbyssCrystalZap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_chance_to_shock_%",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SOCocoonCrystalSpawn"] = {
name = "SOCocoonCrystalSpawn",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
Lightless Abomination
Demon| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/AbyssTwoLeague/Cocoon |
| Tags | abyss_blood, abyssal, demon, large_height, not_dex, not_int, slow_movement |
Life
228%
Armour
+40%
Ailment Threshold
228%
Resistance
Damage
133%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
8 ~ 18
Attack Time
1.5 Second
Damage Spread
±20%
Experience
190%
Model Size
150%
Type
AbyssTwoCocoon
Metadata
CocoonDeepwater
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
14,668
Armour
40,306
Evasion Rating
4,739
Damage
497
Spell Damage
497
Accuracy
580
Attack Time
1.5
Experience
19,485
Minion Life
3,182
Minion Damage
397
Ailment Threshold
14,668
Chill
46
Shock
46
Brittle
262
Scorch
46
Sap
128
Phys Convert Ele
240%
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).
MeleeAtAnimationSpeed2
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 397—596
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
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]
MeleeAtAnimationSpeedCombo
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 397—596
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
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]
MPSCocoonCrystalMortar
Spell, Projectile, ProjectilesFromUser, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Cooldown Time: 5 sec
Deals 248.3 to 372.4 Physical Damage
Projectiles Pierce all Targets
50% of Physical Damage Converted to Lightning Damage
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
disable visual hit effect [1]
maintain projectile direction when using contact position [1]
monster projectile variation [286]
projectile ballistic angle from reference event [1]
projectile ballistic angle from target distance [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles not offset [1]
use scaled contact offset [1]
SOCocoonCrystalSpawn
Triggerable, Spell
Cast Time: 1 sec
GSCocoonAbyssCrystalZap
Spell, Triggerable
Critical Strike Chance: 5%
Cast Time: 1 sec
Deals 534.9 to 1605 Lightning Damage
50% chance to Shock enemies
is area damage [1]
Object Type
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AbyssTwoLeague/CocoonDeepwater"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Lightless Abomination",
life = 2.28,
damage = 1.33,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 18,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedCombo",
"MeleeAtAnimationSpeed2",
"MPSCocoonCrystalMortar",
"GSCocoonAbyssCrystalZap",
"SOCocoonCrystalSpawn",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedCombo"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed2"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSCocoonCrystalMortar"] = {
name = "MPSCocoonCrystalMortar",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"monster_projectile_variation",
"base_physical_damage_%_to_convert_to_lightning",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"check_for_targets_between_initiator_and_projectile_source",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
"use_scaled_contact_offset",
"projectile_uses_contact_direction",
"projectile_ballistic_angle_from_reference_event",
"projectile_ballistic_angle_from_target_distance",
"projectiles_not_offset",
"always_pierce",
"disable_visual_hit_effect",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 286, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GSCocoonAbyssCrystalZap"] = {
name = "GSCocoonAbyssCrystalZap",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_chance_to_shock_%",
"is_area_damage",
},
levels = {
[1] = {0.5, 1.5, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SOCocoonCrystalSpawn"] = {
name = "SOCocoonCrystalSpawn",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.




















