Crustacean Pelter
Spectre | Y |
---|---|
Tags | beast, extra_extra_small_height, hard_armour, insect, is_unarmed, physical_affinity, ranged, red_blood, very_slow_movement |
Life
70%
Ailment Threshold
70%
Resistance
0 0 40 0
Damage
90%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 30
Attack Time
0.99 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
SandSpitter
Metadata
SandSpitter4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
4,503
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
336
Spell Damage
336
Accuracy
290
Attack Time
0.99
Experience
10,255
Ailment Threshold
4,503
Chill
14
Shock
14
Brittle
81
Scorch
14
Sap
39
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).
MMASandSpitterProjectile
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 269–403
Critical Strike Chance: 5%
Attack Time: 0.99 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
+1.5 metres to Melee Strike Range
action should face away from target [1]
base is projectile [1]
is area damage [1]
maintain projectile direction when using contact position [1]
mortar projectile scale animation speed instead of projectile speed [1]
projectile minimum range [50]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
maintain projectile direction when using contact position [1]
mortar projectile scale animation speed instead of projectile speed [1]
projectile minimum range [50]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
MMASandSpitterBarrage2
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 269–403
Critical Strike Chance: 5%
Attack Time: 0.99 sec
Cooldown Time: 6 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
Deals 40% less Damage
+1.5 metres to Melee Strike Range
action attack or cast time uses animation length [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
monster reverse point blank damage -% at minimum range [50]
mortar projectile scale animation speed instead of projectile speed [1]
projectile spread radius [10]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
+1.5 metres to Melee Strike Range
action attack or cast time uses animation length [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
monster reverse point blank damage -% at minimum range [50]
mortar projectile scale animation speed instead of projectile speed [1]
projectile spread radius [10]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Emerge2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "parent.HideMeshSegment( polySurfaceShape1 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SandSpitters/SandSpitter4"] = { name = "Crustacean Pelter", life = 0.7, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 0.9, damageSpread = 0.2, attackTime = 0.99, attackRange = 30, accuracy = 1, skillList = { "MMASandSpitterProjectile", "MMASandSpitterBarrage2", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MMASandSpitterProjectile"] = { name = "MMASandSpitterProjectile", 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.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_spread_radius", "projectile_minimum_range", "melee_range_+", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_should_face_away_from_target", "maintain_projectile_direction_when_using_contact_position", "mortar_projectile_scale_animation_speed_instead_of_projectile_speed", }, levels = { [1] = {3, 50, 15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMASandSpitterBarrage2"] = { name = "MMASandSpitterBarrage2", 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.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_reverse_point_blank_damage_-%_at_minimum_range", "projectile_spread_radius", "melee_range_+", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_should_face_away_from_target", "projectile_uses_contact_direction", "mortar_projectile_scale_animation_speed_instead_of_projectile_speed", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {0, 50, 10, 15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-40, 50, 10, 15, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
Crustacean Pelter
Spectre | Y |
---|---|
Tags | beast, extra_extra_small_height, hard_armour, insect, is_unarmed, physical_affinity, ranged, red_blood, slow_movement |
Life
70%
Ailment Threshold
70%
Resistance
0 0 40 0
Damage
90%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 30
Attack Time
0.99 Second
Damage Spread
±20%
Experience
100%
Model Size
130%
Type
SandSpitter
Metadata
SandSpitter5_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
4,503
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
336
Spell Damage
336
Accuracy
290
Attack Time
0.99
Experience
10,255
Ailment Threshold
4,503
Chill
14
Shock
14
Brittle
81
Scorch
14
Sap
39
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).
MMASandSpitterProjectile
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 269–403
Critical Strike Chance: 5%
Attack Time: 0.99 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
+1.5 metres to Melee Strike Range
action should face away from target [1]
base is projectile [1]
is area damage [1]
maintain projectile direction when using contact position [1]
mortar projectile scale animation speed instead of projectile speed [1]
projectile minimum range [50]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
maintain projectile direction when using contact position [1]
mortar projectile scale animation speed instead of projectile speed [1]
projectile minimum range [50]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
MMASandSpitterBarrage2
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 269–403
Critical Strike Chance: 5%
Attack Time: 0.99 sec
Cooldown Time: 6 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
Deals 40% less Damage
+1.5 metres to Melee Strike Range
action attack or cast time uses animation length [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
monster reverse point blank damage -% at minimum range [50]
mortar projectile scale animation speed instead of projectile speed [1]
projectile spread radius [10]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
+1.5 metres to Melee Strike Range
action attack or cast time uses animation length [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
monster reverse point blank damage -% at minimum range [50]
mortar projectile scale animation speed instead of projectile speed [1]
projectile spread radius [10]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Emerge2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "parent.HideMeshSegment( polySurfaceShape1 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SandSpitters/SandSpitter5_"] = { name = "Crustacean Pelter", life = 0.7, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 0.9, damageSpread = 0.2, attackTime = 0.99, attackRange = 30, accuracy = 1, skillList = { "MMASandSpitterProjectile", "MMASandSpitterBarrage2", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MMASandSpitterProjectile"] = { name = "MMASandSpitterProjectile", 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.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_spread_radius", "projectile_minimum_range", "melee_range_+", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_should_face_away_from_target", "maintain_projectile_direction_when_using_contact_position", "mortar_projectile_scale_animation_speed_instead_of_projectile_speed", }, levels = { [1] = {3, 50, 15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMASandSpitterBarrage2"] = { name = "MMASandSpitterBarrage2", 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.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_reverse_point_blank_damage_-%_at_minimum_range", "projectile_spread_radius", "melee_range_+", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_should_face_away_from_target", "projectile_uses_contact_direction", "mortar_projectile_scale_animation_speed_instead_of_projectile_speed", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {0, 50, 10, 15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-40, 50, 10, 15, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
Crustacean Pelter
Beast
Area: Harbinger Map, Infused Beachhead
Spectre | Y |
---|---|
Area | Harbinger Map, Harbinger Map, Harbinger Map, Infused Beachhead |
Tags | beast, extra_extra_small_height, hard_armour, insect, is_unarmed, physical_affinity, ranged, red_blood, very_slow_movement |
Packs |
Life
70%
Ailment Threshold
70%
Resistance
0 0 40 0
Damage
90%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 30
Attack Time
0.99 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
SandSpitter
Metadata
SandSpitterHarbinger
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
83
Life
22,412
Armour
92,477
Evasion
7,860
Energy Shield
0
Damage
810
Spell Damage
810
Accuracy
518
Attack Time
0.99
Experience
13,132
Ailment Threshold
22,412
Chill
71
Shock
71
Brittle
401
Scorch
71
Sap
196
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).
MMASandSpitterProjectile
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 648–972
Critical Strike Chance: 5%
Attack Time: 0.99 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
+1.5 metres to Melee Strike Range
action should face away from target [1]
base is projectile [1]
is area damage [1]
maintain projectile direction when using contact position [1]
mortar projectile scale animation speed instead of projectile speed [1]
projectile minimum range [50]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
maintain projectile direction when using contact position [1]
mortar projectile scale animation speed instead of projectile speed [1]
projectile minimum range [50]
projectile spread radius [3]
projectile uses contact position [1]
use scaled contact offset [1]
MMASandSpitterBarrage2
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 648–972
Critical Strike Chance: 5%
Attack Time: 0.99 sec
Cooldown Time: 6 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
Deals 40% less Damage
+1.5 metres to Melee Strike Range
action attack or cast time uses animation length [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
monster reverse point blank damage -% at minimum range [50]
mortar projectile scale animation speed instead of projectile speed [1]
projectile spread radius [10]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
+1.5 metres to Melee Strike Range
action attack or cast time uses animation length [1]
action should face away from target [1]
base is projectile [1]
is area damage [1]
monster reverse point blank damage -% at minimum range [50]
mortar projectile scale animation speed instead of projectile speed [1]
projectile spread radius [10]
projectile uses contact direction [1]
projectile uses contact position [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Emerge2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "parent.HideMeshSegment( polySurfaceShape1 );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SandSpitters/SandSpitterHarbinger"] = { name = "Crustacean Pelter", life = 0.7, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 0.9, damageSpread = 0.2, attackTime = 0.99, attackRange = 30, accuracy = 1, skillList = { "MMASandSpitterProjectile", "MMASandSpitterBarrage2", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MMASandSpitterProjectile"] = { name = "MMASandSpitterProjectile", 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.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "projectile_spread_radius", "projectile_minimum_range", "melee_range_+", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_should_face_away_from_target", "maintain_projectile_direction_when_using_contact_position", "mortar_projectile_scale_animation_speed_instead_of_projectile_speed", }, levels = { [1] = {3, 50, 15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MMASandSpitterBarrage2"] = { name = "MMASandSpitterBarrage2", 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.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_reverse_point_blank_damage_-%_at_minimum_range", "projectile_spread_radius", "melee_range_+", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_should_face_away_from_target", "projectile_uses_contact_direction", "mortar_projectile_scale_animation_speed_instead_of_projectile_speed", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {0, 50, 10, 15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-40, 50, 10, 15, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }