Difference between revisions of "Devastator"

From CrawlWiki
Jump to: navigation, search
m
m (if you have sinv, it works on invis monsters)
 
(31 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{version012}}
+
{{version031}}
{{flavour|You guess this stick is loaded with something else than just lead}}
+
{{flavour|A wooden cudgel, loaded with more than just lead.}}
[[File:Shillelagh_devastator.png]] '''''A loaded stick'''''
 
  
Base stats: 8 damage, +3 accuracy, 13 delay<br>
+
[[File:Shillelagh_devastator.png]] '''''the +6 shillelagh "Devastator"'''''
Enchantment: +4, +8
 
  
Causes explosions on attack
+
+6 shillelagh (modified [[club]]; 8 base damage)<br>
 +
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(5 + weapon_dmg/2)</code> additional damage to the target and all monsters adjacent to it.<ref>{{source ref|0.30.1|art-func.h|751}}</ref><ref>{{source ref|0.31.0|spl-damage.cc|1747}}</ref> It cannot miss. It does not affect [[invisible]] monsters if you can't [[see invisible]], 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 <code>7.5 + (75% * wpn_dmg)</code> explosion damage, but unlike [[brand]]s, it is affected by [[AC]].
  
 
==Desirability==
 
==Desirability==
This is basically a well-[[enchant]]ed [[club]] (complete with confusion-inducing [[stabbing]]) with upgraded base stats which causes unavoidable splash damage to everything adjacent to your target when used in melee. While it can be thrown like a club, doing so won't cause an explosion.
+
'''Devastator'''<ref>{{source ref|0.31.0|art-data.txt|1233}}</ref> is basically a well-enchanted [[club]] with a "brand" that deals extra splash damage. It's especially useful against swarms of fragile enemies, like [[killer bee]]s, but it's still great against lone enemies in the early- and mid-game. Later on, you'll want to switch to an [[eveningstar]] or [[demon whip]] - these deal more damage against single targets.
 +
 
 +
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]].
  
Despite everything blowing up in your face constantly, it actually doesn't do much in the way of backlash damage, particularly if you're playing a high-[[AC]] character. It's especially useful for quickly clearing out swarms of fragile enemies like bats or killer bees, but it deals with single enemies just fine. It does make plenty of noise, though, so expect to deal with swarms of enemies considerably more often.
+
==References==
 +
<references/>
  
 
[[Category:Unrands]]
 
[[Category:Unrands]]
 
[[Category:Maces & Flails]]
 
[[Category:Maces & Flails]]

Latest revision as of 10:30, 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(5 + weapon_dmg/2) additional damage to the target and all monsters adjacent to it.[2][3] It cannot miss. It does not affect invisible monsters if you can't see invisible, 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 7.5 + (75% * wpn_dmg) explosion damage, but unlike brands, it is affected by AC.

Desirability

Devastator[4] is basically a well-enchanted club with a "brand" that deals extra splash damage. It's especially useful against swarms of fragile enemies, like killer bees, but it's still great against lone enemies in the early- and mid-game. Later on, you'll want to switch to an eveningstar or demon whip - these deal more damage against single targets.

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