Jar of Tomatoes

From PZwiki
Revision as of 06:08, 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 CannedTomato
	{
		Type				=		Food,
		DisplayName			=		Jar of Tomatoes,
		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