Canned Corn: Difference between revisions

From PZwiki
(new31.9)
 
(Formatted page, added summary, picture comments for non-image browsers)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages}}
 
{{Consumables
{{Consumables
|image = CannedCorn.png
|image = CannedCorn.png
Line 6: Line 5:
|weight = 0.7
|weight = 0.7
}}
}}
Canned Canned Corn<br>
== Canned Corn ==
[[File:CannedCorn.png]]:Non-Perishable Food<br>
 
Open Canned Corn<br>
Canned Corn is a food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]]. It is a [[Food#Non-Perishable|non-perishable]] item while it is sealed. The can can only be opened with a [[Can Opener#|can opener]], and once opened it becomes a perishable item. A opened can of corn provides -20 hunger and cannot be further cooked to increase its nutritional value.<br><br>
[[File:CannedCornOpen.png]]:Perishable Food<br>
 
[[File:CannedCorn.png|Canned Corn]] / [[File:CannedCornOpen.png|Opened Can of Corn]]
'''Sealed''' / '''Open tin of Corn'''




== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = CannedCornOpen.png
|image = CannedCornOpen.png
Line 39: Line 42:
|cooked image =  
|cooked image =  
}}
}}
 
|}
<br><br><br><br><br><br><br><br><br>
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 86: Line 90:
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]

Revision as of 17:41, 6 August 2015


Canned Corn

Canned Corn is a food item which is often found in kitchen cupboards. It is a non-perishable item while it is sealed. The can can only be opened with a can opener, and once opened it becomes a perishable item. A opened can of corn provides -20 hunger and cannot be further cooked to increase its nutritional value.

Canned Corn / Opened Can of Corn Sealed / Open tin of Corn


Nutritional Information

Template:Consumables2










Crafting

Name Recipe Description Crafting Level












Code

item CannedCorn
    {
        Weight	=	0.7,
        Type	=	Normal,
        DisplayName	=	Canned Corn,
        Icon	=	CannedCorn,
    }

open

item CannedCornOpen
    {
        Weight	=	0.7,
        Type	=	Food,
        DisplayName	=	Open Canned Corn,
        Icon	=	CannedCornOpen,
        HungerChange 		=		-20,
        DaysFresh			=	2,
        DaysTotallyRotten	=	4,
    }

History

Alpha
Ver31.9 -

See Also

Template:Navbox/Consumables