Combination Padlock: Difference between revisions

From PZwiki
(update header & categories)
m (Removing trailing whitespace(s))
Line 23: Line 23:
   | lang = java
   | lang = java
   | line = false
   | line = false
   | start =  
   | start =
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true

Revision as of 06:36, 28 February 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
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

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

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