Canned Corn

From PZwiki
Revision as of 17:41, 6 August 2015 by MalonyJenkins (talk | contribs) (Formatted page, added summary, picture comments for non-image browsers)


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