Difference between revisions of "Devastator"
(v. bump, add details) |
|||
Line 8: | Line 8: | ||
==Mechanics== | ==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. | + | The explosion deals <code>Nd(5 + 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 cannot miss. 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: | Like [[Shatter]], the number of dice 'N' is dependent on the monster hurt: | ||
Line 37: | Line 37: | ||
|} | |} | ||
− | 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 | + | 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 + (0.75 * wpn_dmg</code> explosion damage, but unlike [[brand]]s, it is affected by [[AC]]. | ||
==Desirability== | ==Desirability== | ||
− | '''Devastator'''<ref>{{source ref|0.31.0|art-data.txt|1233}}</ref> is a well- | + | '''Devastator'''<ref>{{source ref|0.31.0|art-data.txt|1233}}</ref> is basically a well-enchanted [[club]] with extra splash damage. It's especially useful against swarms of fragile enemies, like [[killer bee]]s, but it's perfectly fine against lone enemies in the early- and mid-game. Later on, you'll want to switch to an [[eveningstar]]/[[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. | This artefact is more likely to spawn in the early game, where it is more likely to be useful. |
Revision as of 09:17, 25 January 2024
A wooden cudgel, loaded with more than just lead. |
the +6 shillelagh "Devastator"
+6 shillelagh (modified club; 8 base damage)
Causes a 3x3 explosion when damage is dealt[1]
Contents
Mechanics
The explosion deals Nd(5 + 1.5 * weapon_dmg/3)
additional damage to the target and all monsters adjacent to it.[2][3] It cannot miss. 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 7.5 + (0.75 * wpn_dmg
explosion damage, but unlike brands, it is affected by AC.
Desirability
Devastator[4] is basically a well-enchanted club with extra splash damage. It's especially useful against swarms of fragile enemies, like killer bees, but it's perfectly fine against lone enemies in the early- and mid-game. Later on, you'll want to switch to an eveningstar/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
- ↑ spl-damage.cc:1701 (0.31.0)
- ↑ art-func.h:750 (0.30.1)
- ↑ spl-damage.cc:1746 (0.31.0)
- ↑ art-data.txt:1233 (0.31.0)