Can Opener: Difference between revisions

From PZwiki
m (fixed language and container links)
(adjustments to layout. Added new infobox and header)
Tag: categories removed
Line 1: Line 1:
{{languages|Can Opener}}
{{languages|Can Opener}}
{{Tools
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
|image = canopener.png
|display_name = Can Opener
|primaryuse = Opening cans
|name_colour = Tool
|otheruses = None
|name_text_colour = Tool
|image = CanOpener.png
|weight = 0.6
|weight = 0.6
}}
|primary_use = Opening cans
The '''can opener''' is a tool used to open cans of food (such as [[canned soup]]). Can openers can often be found in [[Containers#Kitchen Counter|kitchen counters]].  
|class_name = Base.TinOpener
}}A '''can opener''' is a tool used in [[cooking]].
 
==Usage==
Used to open cans of food (such as [[Canned Beans|canned beans]]).  


== Crafting ==
== Crafting ==
A can opener can be used for the following crafting recipes:
A can opener can be used for the following crafting recipes:
 
{{Crafting table header}}
 
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2000}}
{{RecipeLookup|2000}}
{{RecipeLookup|2017}}
{{RecipeLookup|2017}}
{{RecipeLookup|2019}}
{{RecipeLookup|2019}}
{{RecipeLookup|2004}}
{{RecipeLookup|2004}}
|}
{{Crafting table footer}}
 
==Distribution==
Can openers can often be found in [[Containers#Kitchen Counter|kitchen counters]].


== Code ==
== Code ==
  <nowiki>item TinOpener
  <nowiki> item TinOpener
{
Weight = 0.6,
Type = Normal,
Type = Normal,
DisplayName = Can Opener,
DisplayName = Can Opener,
Icon = CanOpener,
Icon = CanOpener,
Weight = 0.6
MetalValue = 3,</nowiki>
}</nowiki>
 
== See also ==
*[[Recipe Ingredients]]
 
{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Version 0.2.0p]]

Revision as of 06:39, 23 July 2018

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

A can opener is a tool used in cooking.

Usage

Used to open cans of food (such as canned beans).

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

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

See also

Template:Navbox/Tools