Difference between revisions of "Amulet of strangulation"

From NetHackWiki
Jump to navigation Jump to search
m (orphaned a bunch of stuff I was doing, finish those last bits out)
(further formatting, expansion, variants)
Line 11: Line 11:
  
 
==Description==
 
==Description==
When worn, the amulet immediately begins constricting your throat, beginning a [[delayed instadeath]] and [[auto-identify]]ing the amulet: Unless you are in a form that either lacks a [[head]] or is both [[breathless]] and [[mindless]], you are strangled to death in six turns.{{refsrc|src/mondata.c|362|version=NetHack 3.6.7|comment=<code>can_be_strangled</code> function}}{{refsrc|src/do_wear.c|777|version=NetHack 3.6.7}} While subjected to strangulation, your [[strength]] is abused, and you cannot operate [[whistle]]s or other similar [[instrument]]s, cannot [[spellcast]], and additionally cannot [[read]] [[scroll]]s if you are currently [[blind]].{{refsrc|src/mondata.c|336|version=NetHack 3.6.7|comment=<code>can_blow</code> function}}{{refsrc|src/mondata.c|350|version=NetHack 3.6.7|comment=<code>can_chant</code> function}} Removing the amulet aborts strangulation.
+
When worn, the amulet immediately begins constricting your throat, beginning a [[delayed instadeath]] and [[auto-identify]]ing the amulet: Unless you are in a form that either lacks a [[head]] or is both [[breathless]] and [[mindless]], you will be killed by [[strangulation]] in six turns.{{refsrc|src/mondata.c|362|version=NetHack 3.6.7|comment=<code>can_be_strangled</code> function}}{{refsrc|src/do_wear.c|777|version=NetHack 3.6.7}} While subjected to strangulation, your [[strength]] is abused, and you cannot perform several actions: you are unable to [[quaff]], operate [[whistle]]s or other similar [[instrument]]s, [[read]] [[scroll]]s if you are currently [[blind]], or cast [[spells]].{{refsrc|src/mondata.c|336|version=NetHack 3.6.7|comment=<code>can_blow</code> function}}{{refsrc|src/mondata.c|350|version=NetHack 3.6.7|comment=<code>can_chant</code> function}}{{refsrc|src/potion.c|493|version=NetHack 3.6.7}} Removing the amulet aborts strangulation.
  
[[Eating jewelry|Eating the amulet]] has a {{frac|19|20}} chance of choking you to death immediately unless you are breathless.
+
[[Eating jewelry|Eating the amulet]] has a {{frac|19|20}} chance of choking you to death immediately unless you are breathless. [[Rust monster]]s will avoid eating an amulet of strangulation.{{refsrc|src/mon.c|886|version=NetHack 3.6.7}}
  
 
==Strategy==
 
==Strategy==
Line 26: Line 26:
  
 
==Messages==
 
==Messages==
The messages in the ''Alt. message'' column occur when you are [[breathless]], and {{frac|50}} of the time otherwise.{{refsrc|src/timeout.c|257|version=NetHack 3.6.7}}
+
{{message|If you can't breathe air, how can you drink liquid?|You attempted to quaff while being strangled.}}
 +
{{message|You are being strangled.|You are being strangled by wearing an amulet of strangulation, as viewed via [[enlightenment]].}}
 +
 
 +
===Turns to live===
 +
The messages below correspond to the amount of turns you have left to live in the ''Alt. message'' column occur when you are [[breathless]], and {{frac|50}} of the time otherwise.{{refsrc|src/timeout.c|257|version=NetHack 3.6.7}}
  
 
{|class="wikitable"
 
{|class="wikitable"
Line 55: Line 59:
 
|0
 
|0
 
|}
 
|}
 +
 +
==Variants==
 +
===SLASH'EM===
 +
In [[SLASH'EM]], a cursed amulet of strangulation [[name]]d life saving is generated in The Chamber of Junk within the [[Lawful Quest]] at level creation.
 +
 +
===dNetHack===
 +
In [[dNetHack]], the [[Wizard of Yendor]] has a unique spell that forces an amulet of strangulation onto your neck, transforming any currently worn amulet into one if possible. If you are wearing an amulet, the spell can be prevented with [[magic resistance]].
  
 
==References==
 
==References==

Revision as of 08:17, 4 December 2023

" Circular amulet.png
Name amulet of strangulation
Appearance random
Base price 150 zm
Weight 20

An amulet of strangulation is a type of amulet that appears in NetHack.

Generation

13.5% of randomly-generated amulets will be an amulet of strangulation. The amulet is generated cursed 90.5% of the time, uncursed 9% of the time, and blessed 0.5% of the time.

An amulet of strangulation is always generated in a chest on the middle floor of Vlad's Tower outside of bones files.

Description

When worn, the amulet immediately begins constricting your throat, beginning a delayed instadeath and auto-identifying the amulet: Unless you are in a form that either lacks a head or is both breathless and mindless, you will be killed by strangulation in six turns.[1][2] While subjected to strangulation, your strength is abused, and you cannot perform several actions: you are unable to quaff, operate whistles or other similar instruments, read scrolls if you are currently blind, or cast spells.[3][4][5] Removing the amulet aborts strangulation.

Eating the amulet has a 1920 chance of choking you to death immediately unless you are breathless. Rust monsters will avoid eating an amulet of strangulation.[6]

Strategy

The amulet of strangulation is a dangerous item and one of the main reasons, if not the main reason, that a player should avoid putting on unidentified amulets, especially without at least determining their beatitude. While removing the amulet is enough to save you, most amulets of strangulation are generated cursed. Thankfully, any worn amulet of strangulation is considered a major trouble for prayer - praying successfully will destroy the amulet, and the timer for strangulation is paused during the three turns of invulnerability.

Most methods of curse removal that do not rely on spells (e.g. remove curse) or reading scrolls blind can uncurse an amulet and allow you to remove it. A wand of cancellation is a last resort in this regard - if you have turns to spare and no other means of uncursing the amulet, you can drop everything else that you do not want cancelled, then zap yourself with the wand and safely remove it.

History

The amulet of strangulation first appears in NetHack 3.0.0. From this version to NetHack 3.4.3, including some variants based on those versions, the amulet can strangle you regardless of your current form, though having breathlessness will save you from choking while eating the amulet.

The inability to cast spells while wearing an amulet of strangulation is introduced in NetHack 3.6.1.

Messages

If you can't breathe air, how can you drink liquid?
You attempted to quaff while being strangled.
You are being strangled.
You are being strangled by wearing an amulet of strangulation, as viewed via enlightenment.

Turns to live

The messages below correspond to the amount of turns you have left to live in the Alt. message column occur when you are breathless, and 150 of the time otherwise.[7]

Message Alt. message Turns left to live
"It constricts your throat!" "It constricts your throat!" 5
"You find it hard to breathe." "Your neck is becoming constricted." 4
"You're gasping for air." "Your blood is having trouble reaching your brain." 3
"You can no longer breathe." "The pressure on your neck increases." 2
"You're turning blue." "Your consciousness is fading." 1
"You suffocate." "You suffocate." 0

Variants

SLASH'EM

In SLASH'EM, a cursed amulet of strangulation named life saving is generated in The Chamber of Junk within the Lawful Quest at level creation.

dNetHack

In dNetHack, the Wizard of Yendor has a unique spell that forces an amulet of strangulation onto your neck, transforming any currently worn amulet into one if possible. If you are wearing an amulet, the spell can be prevented with magic resistance.

References