Combination Padlock: Difference between revisions

From PZwiki
(Not sure what this does, where to find it... etc.)
m (Added Key Ring, minor cleanup)
Line 12: Line 12:
}}
}}


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


Line 27: Line 27:


==See Also==
==See Also==
* [[Padlock]]
*[[Key Ring]]
 
*[[Padlock]]
 
<!--
{{Navbox/Consumables}}
-->
 
{{Navbox/Tools}}
{{Navbox/Tools}}

Revision as of 18:03, 10 July 2021

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
Combination Padlock
General
Category Item
Encumbrance
Heavy Load
0.2
Function TODO
Technical details
Base ID CombinationPadlock


Code

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

Retrieved: Build 41.50

	item CombinationPadlock
		Weight		= 0.2,
		Type		= Key,
		DisplayName	= Combination Padlock,
		Icon		= PadlockDigital,
		DigitalPadlock	= TRUE,
		MetalValue	= 15,
		Tooltip		= Tooltip_Padlock,

See Also

Template:Navbox/Tools