Key Ring: Difference between revisions

From PZwiki
m (Minor)
(Automated infobox update)
Line 2: Line 2:
{{Header|Project Zomboid|Items|Baggage|type=Baggage|version=Version 41|incver=50}}
{{Header|Project Zomboid|Items|Baggage|type=Baggage|version=Version 41|incver=50}}
{{Stub}}
{{Stub}}
{{Infobox container
{{Infobox item
| display_name = Key Ring
| name = Key Ring
| name_colour = Container
| model = KeyRing_Model.png
| name_text_colour = Container
| icon= KeyRing.png
| image = KeyRing_Model.png
| icon_name= Key Ring
| alternate_image= KeyRing.png
| alternate_name= Key Ring
| category = Container
| category = Container
| weight = 0
| weight = 0

Revision as of 01:12, 16 February 2024

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
KeyRing Model.png
General
Category
Container
Encumbrance
Moodle Icon HeavyLoad.png
0
Properties
Capacity
1

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, Padlock and Combination Padlock 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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.50
item KeyRing
{
  Weight              = 0,
  Type                = Container,
  DisplayName         = Key Ring,
  Icon                = KeyRing,
  Capacity            = 1,
  OnlyAcceptCategory  = Key,
  MetalValue          = 5,
}

History

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

See also