Baseball

From PZwiki
Revision as of 07:26, 18 June 2023 by Vaileasys (talk | contribs) (added model + update code block)
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