Baseball: Difference between revisions

From PZwiki
(added model + update code block)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox normal
{{header|The Game World|Items|version=Version 41|incver=78.16}}{{Infobox item
| display_name = Baseball
| display_name = Baseball
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| image = Baseball_Model.png
| model = Baseball_Model.png
| image_width = 200px
| model_width = 200px
| alternate_image = Baseball.png
| icon = Baseball.png
| alternate_name = Baseball
| icon_name = Baseball
| category = Sports
| category = Sports
| weight = 0.1
| weight = 0.1

Revision as of 06:17, 23 September 2023

Baseball
Baseball Model.png
General
Category
Sports
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item 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