Difference between revisions of "Phases of the moon"

From NetHackWiki
Jump to navigation Jump to search
(created)
 
(source code references)
Line 1: Line 1:
Just as in real life, the NetHack world goes through several '''phases of the moon'''. Probably unlike real life, these phases have a real effect on gameplay.
+
Just as in real life, the NetHack world goes through several '''phases of the moon'''<ref>[[hacklib.c#line564]]</ref>. Probably unlike real life, these phases have a real effect on gameplay.
  
 
The moon phase is determined at the start of the game; if you save and restart the game will remain in the phase it was when you first started. The moon phases are determined by your system clock. Technically it is possible to change the clock to get a desired moon phase, but this is considered [[cheating]].
 
The moon phase is determined at the start of the game; if you save and restart the game will remain in the phase it was when you first started. The moon phases are determined by your system clock. Technically it is possible to change the clock to get a desired moon phase, but this is considered [[cheating]].
  
During a full moon:
+
During a '''full moon''':
*Your base [[luck]] is increased by one.
+
*Your base [[luck]] is increased by one.<ref>[[allmain.c#line30]]</ref>
*[[Werecreature]]s, especially at night, will usually be in their animal form.
+
*[[Werecreature]]s, especially at night, will usually be in their animal form.<ref>[[were.c#line18]]</ref>
*[[Dog]]s will howl at night when #[[chat]]ted to.
+
*[[Dog]]s will howl at night when #[[chat]]ted to.<ref>[[sounds.c#line546]]</ref>
*You have a chance of not being able to tame dogs at night.
+
*You have a chance of not being able to tame dogs at night.<ref>[[dog.c#line759]]</ref>
  
During a new moon:
+
During a '''new moon''':
*Contrary to popular belief, luck is not decreased.
+
*Contrary to popular belief, luck is not decreased.<ref>[[allmain.c#line33]]</ref>
*If a [[cockatrice]] uses its hissing attack and you have no [[lizard]] [[corpse]], you will always start turning into stone, rather than having a 1-in-10 chance.
+
*If a [[cockatrice]] uses its hissing attack and you have no [[lizard]] [[corpse]], you will always start turning into stone, rather than having a 1-in-10 chance.<ref>[[mhitu.c#line1190]]</ref>
 +
 
 +
==Source code references==
 +
<references/>
  
 
==See also==
 
==See also==

Revision as of 23:27, 7 August 2006

Just as in real life, the NetHack world goes through several phases of the moon[1]. Probably unlike real life, these phases have a real effect on gameplay.

The moon phase is determined at the start of the game; if you save and restart the game will remain in the phase it was when you first started. The moon phases are determined by your system clock. Technically it is possible to change the clock to get a desired moon phase, but this is considered cheating.

During a full moon:

  • Your base luck is increased by one.[2]
  • Werecreatures, especially at night, will usually be in their animal form.[3]
  • Dogs will howl at night when #chatted to.[4]
  • You have a chance of not being able to tame dogs at night.[5]

During a new moon:

  • Contrary to popular belief, luck is not decreased.[6]
  • If a cockatrice uses its hissing attack and you have no lizard corpse, you will always start turning into stone, rather than having a 1-in-10 chance.[7]

Source code references

See also


This page is based on a spoiler by Dylan O'Donnell. The original license is:

Redistribution, copying, and editing of these spoilers, with or without modification, are permitted provided that the following conditions are met:

  1. The original contributors to any spoiler must continue to be credited.
  2. Any modifications to the spoiler must be acknowledged and credited.