Jar of Leeks

From PZwiki
Revision as of 05:14, 25 March 2015 by Vl (talk | contribs) (rename)
(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 CannedLeek
    {
        Type				=		Food,
        DisplayName			=		Jar of Leeks,
        Icon				=		JarWhite,
        Weight				=		0.5,
        DaysFresh 			=		60,
        DaysTotallyRotten 	=	 	90,
        OnCooked            =       CannedFood_OnCooked,
		IsCookable	        =	    TRUE,
        MinutesToBurn	    =	    120,
        MinutesToCook	    =	    60,
    }

History

Alpha
- -

See Also

Template:Navbox/Consumables