Button: Difference between revisions

From PZwiki
(Created page)
 
(added model + update code block)
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
{{header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
| display_name = Button
| display_name = Button
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Button.png
| image = Button_Model.png
| image_width = 120px
| image_width = 200px
| alternate_image = Button.png
| alternate_name = Button
| category = Junk
| weight = 0.1
| weight = 0.1
| function = ''None''
| function = ''None''
Line 19: Line 22:
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=78.16}}
<pre> item Button
<pre>
Weight = 0.1,
    item Button
Type = Normal,
    {
DisplayName = Button,
        DisplayCategory = Junk,
Icon = Button,
        Weight = 0.1,
        Type = Normal,
        DisplayName = Button,
        Icon = Button,
        WorldStaticModel = Button,
    }
</pre>
</pre>



Revision as of 07:57, 18 June 2023

Button
Button
Button
General
Category Junk
Encumbrance
Heavy Load
0.1
Function None
Technical details
Base 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

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78.16

    item Button
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Button,
        Icon	=	Button,
        WorldStaticModel = Button,
    }

See also