Baseball: Difference between revisions

From PZwiki
(Created page with "''No purpose has been found for this item, as of build 34.28.''")
 
(Checked and updated to version 40.43)
Line 1: Line 1:
''No purpose has been found for this item, as of build 34.28.''
{{languages}}
{{header|The Game World|Items|version=Version 40|incver=43}}{{Infobox normal
| display_name = Baseball
| name_colour =
| name_text_colour =
| image = Baseball.png
| image_width = 120px
| weight = 0.1
| function = ''None''
| class_name = Base.Baseball
}}'''Baseballs''' are currently a useless {{T|item}}, and often considered as ''junk''.
 
==Usage==
Baseballs have no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.
 
==Distribution==
Baseballs can be found in lockers.  
 
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
<pre> item Baseball
Weight = 0.1,
Type = Normal,
DisplayName = Baseball,
Icon = Baseball,
</pre>
 
==See also==
* [[Basketball]]
* [[Football]]

Revision as of 05:34, 6 July 2019

Baseball
Baseball
General
Category Item
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 40.43

	item Baseball
		Weight			= 0.1,
		Type			= Normal,
		DisplayName		= Baseball,
		Icon			= Baseball,

See also