Combination Padlock: Difference between revisions

From PZwiki
m (Added Navbox/Tools (Also Navbox/Consumables is commented out?))
(Not sure what this does, where to find it... etc.)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages}}{{Notice|Short}}


{{Consumables
{{Infobox normal
|image = PadlockDigital.png
|display_name=Combination Padlock
|weight = 0.2
|name_colour=Normal
|name_text_colour=Normal
|image=PadlockDigital.png
|image_width=120px
|weight=0.2
|primary_use='''TODO'''
|class_name=CombinationPadlock
}}
}}


== Code ==
== Code ==
<nowiki>item CombinationPadlock
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{
Weight = 0.2,
Type = Key,
DisplayName = Combination Padlock,
Icon = PadlockDigital,
        DigitalPadlock =  TRUE,
}</nowiki>


== History ==
{{Retrieved|version=41|incver=50}}
 
<pre> item CombinationPadlock
{| class="wikitable" width="550" style="text-align:center;"
Weight = 0.2,
|-
Type = Key,
! Alpha || 
DisplayName = Combination Padlock,
|-
Icon = PadlockDigital,
| Ver31.9 || -
DigitalPadlock = TRUE,
|}
MetalValue = 15,
Tooltip = Tooltip_Padlock,
</pre>


==See Also==
==See Also==

Revision as of 21:48, 6 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