Key

From PZwiki
Revision as of 00:49, 14 November 2022 by MrRavenFace (talk | contribs)

{{Infobox normal

Template:Infobox normal

Usage

Locking And Unlocking

Keys are connected to garage doors and regular door around the house, hovering over the key in your inventory will highlight the doors it is connected to in yellow. If it is in the player's inventory, the "Unlock Door" context option will appear when selecting a door.

Door Key

Key1.png Key2.png Key3.png Key4.png Key5.png The Keys have different variants

Distribution

It can be found on dead zombies.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	item Key1
	        DisplayCategory = Security,
		Weight	=	0,
		Type	=	Key,
		DisplayName	=	Key,
		Icon	=	Key1,
		MetalValue = 5,
		WorldStaticModel = Key,


See Also

Template:Navbox/Tools