Canned Carrots: Difference between revisions

From PZwiki
(Formatted page, added summary, picture comments for non-image browsers,)
m (Removed Table of Contents)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables

Revision as of 19:13, 6 August 2015


Canned Carrots

Canned Carrots are 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 carrots provides -20 hunger and cannot be further cooked to increase its nutritional value.

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


Nutritional Information

Template:Consumables2










Crafting

Name Recipe Description Crafting Level












Code

item CannedCarrots2
    {
        Weight	=	0.7,
        Type	=	Normal,
        DisplayName	=	Canned Carrots,
        Icon	=	CannedCarrots,
    }

open

item CannedCarrotsOpen
    {
        Weight	=	0.8,
        Type	=	Food,
        DisplayName	=	Open Canned Carrots,
        Icon	=	CannedCarrotsOpen,
        HungerChange 		=		-20,
        DaysFresh			=	2,
        DaysTotallyRotten	=	4,
    }

History

Alpha
Ver31.9 -

See Also

Template:Navbox/Consumables