Empty Tin Can: Difference between revisions

From PZwiki
m (Minor)
m (Automated CodeBox update)
Line 31: Line 31:
   | source = newitems.txt
   | source = newitems.txt
   | retrieved = true
   | retrieved = true
   | version = 41
   | version = 41.68
  | incver = 68
   | code =
   | code =
item TinCanEmpty
item TinCanEmpty

Revision as of 03:34, 23 February 2024

Project ZomboidItemsEmpty Tin Can
Empty Tin Can
TinnedCanEmpty Model.png.png
General
Category
Material
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Properties
Material
Metal
Metal quantity
20
Technical
Item ID
Base.TinCanEmpty

An empty tin can is currently a useless item, categorized as junk.

Usage

Empty tin cans currently have no use, being added purely for the purpose of clutter, creating more realism for the player.

It can be obtained through fully eating a canned food item. The weight of the can is not dependent on the type of canned food it came from.

Distribution

Empty tin cans are commonly found in garbage bins or crates.

Code

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

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.68
item TinCanEmpty
{
  DisplayCategory     = Material,
  Weight              = 0.2,
  Type                = Normal,
  DisplayName         = Empty Tin Can,
  Icon                = TinCanEmpty,
  MetalValue          = 20,
  StaticModel         = CanOpen,
  WorldStaticModel    = TinCanEmpty_Ground,
}

See also