Key Ring: Difference between revisions

From PZwiki
(ver31.9-)
 
(Added info)
Line 5: Line 5:
|weight = 0
|weight = 0
}}
}}
A key ring is an item given automatically when the character is created. It will always come with exactly one [[Key|key]] on it: 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.
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]]
Padlock Key [[File:KeyPadlock1.png]]
Padlock Key [[File:KeyPadlock1.png]]

Revision as of 01:01, 16 August 2016

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. It will always come with exactly one key on it: 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.


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 -

See Also