Tennis Ball: Difference between revisions

From PZwiki
m (→‎top: Category Project: Sports)
(→‎Code: Update codebox to B41)
Line 26: Line 26:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 741
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 40
   | version = 41.78.16
  | incver = 43
   | code =
   | code =
item TennisBall
    item TennisBall
{
    {
  Weight     = 0.1,
        DisplayCategory = Sports,
  Type       = Normal,
        Weight = 0.1,
  DisplayName = Tennis Ball,
        Type = Normal,
  Icon       = TennisBall,
        DisplayName = Tennis Ball,
}
        Icon = TennisBall,
        WorldStaticModel = TennisBall,
    }
   }}
   }}
}}
}}

Revision as of 08:50, 2 February 2024

Template:Header/sandbox2

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

Tennis ball is a currently a useless item, often considered as junk.

Usage

Tennis balls have no use, being added purely for the purpose of clutter, creating more realism for the player when looting. They can also be placed for decoration.

Distribution

Tennis ball 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 TennisBall
    {
        DisplayCategory = Sports,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	Tennis Ball,
        Icon	=	TennisBall,
        WorldStaticModel = TennisBall,
    }

See also