Sting attack

From NetHackWiki
Jump to navigation Jump to search
This article is about the attack type. For the artifact, see Sting.

A sting attack, also known simply as a sting, is a melee attack type that appears in NetHack, and is primarily used by monsters. The attack type is defined by the AT_STNG flag within monattk.h in the source code.[1]

Description

A monster that has a sting attack, including a hero polymorphed into such a monster, performs the attack by attempting to strike the target with an organ or limb designed for stinging, which causes them to make contact with the defender.

Magic cancellation can block special effects from sting attacks if they use damage types that are also blocked by magic cancellation. Stinging a cockatrice or chickatrice will turn the attacker to stone, and monsters will avoid doing so against such targets when possible, with the exception of a hero in the form of either monster.[2][3][4]

List of monsters

The following monsters have sting attacks:

History

The sting attack type is formally defined in NetHack 3.0.0.

Messages

<The monster> stings!
A monster hit you with a sting attack.[5]
<The monster> lunges wildly and misses!
A monster targeted a sting attack at you, but you are invisible or else they cannot see you.[6]
<The monster> stings <the other monster>.
A monster hit another monster with a sting attack.[7]
You sting <the monster>.
You hit a monster with a sting attack.[8]

Variants

Variants of NetHack may add new monsters with sting attacks, as well as different types of sting attacks.

References