Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Combination Padlock

From PZwiki
Project ZomboidItemsEquipmentSecurityCombination Padlock
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.
Combination Padlock
CombinationPadlock Model.png
General
Category
Security
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
metal quantity
15
Technical
Item ID
Base.CombinationPadlock

Combination padlock is an item used to lock containers.

History

Base.CombinationPadlock

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item CombinationPadlock
	{
	    DisplayCategory = Security,
		Weight	=	0.2,
		Type	=	Key,
		DisplayName	=	Combination Padlock,
		Icon	=	PadlockDigital,
        DigitalPadlock =   TRUE,
        MetalValue = 15,
        Tooltip = Tooltip_Padlock,
        WorldStaticModel = CombinationPadlock,
	}

See also