Key

From PZwiki
Revision as of 00:50, 14 November 2022 by MrRavenFace (talk | contribs)
Key (Door)
Key (Door)
General
Category Item
Encumbrance
Heavy Load
0.0
Function Lock doors and unlock doors
Technical details
Base ID Base.Key


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