Can Opener: Difference between revisions

From PZwiki
(adjustments to layout. Added new infobox and header)
Tag: categories removed
(higher res image, added foods requiring item)
Line 1: Line 1:
{{languages|Can Opener}}
{{languages|Can Opener}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=8}}{{Infobox normal
|display_name = Can Opener
|display_name = Can Opener
|name_colour = Tool
|name_colour = Tool
|name_text_colour = Tool
|name_text_colour = Tool
|image = CanOpener.png  
|image = CanOpener_120px.png  
|category = Item
|weight = 0.6
|weight = 0.6
|primary_use = Opening cans
|primary_use = Open cans
|class_name = Base.TinOpener
|class_name = Base.TinOpener
}}A '''can opener''' is a tool used in [[cooking]].
}}A '''can opener''' is a tool used in [[cooking]].


==Usage==
==Usage==
Used to open cans of food (such as [[Canned Beans|canned beans]]).
A can opener is required to open most cans of food.
 
'''Foods requiring a can opener are:'''
*[[Canned Beans]]
*[[Canned Bolognese]]
*[[Canned Carrots]]
*[[Canned Chili]]
*[[Canned Corn]]
*[[Canned Mushroom Soup]]
*[[Canned Peas]]
*[[Canned Potato]]
*[[Canned Soup]]
*[[Canned Tomato]]
*[[Canned Tuna]]
*[[Dog Food]]


== Crafting ==
== Crafting ==
Line 17: Line 32:
{{Crafting table header}}
{{Crafting table header}}
{{RecipeLookup|2000}}
{{RecipeLookup|2000}}
{{RecipeLookup|2017}}
{{RecipeLookup|2019}}
{{RecipeLookup|2019}}
{{RecipeLookup|2004}}
{{RecipeLookup|2004}}
Line 26: Line 40:


== Code ==
== Code ==
<nowiki> item TinOpener
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
<pre> item TinOpener
Weight = 0.6,
Weight = 0.6,
Type = Normal,
Type = Normal,
DisplayName = Can Opener,
DisplayName = Can Opener,
Icon = CanOpener,
Icon = CanOpener,
MetalValue = 3,</nowiki>
MetalValue = 3,</pre>


== See also ==
== See also ==

Revision as of 10:17, 23 August 2018

The Game WorldItemsToolsCan Opener
Can Opener
Can Opener
General
Category Item
Encumbrance
Heavy Load
0.6
Function Open cans
Technical details
Base ID Base.TinOpener

A can opener is a tool used in cooking.

Usage

A can opener is required to open most cans of food.

Foods requiring a can opener are:

Crafting

A can opener can be used for the following crafting recipes: Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Can openers can often be found in kitchen counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item TinOpener
		Weight		= 0.6,
		Type		= Normal,
		DisplayName	= Can Opener,
		Icon		= CanOpener,
		MetalValue	= 3,

See also

Template:Navbox/Tools