Difference between revisions of "Swap chest"

From NetHackWiki
Jump to navigation Jump to search
m (Messages: update item names to match their current form)
m (describe object distribution across the three servers)
Line 16: Line 16:
  
 
Swap chests cannot be locked<ref>https://github.com/tnnt-devteam/tnnt/blob/cdcb59c1583e6fc7604f93cc59ffd3f6f6b441d3/src/lock.c#L386</ref> or [[Wand of probing|probe]]d<ref>https://github.com/tnnt-devteam/tnnt/blob/af9e0b8d02109c47fc2d20a709e5723fbfe10042/src/zap.c#L1934</ref>. [[Gelatinous cube|Monsters]] cannot eat the swap chest, and will be instantly killed if they attempt it. [[You]], however, can eat an empty swap chest if polymorphed into a [[gelatinous cube]]. Swap chests cannot be picked up by players due to their massive weight, but a tame [[nymph]] can carry it. [[Kick]]ing a swap chest before removing an object from it causes it to deal 10-14 damage to you, ignoring [[half physical damage]]<ref>https://github.com/tnnt-devteam/tnnt/blob/af9e0b8d02109c47fc2d20a709e5723fbfe10042/src/dokick.c#L620</ref>.
 
Swap chests cannot be locked<ref>https://github.com/tnnt-devteam/tnnt/blob/cdcb59c1583e6fc7604f93cc59ffd3f6f6b441d3/src/lock.c#L386</ref> or [[Wand of probing|probe]]d<ref>https://github.com/tnnt-devteam/tnnt/blob/af9e0b8d02109c47fc2d20a709e5723fbfe10042/src/zap.c#L1934</ref>. [[Gelatinous cube|Monsters]] cannot eat the swap chest, and will be instantly killed if they attempt it. [[You]], however, can eat an empty swap chest if polymorphed into a [[gelatinous cube]]. Swap chests cannot be picked up by players due to their massive weight, but a tame [[nymph]] can carry it. [[Kick]]ing a swap chest before removing an object from it causes it to deal 10-14 damage to you, ignoring [[half physical damage]]<ref>https://github.com/tnnt-devteam/tnnt/blob/af9e0b8d02109c47fc2d20a709e5723fbfe10042/src/dokick.c#L620</ref>.
 +
 +
Beginning in 2022, various changes have been made to how the swap chest behaves:
 +
* As an object is placed into the swap chest, there is an random equal chance of it staying where it is, or being moved to one of the other two TNNT servers. This will help ensure an even distribution of objects across all three servers.
 +
* Objects placed inside the swap chest cannot be removed by the same player that placed it inside.
  
 
==Eligible objects==
 
==Eligible objects==

Revision as of 22:20, 24 October 2022

(
Name swap chest
Appearance mysterious sapient pearwood container
Base price 16000 zm
Weight 6000
Material wood
Monster use Will not be used by monsters.

A swap chest is a special container in The November NetHack Tournament, added in 2018. It is never randomly generated, but there is a guaranteed swap chest in Mines' End and another in the Valley of the Dead. It allows players to exchange items between games. You cannot successfully wish for a swap chest except in wizard mode; doing so creates a normal chest instead[1].

In its initial state, you cannot remove objects from a swap chest; however, if the chest is empty, you can reveal that. You can place up to three objects into each swap chest, subject to restrictions (see below). Any object placed into a swap chest will be named to include the name of the player who donated it. Once you have placed an object into a swap chest, you can look inside and remove a single object from it. Once you have done so, you can no longer place objects inside[2]. Objects inside a swap chest will be fully identified.

Not removing an object from a swap chest constitutes the swap-chestless conduct in TNNT.

Swap chests cannot be locked[3] or probed[4]. Monsters cannot eat the swap chest, and will be instantly killed if they attempt it. You, however, can eat an empty swap chest if polymorphed into a gelatinous cube. Swap chests cannot be picked up by players due to their massive weight, but a tame nymph can carry it. Kicking a swap chest before removing an object from it causes it to deal 10-14 damage to you, ignoring half physical damage[5].

Beginning in 2022, various changes have been made to how the swap chest behaves:

  • As an object is placed into the swap chest, there is an random equal chance of it staying where it is, or being moved to one of the other two TNNT servers. This will help ensure an even distribution of objects across all three servers.
  • Objects placed inside the swap chest cannot be removed by the same player that placed it inside.

Eligible objects

The following items can be placed into a swap chest[6]:

Artifacts can never be placed into a swap chest.

Messages

The swap chest resists your attempt to rummage through it. You feel like it wants something from you.
You tried to look inside a swap chest before contributing to it.
The swap chest spits out your [object] disdainfully.
You tried to put in an object that is not eligible.
The swap chest refuses to impose further on your generosity, and encourages you to take something and be on your way.
You tried to put more than three objects in.
You hear a loud SPLAT!
A monster tried to eat a swap chest out of your sight.
a token from [donor]
Name of the first object to be placed into a swap chest.
kindly donated by [donor]
Name of the second object to be placed into a swap chest.
generously bestowed by [donor]
Name of the third object to be placed into a swap chest.

References