Stranglecrawl
Demon
Area: InvasionBoss
monster casts ethereal knives text [1]
monster throws beartraps text [1]
300% increased Quantity of Items Dropped
800% increased Rarity of Items Dropped
monster no map drops [1]
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
monster is invasion boss [1]
kill traps mines and totems on death [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
monster throws beartraps text [1]
300% increased Quantity of Items Dropped
800% increased Rarity of Items Dropped
monster no map drops [1]
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
monster is invasion boss [1]
kill traps mines and totems on death [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Spectre | N |
---|---|
Area | InvasionBoss |
End Game | 50% increased maximum Life |
Tags | caster, demon, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, invasion_boss, light_armour, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, small_height, undying |
Packs |
Life
180%
Evasion
+25%
Ailment Threshold
180%
Resistance
30 30 30 20
Damage
120%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.65 Second
Damage Spread
±20%
Experience
120%
Model Size
173%
Type
UndyingBossInvasion
Metadata
UndyingBossInvasion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
11,580
Armour
28,790
Evasion
5,924
Energy Shield
0
Damage
448
Spell Damage
448
Accuracy
290
Attack Time
1.65
Experience
12,306
Ailment Threshold
11,580
Chill
37
Shock
37
Brittle
207
Scorch
37
Sap
101
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: 359–538
Critical Strike Chance: 5%
Attack Time: 1.65 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]
UndyingWhirlingBladesInvasion
Attack, Melee, Movement, Travel
Whirling Blades
Base Damage: 359–538
Critical Strike Chance: 5%
Attack Time: 1.65 sec
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.
Deals 40% less Damage
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
cast time overrides attack duration [1]
ignores proximity shield [1]
monster flurry [1]
MonsterEtherealKnivesInvasion
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
Ethereal Knives
Critical Strike Chance: 5%
Cast Time: 0.6 sec
Fires an arc of knives outwards in front of the caster which deal physical damage.
Deals 527.6 to 791.3 Physical Damage
Fires 9 additional Projectiles
base is projectile [1]
Fires 9 additional Projectiles
base is projectile [1]
MonsterBearTrapInvasion
Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
Bear Trap
Critical Strike Chance: 5%
Effectiveness of Added Damage: 150%
Cast Time: 1 sec
Cooldown Time: 8 sec
Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.
Deals to 456.8 Physical Damage
Trap lasts +30 seconds
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
trap variation [12]
Trap lasts +30 seconds
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
trap variation [12]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/UndyingBossInvasion"] = { name = "Stranglecrawl", life = 1.8, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 1.65, attackRange = 6, accuracy = 1, skillList = { "UndyingWhirlingBladesInvasion", "Melee", "MonsterBearTrapInvasion", "MonsterEtherealKnivesInvasion", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["UndyingWhirlingBladesInvasion"] = { 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.43, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "monster_flurry", "cast_time_overrides_attack_duration", "ignores_proximity_shield", }, levels = { [1] = {-40, 1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- 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["MonsterBearTrapInvasion"] = { name = "Bear Trap", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Mineable] = true, [SkillType.Trapped] = true, [SkillType.Damage] = true, [SkillType.Physical] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_physical_damage", "secondary_maximum_base_physical_damage", "base_trap_duration", "trap_variation", "base_skill_is_trapped", "ignores_trap_and_mine_cooldown_limit", "is_trap", }, levels = { [1] = {0, 0.69999998807907, 30000, 12, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {0, 1, 30000, 12, critChance = 5, levelRequirement = 39, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterEtherealKnivesInvasion"] = { name = "Ethereal Knives", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arc of knives outwards in front of the caster which deal physical damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.6, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 9, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 9, critChance = 5, levelRequirement = 5, statInterpolation = {3, 3}, cost = { }, }, }, }
monster casts ethereal knives text [1]
Id | MonsterCastsEtherealKnivesText |
---|---|
Family | MonsterCastsEtherealKnives |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster throws beartraps text [1]
Id | MonsterThrowsBeartrapsText |
---|---|
Family | MonsterThrowsBeartraps |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
300% increased Quantity of Items Dropped
800% increased Rarity of Items Dropped
Id | MonsterInvasionBoss |
---|---|
Family | MonsterInvasionBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
Id | MonsterImplicitTrapsInvulnerable4Sec |
---|---|
Family | MonsterTrapsInvulnerable |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster is invasion boss [1]
Id | IsInvasionBoss |
---|---|
Family | MonsterIsInvasionBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
kill traps mines and totems on death [1]
Id | MonsterKillTrapsMinesTotemsOnDeath |
---|---|
Family | MonsterKillTrapsMinesTotemsOnDeath |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |