Canned Corn: Difference between revisions

From PZwiki
(Formatted page, added summary, picture comments for non-image browsers)
m (Removed Table of Contents)
Line 1: Line 1:
{{languages}}
__NOTOC__{{languages}}
{{Consumables
{{Consumables
|image = CannedCorn.png
|image = CannedCorn.png
Line 5: Line 5:
|weight = 0.7
|weight = 0.7
}}
}}
== Canned Corn ==
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>
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>



Revision as of 19:15, 6 August 2015


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