Can Opener: Difference between revisions

From PZwiki
No edit summary
m (Remove lines))
(29 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages|Can Opener}}
{{Header|Project Zomboid|Items|Equipment|Tools|Cooking tools}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 40|incver=8}}{{Infobox normal
{{Page version|41.78.16}}
|display_name = Can Opener
{{Infobox item
|name_colour = Tool
|name=Can Opener
|name_text_colour = Tool
|model=CanOpener_Model.png
|image = CanOpener_Model.png  
|model_width=200px
| image_width = 300px
|icon=CanOpener.png
| alternate_image = CanOpener.png
|icon_name=Can Opener
| alternate_name = Can Opener
|category=Item
| alternate_link =
|weight=0.6
|category = Item
|primary_use=Open cans
|weight = 0.6
|item_id=Base.TinOpener
|primary_use = Open cans
}}
|class_name = Base.TinOpener
A '''can opener''' is a tool used in [[cooking]].
}}A '''can opener''' is a tool used in [[cooking]].


==Usage==
==Usage==
A can opener is required to open most cans of food.
A can opener is required to open most cans of food. It's a very useful tool, especially in the early days of the player's survival, allowing them to open any canned food they find.


'''Foods requiring a can opener are:'''
'''Foods requiring a can opener are:'''
Line 32: Line 31:
*[[Dog Food]]
*[[Dog Food]]


== Crafting ==
==Crafting==
A can opener can be used for the following crafting recipes:
A can opener can be used for the following crafting recipes:
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2000 -->
{{Crafting/sandbox2
{{Crafting header|ing=4}}
|opened_canned_vegetable_soup
{{Crafting/core|ing=4
|opened_canned_beans
| product_image = [[File:Smallpotofsoup.png|link=Pot of Soup|Pot of Soup]] | product_name = [[Pot of Soup]] | product_quantity = x1
|opened_dog_food
| xp = <!-- Not present in the old template. Please fill in manually. -->
|opened_canned_corn
| sl = ''none''
|opened_canned_bolognese
| req =
|opened_canned_chili
| f1 = [[File:Smallcanopener.png|link=Can Opener|Can Opener]] | i1 = [[Can Opener]] | q1 = x1
|opened_canned_mushroom_soup
| f2 = [[File:Cannedsoup.png|link=Canned Soup|Canned Soup]] | i2 = [[Canned Soup]] | q2 = x1 | tag2 = (consumed)
|opened_canned_peas
| f3 = [[File:Smallpot.png|link=Cooking Pot|Cooking Pot]] | i3 = [[Cooking Pot]] | q3 = x1 | tag3 = (consumed)
|opened_canned_potato
| f4 = [[File:Heat_source.gif|link=Heat Source|Heat Source]] | i4 = [[Heat Source]] | q4 =  | tag4 = (cooked:50min burned:100min) |opt4=1
|opened_canned_tomato
|opened_canned_carrots
|opened_canned_fruit_cocktail
|opened_canned_peaches
|opened_canned_pineapple
|opened_canned_evaporated_milk
|opened_canned_fruit_beverage
}}
 
{{Crafting/sandbox2
|pot_of_soup_uncooked
|pot_of_soup_uncooked
|bowl_of_beans_uncooked
}}
}}
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|bakerykitchen
|[[counter]]
|4
|8
|-
|breakroom
|[[counter]]
|4
|8
|-
|kitchen
|[[counter]]
|4
|8
|}
|}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2019 -->
 
{{Crafting header|ing=2}}
==Code==
{{Crafting/core|ing=2
{{CodeBox
| product_image = [[File:CanBeans.png]] | product_name = [[Canned Beans|Open Can of Beans]] | product_quantity = x1
| {{CodeSnip
| xp = <!-- Not present in the old template. Please fill in manually. -->
  | lang = java
| sl = ''none''
  | line = true
| req =  
  | start = 533
| f1 = [[File:Smallcanopener.png|link=Can Opener|Can Opener]] | i1 = [[Can Opener]] | q1 = x1
  | source = items.txt
| f2 = [[File:Beans.png|link=Canned Beans|Canned Beans]] | i2 = [[Canned Beans]] | q2 = x1 | tag2 = (consumed)
  | retrieved = true
  | version = 41.78.16
  | code =
item TinOpener
{
    DisplayCategory = Cooking,
Weight = 0.6,
Type = Normal,
DisplayName = Can Opener,
Icon = CanOpener,
MetalValue = 3,
StaticModel = CanOpener,
Tags = CanOpener,
WorldStaticModel = CanOpenerGround,
}
}}
}}
|}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2004 -->
{{Crafting header|ing=3}}
{{Crafting/core|ing=3
| product_image = [[File:BowlFull.png|link=Bowl of Beans|Bowl of Beans]] | product_name = [[Bowl of Beans]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Smallcanopener.png|link=Can Opener|Can Opener]] | i1 = [[Can Opener]] | q1 = x1
| f2 = [[File:Beans.png|link=Canned Beans|Canned Beans]] | i2 = [[Canned Beans]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Bowl.png|link=Bowl|Bowl]] | i3 = [[Bowl]] | q3 = x1 | tag3 = (consumed)
}}
}}
|}
==Distribution==
Can openers can often be found in [[Containers#Kitchen Counter|kitchen counters]].


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


== See also ==
*[[Recipe Ingredients]]


{{Navbox/Tools}}
[[Category:Tools]]

Revision as of 06:39, 15 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Can Opener
CanOpener Model.png
General
Category
Item
Encumbrance
Moodle Icon HeavyLoad.png
0.6
Function
Open cans
Technical
Item ID
Base.TinOpener

A can opener is a tool used in cooking.

Usage

A can opener is required to open most cans of food. It's a very useful tool, especially in the early days of the player's survival, allowing them to open any canned food they find.

Foods requiring a can opener are:

Crafting

A can opener can be used for the following crafting recipes:

Product Ingredients Tools Requirements Workstation XP
SoupOpen.png
Opened Canned Vegetable Soup
Soup.png Canned Vegetable Soup ×1 CanOpener.png
Can Opener
none none none
BeansOpen.png
Opened Canned Beans
Beans.png Canned Beans ×1 CanOpener.png
Can Opener
none none none
DogfoodOpen.png
Opened Dog Food
Dogfood.png Dog Food ×1 CanOpener.png
Can Opener
none none none
CannedCornOpen.png
Opened Canned Corn
CannedCorn.png Canned Corn ×1 CanOpener.png
Can Opener
none none none
CannedBologneseOpen.png
Opened Canned Bolognese
CannedBolognese.png Canned Spaghetti Bolognese ×1 CanOpener.png
Can Opener
none none none
CannedChiliOpen.png
Opened Canned Chili
CannedChili.png Canned Chili ×1 CanOpener.png
Can Opener
none none none
CannedMushroomSoupOpen.png
Opened Canned Mushroom Soup
CannedMushroomSoup.png Canned Mushroom Soup ×1 CanOpener.png
Can Opener
none none none
CannedPeasOpen.png
Opened Canned Peas
CannedPeas.png Canned Peas ×1 CanOpener.png
Can Opener
none none none
CannedPotatoOpen.png
Opened Canned Potato
CannedPotato.png Canned Potato ×1 CanOpener.png
Can Opener
none none none
CannedTomatoOpen.png
Opened Canned Tomato
CannedTomato.png Canned Tomato ×1 CanOpener.png
Can Opener
none none none
CannedCarrotsOpen.png
Opened Canned Carrots
CannedCarrots.png Canned Carrots ×1 CanOpener.png
Can Opener
none none none
CannedFruitCocktailOpen.png
Opened Canned Fruit Cocktail
CannedFruitCocktail.png Canned Fruit Cocktail ×1 CanOpener.png
Can Opener
none none none
CannedPeachesOpen.png
Opened Canned Peaches
CannedPeaches.png Canned Peaches ×1 CanOpener.png
Can Opener
none none none
CannedPineappleOpen.png
Opened Canned Pineapple
CannedPineapple.png Canned Pineapple ×1 CanOpener.png
Can Opener
none none none
CannedCondensedMilk Open.png
Opened Canned Evaporated Milk
CannedCondensedMilk.png Canned Evaporated Milk ×1 CanOpener.png
Can Opener
none none none
CannedJuice Open.png
Opened Canned Fruit Beverage
CannedJuice.png Canned Fruit Beverage ×1 CanOpener.png
Can Opener
none none none


Product Ingredients Tools Requirements Workstation XP
PotFull.png
Pot of Soup (Uncooked)
One of:
CannedMushroomSoup.png Canned Mushroom Soup ×1
Soup.png Canned Vegetable Soup ×1
CanOpener.png
Can Opener
none none none
PotFull.png
Pot of Soup (Uncooked)
One of:
CannedMushroomSoup.png Canned Mushroom Soup ×1
Soup.png Canned Vegetable Soup ×1
CanOpener.png
Can Opener
none none none
BowlFull.png
Bowl of Beans (Uncooked)

Bowl.png Bowl ×1
Beans.png Canned Beans ×1
CanOpener.png
Can Opener
none none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bakerykitchen counter 4 8
breakroom counter 4 8
kitchen counter 4 8

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
item TinOpener
	{
	    DisplayCategory = Cooking,
		Weight	=	0.6,
		Type	=	Normal,
		DisplayName	=	Can Opener,
		Icon	=	CanOpener,
		MetalValue = 3,
		StaticModel = CanOpener,
		Tags = CanOpener,
		WorldStaticModel = CanOpenerGround,
	}

See also