Canned Carrots

From PZwiki
Revision as of 14:23, 19 March 2015 by Vl (talk | contribs) (Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = JarBrown.png |weight = 0.5 }} == Crafting == consumption <br> 18px|link=Water|Water Water|Wa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.



Crafting

consumption
Water Water x10 = Water Bottle Water Bottle(Full)
Vinegar Vinegar (UseDelta=0.1) x2 = 0.2
Sugar Sugar (UseDelta=0.16) x1 = 0.16 

Name Recipe Description Crafting Level












Code

item CannedCarrots
    {
        Type				=		Food,
        DisplayName			=		Canned Carrots,
        Icon				=		JarBrown,
        Weight				=		0.5,
        DaysFresh 			=		60,
        DaysTotallyRotten 	=	 	90,
        OnCooked            =       CannedFood_OnCooked,
        IsCookable	        =	    TRUE,
        MinutesToBurn	    =	    120,
        MinutesToCook	    =	    60,
    }

History

Alpha
- -

See Also

Template:Navbox/Consumables