Jar of Broccoli: Difference between revisions

From PZwiki
m (Automated Formatting)
 
(29 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{Header|Project Zomboid|Items|Food|Pickled food}}
{{Page version|41.78.16}}
{{Infobox item
|name=Jar of Broccoli
|model=JarFoodBroccoli_Model.png
|icon=JarGreen.png
|icon_name=Jar of Broccoli
<!--GENERAL-->
|category=Food
|weight=0.5
|days_fresh=60
|days_rotten=90
|cook_minutes=60
|burn_minutes=120
<!--TECHNICAL DETAILS-->
|item_id=Base.CannedBroccoli
}}
A '''jar of broccoli''' is a perishable [[food]] [[Items|item]].


== Description ==
==Usage==
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.
Jar of broccoli is used to preserve [[broccoli]] longer than their standard 4 days of freshness. After jarring, it is necessary to cook the jar of food in a [[heat source]]. Otherwise, the food will rot as fast as if it were not jarred.
<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 />
Broccoli cannot be eaten directly from the jar, therefore the jar must first be opened, returning the broccoli, with their usual freshness.
See: [https://pzwiki.net/w/index.php?title=Containers&redirect=no#Refrigerator Refrigerator/Mini-Fridge].  


{{Consumables
==Crafting==
|image = JarGreen.png
Broccoli can be pickled to preserve their lifespan by using [[sugar]] and [[vinegar]].
|weight = 0.5
{{Crafting/sandbox2
|jar_of_broccoli
}}
}}


== Crafting ==
==Distribution==
consumption <br>
Jar of broccoli do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
[[File:Water_drop.png|18px|link=Water|Water]] [[Water|Water]] x10 = [[File:UTENSILEmptyWaterBottle.png|18px|link=Water Bottle|Water Bottle]] [[Water Bottle|Water Bottle]](Full)<br>
[[File:Vinegar.png|18px|link=Vinegar|Vinegar]] [[Vinegar|Vinegar]] (UseDelta=0.1) x2 = '''0.2'''<br>
[[File:INGREDIENTSugar.png|18px|link=Sugar|Sugar]] [[Sugar|Sugar]] (UseDelta=0.16) x1 = '''0.16''' 
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2061}}
|}


== Code ==
==Code==
<nowiki>item CannedBroccoli
{{Unverified|section=true}}
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 2843
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CannedBroccoli
     {
     {
        DisplayCategory = Food,
         Type = Food,
         Type = Food,
         DisplayName = Jar of Broccoli,
         DisplayName = Jar of Broccoli,
Line 43: Line 56:
         MinutesToBurn     =     120,
         MinutesToBurn     =     120,
         MinutesToCook     =     60,
         MinutesToCook     =     60,
     }</nowiki>
        StaticModel = CanClosed,
        WorldStaticModel = JarFoodBroccoli_Ground,
     }
}}
}}


== History ==
==See also==
*[[Food#Pickled food|Pickled foods]]
*[[Farming]]


{| class="wikitable" width="550" style="text-align:center;"
{{Navbox items|preserved_food}}
|-
! Alpha || 
|-
| - || -
|}


==See Also==
* [[Items#Food_preservation|Food_preservation]]


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Vegetables]]
[[Category:Food]]
[[Category:Perishable Food]]

Latest revision as of 09:24, 14 April 2024

Project ZomboidItemsFoodPickled foodJar of Broccoli
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Jar of Broccoli
JarFoodBroccoli Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Days fresh
60 days
Days until rotten
90 days
Cooking
Time until cooked
60 minutes
Time until burned
120 minutes
Technical
Item ID
Base.CannedBroccoli

A jar of broccoli is a perishable food item.

Usage

Jar of broccoli is used to preserve broccoli longer than their standard 4 days of freshness. After jarring, it is necessary to cook the jar of food in a heat source. Otherwise, the food will rot as fast as if it were not jarred.

Broccoli cannot be eaten directly from the jar, therefore the jar must first be opened, returning the broccoli, with their usual freshness.

Crafting

Broccoli can be pickled to preserve their lifespan by using sugar and vinegar.

Product Ingredients Tools Requirements Workstation XP
JarGreen.png
Jar of Broccoli
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Broccoli.png Broccoli ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking

Distribution

Jar of broccoli do not spawn naturally and can only be obtained through crafting.

Code

CandleLit.png
This section may have claims which require verification.
Editors should verify the article's current content and, while adding content, check new information.
Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item CannedBroccoli
    {
        DisplayCategory = Food,
        Type				=		Food,
        DisplayName			=		Jar of Broccoli,
        Icon				=		JarGreen,
        Weight				=		0.5,
        DaysFresh 			=		60,
        DaysTotallyRotten 	=	 	90,
        OnCooked            =       CannedFood_OnCooked,
		IsCookable	        =	    TRUE,
        MinutesToBurn	    =	    120,
        MinutesToCook	    =	    60,
        StaticModel = CanClosed,
        WorldStaticModel = JarFoodBroccoli_Ground,
    }

See also