Difference between revisions of "Deferred features"

From NetHackWiki
Jump to navigation Jump to search
(oops, duplicated instead of rewrote...)
(telekinesis)
Line 40: Line 40:
  
 
There are [[hero]] attributes <code>nv_range</code> and <code>xray_range</code> which suggest intrinsic night vision and x-ray vision may be implemented one day<ref>[[you.h#line178]]</ref>.
 
There are [[hero]] attributes <code>nv_range</code> and <code>xray_range</code> which suggest intrinsic night vision and x-ray vision may be implemented one day<ref>[[you.h#line178]]</ref>.
 +
 +
The code for snagging shop inventory from outside the shop (currently requires a [[bullwhip]]) has a comment mentioning the possibility of telekinesis.
  
 
==See also==
 
==See also==

Revision as of 02:40, 21 August 2006

The NetHack source contains code for several currently unimplemented features. Some of them are marked deferred, so they may or may not make it into the next version. Many of the following features are included in Slash'EM.

Monsters

The beholder[1]: a type of floating eye (in fact many eyes on stalks coming out of an even bigger eye; derived from Dungeons & Dragons) with 5 gaze attacks: slowing, sleep, disintegration, stoning, and cancellation.

Depending on how the gaze attacks work (none of them are coded yet), the beholder would be an exceptionally nasty enemy.

The shimmering dragon[2]: This would leave shimmering dragon scales and let you create shimmering dragon scale mail, which would confer displacement. Monster displacement is not yet implemented, which may be why this dragon is not yet present. There would be corresponding baby shimmering dragons.

The vorpal jabberwock[3]: A tougher type of jabberwock (level 20 vs level 15).

The vampire mage[4]: The next step up from a vampire lord, with spellcasting abilities.

Charon

Charon and Cerberus are present in the source code if CHARON is defined, but even if it is, they are both unique monsters which are not placed by any current map. Charon is a very high level peaceful human who, if true to his name's mythology, will ferry the player across the also-yet-to-be-implemented river Acheron/Styx for a fee.

Cerberus is a very high level dog who is tangentially related to Charon in greek mythology, as the guardian of the gates to Hades.

Objects

The spellbook of flame sphere[5] and spellbook of freeze sphere[6]: creates a tame flaming/freezing sphere which will eventually explode at hostile monsters.

Burying

There is code for "burying" both you and monsters ("The floor opens up and swallows <monster>!"). You can be buried, and stay alive for a while (eventually suffocating), and you have the opportunity to tunnel out.[7]

Other features

There is code that gives a 1 in 25 chance of applied bullwhips yanking a monster's weapon away from it, and it hitting you.[8]

There is code that lets monsters use scrolls of fire as a last-resort offense.[9]

There is code for creating force fields over an area of the map.[10]

There is a hint that randomising the order of the elemental planes is a possibility.[11]

There is code to give elves a luck penalty for wielding cold iron.[12]

There are hero attributes nv_range and xray_range which suggest intrinsic night vision and x-ray vision may be implemented one day[13].

The code for snagging shop inventory from outside the shop (currently requires a bullwhip) has a comment mentioning the possibility of telekinesis.

See also

  • Defunct features: Features that have been present in some previous version of NetHack but have since been removed.

References