Combination Padlock

From PZwiki
Revision as of 06:15, 23 September 2023 by VaileasysBot (talk | contribs) (→‎top: Replace "Infobox_normal" with "Infobox_item")
The Game WorldItemsCombination 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

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