Difference between revisions of "Dungeon Growths"

From NetHackWiki
Jump to navigation Jump to search
(Adding to Patches category)
(Remove broken link from patch template)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{patch
 
{{patch
 
  |author=Pasi Kallinen
 
  |author=Pasi Kallinen
|download=https://bilious.alt.org/~paxed/nethack/nh340-dgn_growths.diff
 
 
  |bilious=35
 
  |bilious=35
 
}}
 
}}
  
The '''Dungeon Growths''' [[patch]], written by Pasi Kallinen, adds code that enables plant life of various forms to grow and spread in the dungeon. It is most notably incorporated into the popular [[UnNetHack]] [[variant]] of the game.
+
The '''Dungeon Growths''' [[patch]], written by Pasi Kallinen, adds code that enables plant life of various forms to grow and spread in the dungeon. It has been incorporated into [[SLASH'EM]], [[SlashTHEM]], [[UnNetHack]], and [[Hack'EM]].
  
The patch contains two major elements: herb growth and tree growth.
+
The patch contains three major elements: herb growth, tree growth, and tree drops.
  
 
== Herb Growth ==
 
== Herb Growth ==
Line 20: Line 19:
 
* [[kelp frond]]
 
* [[kelp frond]]
  
Trees will also occasionally drop a single "ripe" [[fruit]] onto an adjacent tile. This can be any kind of 'fruit' you can get by kicking a tree, including [[eucalyptus leaf|eucalyptus leaves]].
+
Trees will also occasionally drop a single "ripe" fruit [[comestible]] onto an adjacent tile. This can be any kind of 'fruit' you can get by kicking a tree, including [[eucalyptus leaf|eucalyptus leaves]].
  
 
== Tree growth ==
 
== Tree growth ==
 
[[Tree]]s in the dungeon can potentially seed trees to nearby squares. While this growth is slow, it can mean that unattended trees can become dense forests by the time levels are revisited in the ascension run.
 
[[Tree]]s in the dungeon can potentially seed trees to nearby squares. While this growth is slow, it can mean that unattended trees can become dense forests by the time levels are revisited in the ascension run.
 +
 +
[[UnNetHack]] and [[Hack'EM]] will generate a random [[axe]] on levels with trees so that adventurers will have a way to cut through any dense groves.
 +
 +
== Tree Drops ==
 +
An additional effect is that trees can spontaneously drop ripe [[fruit]]s from time-to-time. This is quite rare, but unlike the tree seeding it can happen when you are in direct view of a tree. The fruit that is dropped is random and will only be a single fruit. There is a following 5 in 6 chance that the tree will be marked as "looted" and will not drop any further fruits. It is extremely fortuitous if you ever see the same tree drop two different fruits, as it is possible but very improbable.
 +
 +
== Hack'EM ==
 +
[[Hack'EM]] expands on the "land herbs" category: [[pineapple]]s, [[sprig of catnip|sprigs of catnip]], and [[mushroom]]s have been added so they can also propagate on the dungeon floor.
  
 
[[Category: Patches]]
 
[[Category: Patches]]

Latest revision as of 01:45, 21 December 2023

Dungeon Growths
Author Pasi Kallinen
Download unknown
NetHack PatchDB 35

The Dungeon Growths patch, written by Pasi Kallinen, adds code that enables plant life of various forms to grow and spread in the dungeon. It has been incorporated into SLASH'EM, SlashTHEM, UnNetHack, and Hack'EM.

The patch contains three major elements: herb growth, tree growth, and tree drops.

Herb Growth

The patch considers certain plant-based items to be herbs. When left on an appropriate tile for a long time, these items have a chance of multiplying.

Land herbs multiply when left on the floor:

Water herbs multiply while underwater:

Trees will also occasionally drop a single "ripe" fruit comestible onto an adjacent tile. This can be any kind of 'fruit' you can get by kicking a tree, including eucalyptus leaves.

Tree growth

Trees in the dungeon can potentially seed trees to nearby squares. While this growth is slow, it can mean that unattended trees can become dense forests by the time levels are revisited in the ascension run.

UnNetHack and Hack'EM will generate a random axe on levels with trees so that adventurers will have a way to cut through any dense groves.

Tree Drops

An additional effect is that trees can spontaneously drop ripe fruits from time-to-time. This is quite rare, but unlike the tree seeding it can happen when you are in direct view of a tree. The fruit that is dropped is random and will only be a single fruit. There is a following 5 in 6 chance that the tree will be marked as "looted" and will not drop any further fruits. It is extremely fortuitous if you ever see the same tree drop two different fruits, as it is possible but very improbable.

Hack'EM

Hack'EM expands on the "land herbs" category: pineapples, sprigs of catnip, and mushrooms have been added so they can also propagate on the dungeon floor.