Golf Ball: Difference between revisions

From PZwiki
m (period)
(Added 3d Model and removed reupload tag)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Header|Project Zomboid|Items|version=Version 40|incver=43}}
{{Reupload|Missing 3D model.}}
{{Infobox item
{{Infobox item
| display_name = Golf Ball
| display_name = Golf Ball
| name_colour =  
| name_colour =  
| name_text_colour =  
| name_text_colour =  
| model = GolfBall.png
| model = GolfBall_Model.png
| model_width = 128px
| model_width = 128px
| icon=GolfBall.png
| weight = 0.1
| weight = 0.1
| function = ''None''
| function = ''None''

Revision as of 04:00, 13 January 2024

Project ZomboidItemsGolf Ball
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 40.43
item GolfBall
{
  Weight      = 0.1,
  Type        = Normal,
  DisplayName = GolfBall,
  Icon        = Golfball,
}

See also