Canned Carrots: 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 = CannedCarrots2.png
|image = CannedCarrots2.png
Line 6: Line 5:
|weight = 0.7
|weight = 0.7
}}
}}
Canned Carrots<br>
== Canned Carrots ==
[[File:CannedCarrots2.png]]:Non-Perishable Food<br>
 
Open Canned Carrots<br>
Canned Carrots are 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 carrots provides -20 hunger and cannot be further cooked to increase its nutritional value.<br><br>
[[File:CannedCarrotsOpen.png]]:Perishable Food<br>
 
[[File:CannedCarrots2.png|Canned Carrots]] / [[File:CannedCarrotsOpen.png|Opened Can of Carrots]]
'''Sealed''' / '''Open tin of Carrots'''
 




== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = CannedCarrotsOpen.png
|image = CannedCarrotsOpen.png
Line 39: Line 43:
|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;"  

Revision as of 23:13, 5 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