Combination Padlock: Difference between revisions

From PZwiki
mNo edit summary
m (Cleanup)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{Languages}}{{Notice|Short}}{{Infobox normal
 
{{Infobox normal
|display_name=Combination Padlock
|display_name=Combination Padlock
|name_colour=Normal
|name_colour=Normal
Line 16: Line 14:


{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=50}}
<pre> item CombinationPadlock
<pre>
item CombinationPadlock
Weight = 0.2,
Weight = 0.2,
Type = Key,
Type = Key,
Line 26: Line 25:
</pre>
</pre>


==See Also==
==See also==
*[[Key Ring]]
*[[Key Ring]]
*[[Padlock]]
*[[Padlock]]
{{Navbox/Tools}}
 
{{Navbox equipment}}

Revision as of 23:27, 5 April 2023

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