Key Ring

From PZwiki
Revision as of 12:41, 10 May 2018 by Vaileasys (talk | contribs) (fixed language and container links +layout fixes)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.


A key ring is an item given automatically when the character is created. There is a 40% chance to spawn with a key: the key to the house the player spawned in. When additional keys are found, this is the place to put them. Items that are not keys cannot be put on the key ring.

A key is a pretty common item to find. Although it is possible to find keys in containers such as counters, dressers, and crates, it is much more common to find them on the corpses of zombies that were inside or in the vicinity of the building. If a door exists, it has a pretty decent chance to have a key that corresponds to it. However, if you find a key, you have probably already broken into the building the key is in, so it is very rare to find a useful key.

Door KeyKey1.pngKey2.pngKey3.pngKey4.pngKey5.png Padlock Key KeyPadlock1.png

Code

	item KeyRing
		Weight			= 0,
		Type			= Container,
		DisplayName		= Key Ring,
		Icon			= KeyRing,
		Capacity		= 1,
		OnlyAcceptCategory 	= Key,

History

Alpha
Ver31.9 Added to game.
Ver35.26 Now only a 40% chance to spawn with your house key.

See Also