Button: Difference between revisions

From PZwiki
m (Updated distribution table)
m (Automated {{T| replacement)
Line 15: Line 15:
}}
}}


'''Buttons''' are currently a useless {{T|item}}, and often considered as ''junk''.
'''Buttons''' are currently a useless {{ll|item}}, and often considered as ''junk''.


==Usage==
==Usage==
Buttons have no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.
Buttons have no use, being added purely for the purpose of clutter, creating more realism for the {{ll|player}} when looting.


==Distribution==
==Distribution==

Revision as of 13:33, 22 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Button
Button Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.Button

Buttons are currently a useless item, and often considered as junk.

Usage

Buttons have no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
departmentstorage metal_shelves 4 1
sewingstorage metal_shelves 4 6
metal_shelves 4 6

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 Button
{
    DisplayCategory = Junk,
    Weight = 0.1,
    Type = Normal,
    DisplayName = Button,
    Icon = Button,
    WorldStaticModel = Button,
}

See also

Template:Navbox junk