Jar of Broccoli

From PZwiki
Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Description

Jar of Broccoli is a food item created by placing 3 units of brocolli into a jar with the additions of 10 units of water, and one unit each of sugar and vinegar. This creates a jarred version of the brocolli which lasts longer than it would normally.
Ordinary brocolli goes rotten within 6 days, when outside a working refrigerator. However a jar of brocolli goes bad after 90 days, which is a significant improvement and offers the ability for long term preservation of food outside a working refrigerator. It also requires an empty jar and a jar lid.
Similiar items include: Jar of Bell Peppers, Jar of Cabbage, Jar of Carrots, Jar of Eggplants, Jar of Leeks, Jar of Potatoes, Jar of Red Radishes, Jar of Tomatoes.

See: Brocolli.
See: Refrigerator/Mini-Fridge.


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 CannedBroccoli
    {
        Type				=		Food,
        DisplayName			=		Jar of Broccoli,
        Icon				=		JarGreen,
        Weight				=		0.5,
        DaysFresh 			=		60,
        DaysTotallyRotten 	=	 	90,
        OnCooked            =       CannedFood_OnCooked,
		IsCookable	        =	    TRUE,
        MinutesToBurn	    =	    120,
        MinutesToCook	    =	    60,
    }

History

Alpha
- -

See Also

Template:Navbox/Consumables