Button: Difference between revisions

From PZwiki
m (→‎top: category project: "The Game World")
m (→‎top: Category Project: Junk)
Line 1: Line 1:
{{languages}}
{{languages}}
{{Header|Project Zomboid|Items|version=Version 41|incver=78.16}}{{Infobox item
{{header/sandbox2|Project Zomboid|Items|Miscellaneous items|Junk}}
{{page version|41.78.16}}
{{Infobox item
| display_name = Button
| display_name = Button
| name_colour =  
| name_colour =  

Revision as of 05:56, 27 January 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]
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