Difference between revisions of "Devastator"

From CrawlWiki
Jump to: navigation, search
m (update to 0.30)
(v. bump, add details)
Line 1: Line 1:
{{version030}}
+
{{version031}}
 
{{flavour|A wooden cudgel, loaded with more than just lead.}}
 
{{flavour|A wooden cudgel, loaded with more than just lead.}}
  
Line 5: Line 5:
  
 
+6 shillelagh (modified [[club]]; 8 base damage)<br>
 
+6 shillelagh (modified [[club]]; 8 base damage)<br>
Causes a 3x3 explosion when damage is dealt<ref>{{source ref|0.30.1|spl-damage.cc|1698}}</ref>
+
Causes a 3x3 explosion when damage is dealt<ref>{{source ref|0.31.0|spl-damage.cc|1701}}</ref>
 +
 
 +
==Mechanics==
 +
The explosion deals <code>Nd(1.5 * weapon_dmg/3)</code> additional damage to the target and all monsters adjacent to it.<ref>{{source ref|0.30.1|art-func.h|750}}</ref><ref>{{source ref|0.31.0|spl-damage.cc|1746}}</ref> It does not affect [[invisible]] monsters, nor does it affect the player.
 +
 
 +
Like [[Shatter]], the number of dice 'N' is dependent on the monster hurt:
 +
{| cellpadding="1" cellspacing="0" border="0" align="center"
 +
!align="left" style="width:28em;border-bottom:thin solid black;"|Target
 +
!align="right" style="width:3em;border-bottom:thin solid black;padding-left:1em;"|N
 +
|-
 +
|Monsters made from metal, stone or crystal
 +
|align="right" | 6
 +
|-
 +
|[[Insubstantial]] monsters
 +
|align="right" | 1
 +
|-
 +
|[[Petrify]]ing/Petrified (reduced later by petrification reduction)
 +
|align="right" | 6
 +
|-
 +
|Monsters made from ice or bone
 +
|align="right" | 6
 +
|-
 +
|Slimy monsters
 +
|align="right" | 1
 +
|-
 +
|[[Flying]] monsters
 +
|align="right" | 1
 +
|-
 +
|All other monsters
 +
|align="right" | 3
 +
|}
 +
 
 +
Note that N is calculated for each individual monster, so targeting a metallic monster won't make the explosion cause more damage to flying monsters nearby. Against a regular non-flying monster, you can expect an average of +75% damage.
  
 
==Desirability==
 
==Desirability==
'''Devastator'''<ref>{{source ref|0.30.1|art-data.txt|1232}}</ref> is basically a well-[[enchant]]ed [[club]] with upgraded base stats and unavoidable splash damage to everything adjacent to your target when used in melee. Devastator's explosion damage doesn't affect [[insubstantial]] or [[invisible]] monsters.
+
'''Devastator'''<ref>{{source ref|0.31.0|art-data.txt|1233}}</ref> is a well-[[enchant]]ed [[club]], with upgraded base stats and unavoidable splash damage.
  
 
Despite everything constantly blowing up in your face, it actually does no backlash damage to you. It's especially useful for quickly clearing out swarms of fragile enemies like [[bat]]s or [[killer bee]]s, but it deals with single enemies in the early- and mid-game just fine.  
 
Despite everything constantly blowing up in your face, it actually does no backlash damage to you. It's especially useful for quickly clearing out swarms of fragile enemies like [[bat]]s or [[killer bee]]s, but it deals with single enemies in the early- and mid-game just fine.  

Revision as of 10:05, 25 January 2024

Version 0.31: This article is up to date for the latest stable release of Dungeon Crawl Stone Soup.
A wooden cudgel, loaded with more than just lead.

Devastator.png the +6 shillelagh "Devastator"

+6 shillelagh (modified club; 8 base damage)
Causes a 3x3 explosion when damage is dealt[1]

Mechanics

The explosion deals Nd(1.5 * weapon_dmg/3) additional damage to the target and all monsters adjacent to it.[2][3] It does not affect invisible monsters, nor does it affect the player.

Like Shatter, the number of dice 'N' is dependent on the monster hurt:

Target N
Monsters made from metal, stone or crystal 6
Insubstantial monsters 1
Petrifying/Petrified (reduced later by petrification reduction) 6
Monsters made from ice or bone 6
Slimy monsters 1
Flying monsters 1
All other monsters 3

Note that N is calculated for each individual monster, so targeting a metallic monster won't make the explosion cause more damage to flying monsters nearby. Against a regular non-flying monster, you can expect an average of +75% damage.

Desirability

Devastator[4] is a well-enchanted club, with upgraded base stats and unavoidable splash damage.

Despite everything constantly blowing up in your face, it actually does no backlash damage to you. It's especially useful for quickly clearing out swarms of fragile enemies like bats or killer bees, but it deals with single enemies in the early- and mid-game just fine.

This artefact is more likely to spawn in the early game, where it is more likely to be useful.

History

  • In 0.29, Devastator creates noise again, though is much quieter.
  • Prior to 0.28, Devastator was not explicitly likely to spawn in the early-game.
  • Prior to 0.27, Devastator's explosions were very loud instead of being completely silent.
  • Prior to 0.15, Devastator had a +4, +8 enchantment level.
  • Devastator was added in 0.10.

References