Difference between revisions of "Double Trouble"

From NetHackWiki
Jump to navigation Jump to search
(formatting pass)
(refsrc + ver)
Line 1: Line 1:
'''Double Trouble''' is a [[monster spell]] that appears in ''[[NetHack]]'', and is cast exclusively by the [[Wizard of Yendor]].
+
'''Double Trouble''' is a [[monster spell]] that appears in ''[[NetHack]]'', and is cast exclusively by the [[Wizard of Yendor]].{{refsrc|src/mcastu.c|803|version=NetHack 3.6.7|name="wizrestrict"|comment=Only the Wizard has access to the spell}}
  
 
==Description==
 
==Description==
As the name suggests, the spell creates a clone of the caster with all of the powers of the original - the Wizard of Yendor can cast this spell at level 19, and will only do so if no clone is already present.<ref>[[Source:Mcastu.c#line168]], [[Source:Mcastu.c#line188]], [[Source:Mcastu.c#line90]]</ref> The clone has a {{frac|2}} chance of being created with a [[cheap plastic imitation of the Amulet of Yendor]], and will temporarily take on the appearance of one of the following monsters before his first move:{{refsrc|src/wizard.c|49|version=NetHack 3.6.7}}
+
As the name suggests, the spell creates a clone of the caster with all of the powers of the original. The Wizard of Yendor can cast this spell at level 19 or higher, and will only do so if he can see you and no clone is already present.{{refsrc|src/mcastu.c|101|version=NetHack 3.6.7|comment=casting level for Double Trouble}}{{refsrc|src/mcastu.c|397|version=NetHack 3.6.7}}<ref name="wizrestrict"/> The clone has a {{frac|2}} chance of being created with a [[cheap plastic imitation of the Amulet of Yendor]], and will temporarily take on the appearance of one of the following monsters before his first move:{{refsrc|src/wizard.c|49|version=NetHack 3.6.7}}
  
 
* {{monsymlink|human}}
 
* {{monsymlink|human}}
Line 24: Line 24:
 
==References==
 
==References==
 
<references/>
 
<references/>
{{nethack-343}}
+
{{nethack-367}}
 
[[Category:Monster spells]]
 
[[Category:Monster spells]]

Revision as of 21:53, 29 August 2023

Double Trouble is a monster spell that appears in NetHack, and is cast exclusively by the Wizard of Yendor.[1]

Description

As the name suggests, the spell creates a clone of the caster with all of the powers of the original. The Wizard of Yendor can cast this spell at level 19 or higher, and will only do so if he can see you and no clone is already present.[2][3][1] The clone has a 12 chance of being created with a cheap plastic imitation of the Amulet of Yendor, and will temporarily take on the appearance of one of the following monsters before his first move:[4]

The clone's shifted appearance functions similarly to a mimic: moving in the direction of a disguised clone will reveal them to be the Wizard of Yendor.

Strategy

The Staff of Aesculapius or Stormbringer can level drain the Wizard to level 18 or below, preventing him from casting Double Trouble.

References