Empty Tin Can: Difference between revisions

From PZwiki
(Added image)
(added model & updated to 41.68)
Line 1: Line 1:
{{languages|Empty Tin Can}}
{{languages}}
{{header|The Game World|Items|version=Version 41|incver=50}}
{{header|The Game World|Items|version=Version 41|incver=68}}
{{Infobox normal
{{Infobox normal
|display_name=Empty Tin Can
|display_name=Empty Tin Can
|name_colour=Normal
|name_colour=Normal
|name_text_colour=Normal
|name_text_colour=Normal
|image=Emptycan.png
|image=TinnedCanEmpty_Model.png.png
|image_width=120px
|image_width=200px
|alternate_image=TinCanEmpty.png
|alternate_name=Empty Tin Can
|alternate_link=
|category=Material
|weight=0.2
|weight=0.2
|primary_use=''None''
|primary_use=''None''
|class_name=TinCanEmpty
|class_name={{ID|Base.TinCanEmpty}}
}}
}}'''Empty tin cans''' are currently a useless {{T|item}}, and often considered as ''junk''.
'''Empty tin cans''' are currently a useless {{T|item}}, and often considered as ''junk''.


== Usage ==
== Usage ==
Empty tin cans have no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}}.
Empty tin cans have no use, being added purely for the purpose of clutter, creating more realism for the {{T|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.
It can be obtained through fully eating a [[Items/Food#Canned food|canned food]] item. The weight of the can is not dependent on the type of canned food it came from.


== Distribution ==
== Distribution ==
Empty tin cans cannot be found through looting and can only be created by completely consuming a canned food item.
Empty tin cans are commonly found in [[Tiles#Bins|garbage bins]] or [[Tiles#Crates|crates]].


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=50}}
{{Retrieved|version=41|incver=68}}
<pre> item TinCanEmpty
<pre> item TinCanEmpty
Weight = 0.2,
DisplayCategory = Material,
Type = Normal,
Weight = 0.2,
DisplayName = Empty Tin Can,
Type = Normal,
Icon = TinCanEmpty,
DisplayName = Empty Tin Can,
MetalValue = 20,
Icon = TinCanEmpty,
StaticModel = CanOpen,
MetalValue = 20,
StaticModel = CanOpen,
WorldStaticModel = TinCanEmpty_Ground,
</pre>
</pre>
==See also==
*[[Empty Pop Can]]
{{clear}}

Revision as of 15:42, 12 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

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