Football: Difference between revisions

From PZwiki
m (Header version)
(→‎Code: code box update)
Line 20: Line 20:


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=78.16}}
| {{CodeSnip
<pre>
  | lang = java
  | line = true
  | start = 0
  | source = newitems.txt
  | retrieved = true
  | version = 41
  | incver = 78.16
  | code =
item Football
item Football
{
{
DisplayCategory = Sports,
  DisplayCategory   = Sports,
Weight = 0.2,
  Weight           = 0.2,
Type = Normal,
  Type             = Normal,
DisplayName = Football,
  DisplayName       = Football,
Icon = Football,
  Icon             = Football,
WorldStaticModel = Football,
  WorldStaticModel = Football,
}
}
</pre>
  }}
}}


==See also==
==See also==
*[[Basketball]]
*[[Basketball]]
*[[Baseball]]
*[[Baseball]]

Revision as of 09:07, 8 January 2024

Football
Football Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.Football

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

Usage

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

Distribution

Footballs 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 Football
{
  DisplayCategory   = Sports,
  Weight            = 0.2,
  Type              = Normal,
  DisplayName       = Football,
  Icon              = Football,
  WorldStaticModel  = Football,
}

See also