Key Ring: Difference between revisions

From PZwiki
m (added that key ring is useful to reduce clutter)
(Reorganized, reworded sections)
Line 11: Line 11:
| capacity = {{Tooltip|1|Cannot hold anything other than keys}}
| capacity = {{Tooltip|1|Cannot hold anything other than keys}}
}}
}}
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 to reduce clutter in your inventory. Items that are not keys cannot be put on the key ring.
A '''key ring''' is a container for storing keys.


A key is a pretty common item to find. Although it is possible to find keys in [[containers]] such as [[Containers#Counters|counters]], [[Containers#Bedroom Storage|dressers]], and [[Containers#Crates|crates]], it is much more common to find them on the [[corpse]]s of [[zombie]]s 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. [[Car Key|Car keys]] can be put on the key ring.
== Usage ==
When keys are found, they can be put into the key ring to reduce clutter in your inventory. Items that are not keys cannot be put on the key ring. [[Car Key|Car keys]] can be put on the key ring.


Door Keys:
Keys can be used to lock or unlock their respective doors, including vehicle doors.


[[File:Key1.png]]
== Distribution ==
A key ring is given to the player automatically when the character is created. There is a 40% chance to spawn with the key to the house the player spawned in.


[[File:Key2.png]]
A key is a common item. Although it is possible to find keys in [[containers]] such as [[Containers#Counters|counters]], [[Containers#Bedroom Storage|dressers]], and [[Containers#Crates|crates]], it is much more common to find them on the [[corpse]]s of [[zombie]]s that were inside or in the vicinity of the building. If a [[door]] exists, it is likely to have a key that corresponds to it.


[[File:Key3.png]]
== Variants ==
 
Door Keys:
[[File:Key4.png]]


[[File:Key5.png]]
[[File:Key1.png]] [[File:Key2.png]] [[File:Key3.png]] [[File:Key4.png]] [[File:Key5.png]]


Padlock Key:
Padlock Key:
Line 47: Line 48:
-->
-->
== Code ==
== Code ==
<nowiki>
<nowiki>
item KeyRing
item KeyRing
Weight = 0,
Weight = 0,

Revision as of 21:24, 6 July 2021

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Key Ring
Key Ring
General
Category Container
Encumbrance
Heavy Load
0
Capacity 1
Technical details
Item ID Item IDs

A key ring is a container for storing keys.

Usage

When keys are found, they can be put into the key ring to reduce clutter in your inventory. Items that are not keys cannot be put on the key ring. Car keys can be put on the key ring.

Keys can be used to lock or unlock their respective doors, including vehicle doors.

Distribution

A key ring is given to the player automatically when the character is created. There is a 40% chance to spawn with the key to the house the player spawned in.

A key is a common item. 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 is likely to have a key that corresponds to it.

Variants

Door Keys:

Key1.png Key2.png Key3.png Key4.png Key5.png

Padlock Key:

KeyPadlock1.png

Car Key:

CarKey.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



Template:Navbox/Tools