Key Ring: Difference between revisions

From PZwiki
m (Added Navbox/Tools)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages|Key Ring}}
 
{{Notice|Short}}
{{move|Key}}
{{Consumables
{{Consumables
|image = KeyRing.png
|image = KeyRing.png
|weight = 0
|weight = 0
}}
}}
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 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 cabinets, dressers, and crates, it is much more common to find them on the corpses 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.
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.


Door Key[[File:Key1.png]][[File:Key2.png]][[File:Key3.png]][[File:Key4.png]][[File:Key5.png]]
Door Key[[File:Key1.png]][[File:Key2.png]][[File:Key3.png]][[File:Key4.png]][[File:Key5.png]]
Line 23: Line 24:
-->
-->
== Code ==
== Code ==
  <nowiki>item KeyRing
  <nowiki>
    {
item KeyRing
        Weight = 0,
Weight = 0,
        Type = Container,
Type = Container,
        DisplayName = Key Ring,
DisplayName = Key Ring,
        Icon = KeyRing,
Icon = KeyRing,
        Capacity = 1,
Capacity = 1,
        OnlyAcceptCategory = Key,
OnlyAcceptCategory = Key,
    }</nowiki>
</nowiki>


== History ==
== History ==
Line 37: Line 38:
{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
! Alpha || 
! colspan="2" | Alpha  
|-
|-
| Ver31.9 || Added to game.
| Ver31.9 || Added to game.
Line 53: Line 54:
{{Navbox/Consumables}}
{{Navbox/Consumables}}
-->
-->
{{Navbox/Tools}}

Revision as of 04:00, 8 April 2021

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Furniture Pickup.png
It has been suggested that this article be moved to Key.

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



Template:Navbox/Tools