Empty Tin Can: Difference between revisions

From PZwiki
m (added metal value)
mNo edit summary
Line 15: Line 15:
|metal_value=20
|metal_value=20
|class_name={{ID|Base.TinCanEmpty}}
|class_name={{ID|Base.TinCanEmpty}}
}}'''Empty tin cans''' are currently a useless {{T|item}}, and often considered as ''junk''.
}}An '''empty tin can''' are currently a useless {{T|item}}, and often considered as ''junk''.


== Usage ==
== Usage ==

Revision as of 04:48, 13 March 2022

The Game WorldItemsEmpty Tin Can
Empty Tin Can
Empty Tin Can
Empty Tin Can
General
Category Material
Encumbrance
Heavy Load
0.2
Function None
Technical details
Base ID Base.TinCanEmpty

An empty tin can are currently a useless item, and often considered as junk.

Usage

Empty tin cans 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

From newitems.txt (Project Zomboid directory/media/scripts/) 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