Baseball: Difference between revisions

From PZwiki
(→‎See also: Baseball Bat)
(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 = Baseball
| display_name = Baseball
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Baseball.png
| image = Baseball_Model.png
| image_width = 120px
| image_width = 200px
| alternate_image = Baseball.png
| alternate_name = Baseball
| category = Sports
| 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 Baseball
<pre>   item Baseball
Weight = 0.1,
    {
Type = Normal,
        DisplayCategory = Sports,
DisplayName = Baseball,
        Weight = 0.1,
Icon = Baseball,
        Type = Normal,
</pre>
        DisplayName = Baseball,
        Icon = Baseball,
        WorldStaticModel = BaseBall,
    }</pre>


==See also==
==See also==

Revision as of 07:26, 18 June 2023

Baseball
Baseball
Baseball
General
Category Sports
Encumbrance
Heavy Load
0.1
Function None
Technical details
Base ID Base.Baseball

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

Usage

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

Distribution

Baseballs can be found in lockers.

Code

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

    item Baseball
    {
        DisplayCategory = Sports,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Baseball,
        Icon	=	Baseball,
        WorldStaticModel = BaseBall,
    }

See also