Combination Padlock

From PZwiki
Revision as of 11:08, 9 January 2024 by VaileasysBot (talk | contribs) (→‎top: category project: "The Game World")
Project ZomboidItemsCombination Padlock
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
Function
Technical
Item ID
Base.CombinationPadlock

Combination padlock is an item.

Code

From newitems.txt (Project Zomboid directory/media/scripts/)

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