Difference between revisions of "Fragile"

From NetHackWiki
Jump to navigation Jump to search
m (Grammar - made it look like PC was laying mirrors...)
Line 17: Line 17:
 
** [[Crystal plate mail]]
 
** [[Crystal plate mail]]
  
Breaking mirrors or eggs laid by you carries a [[Luck]] penalty.  
+
Breaking either eggs laid by you or any mirrors carries a [[Luck]] penalty.  
  
 
Fragile items inside [[container]]s can break when the container is kicked, thrown, or otherwise abused. However, the algorithm used in this case is slightly different: cameras, melons, and pies will never break, eggs have a {{frac|3}} chance of being damaged, and other fragile objects have a 67% chance.{{reffunc|dokick.c|container_impact_dmg}} For stackable items, each damaged stack will lose only one item. Items inside a [[bag of holding]] or a nested bag are immune.
 
Fragile items inside [[container]]s can break when the container is kicked, thrown, or otherwise abused. However, the algorithm used in this case is slightly different: cameras, melons, and pies will never break, eggs have a {{frac|3}} chance of being damaged, and other fragile objects have a 67% chance.{{reffunc|dokick.c|container_impact_dmg}} For stackable items, each damaged stack will lose only one item. Items inside a [[bag of holding]] or a nested bag are immune.

Revision as of 04:16, 20 November 2020

Fragile items are destroyed when thrown, kicked, hit with a force bolt or wand of striking, or dropped from a height (from levitating, riding or down stairs).

Items in your inventory are safe from shattering.

The following items are fragile:[1]

Breaking either eggs laid by you or any mirrors carries a Luck penalty.

Fragile items inside containers can break when the container is kicked, thrown, or otherwise abused. However, the algorithm used in this case is slightly different: cameras, melons, and pies will never break, eggs have a 13 chance of being damaged, and other fragile objects have a 67% chance.[2] For stackable items, each damaged stack will lose only one item. Items inside a bag of holding or a nested bag are immune.

References

This page may need to be updated for the current version of NetHack.

It may contain text specific to NetHack 3.4.3. Information on this page may be out of date.

Editors: After reviewing this page and making necessary edits, please change the {{nethack-343}} tag to the current version's tag or {{noversion}} as appropriate.