Golf Ball: Difference between revisions

From PZwiki
m (Automated class_name fix)
(Codebox, version)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Miscellaneous items|Sports}}
{{Header|Project Zomboid|Items|Miscellaneous items|Sports}}
{{Page version|40.43}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name = Golf Ball
|name = Golf Ball
Line 26: Line 26:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 432
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 40.43
   | version = 41.78.16
   | code =
   | code =
item GolfBall
    item GolfBall
{
    {
  Weight     = 0.1,
        DisplayCategory = Sports,
  Type       = Normal,
        Weight = 0.1,
  DisplayName = GolfBall,
        Type = Normal,
  Icon        = Golfball,
        DisplayName = Golf Ball,
}
        Icon = GolfBall,
        WorldStaticModel = GolfBall,
    }
   }}
   }}
}}
}}

Revision as of 08:26, 19 March 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Golf Ball
GolfBall Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Function
None
Technical
Item ID
Base.GolfBall

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

Usage

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

Distribution

Golf balls can be found in lockers and vehicles.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item GolfBall
    {
        DisplayCategory = Sports,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Golf Ball,
        Icon	=	GolfBall,
        WorldStaticModel = GolfBall,
    }

See also