Basketball

From PZwiki
Revision as of 07:29, 18 June 2023 by Vaileasys (talk | contribs) (added model + update code block)
The Game WorldItemsBasketball
Basketball
Basketball
Basketball
General
Category Sports
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.Basketball

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

Usage

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

Distribution

Basketballs can be found in lockers.

Code

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

    item Basketball
    {
        DisplayCategory = Sports,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	Basketball,
        Icon	=	Basketball,
        WorldStaticModel = BasketBall,
    }

See also