Button

From PZwiki
Revision as of 11:01, 10 January 2024 by VaileasysBot (talk | contribs) (β†’β€Žtop: category project: "The Game World")
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

Buttons can be found in sewing stores.

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