Empty Tin Can: Difference between revisions

From PZwiki
m (Automated CodeBox update)
(update header & categories)
Line 1: Line 1:
{{Languages}}
{{Languages}}
{{Header|Project Zomboid|Items|version=Version 41|incver=68}}
{{Header/sandbox2|Project Zomboid|Items|Materials|Metal materials}}
{{Page version|41.68}}
{{Infobox item
{{Infobox item
|display_name=Empty Tin Can
|display_name=Empty Tin Can
Line 49: Line 50:
==See also==
==See also==
*[[Empty Pop Can]]
*[[Empty Pop Can]]
[[Category:Materials]]

Revision as of 13:39, 2 March 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.68).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
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