Jar of Broccoli: Difference between revisions

From PZwiki
(rename)
 
No edit summary
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages}}{{Notice|Short}}
== 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.
<br />
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. <br />
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.
<br /><br />
See: [[Broccoli|Brocolli]].<br />
See: [https://pzwiki.net/w/index.php?title=Containers&redirect=no#Refrigerator Refrigerator/Mini-Fridge].


{{Consumables
{{Consumables

Revision as of 14:01, 19 December 2015

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