Seeding Broccoli: Difference between revisions

From PZwiki
(Update of NavBar.)
(added "Obsolete" and "Merge" notice. - Item appears to have never been obtainable.)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=51|hidecat=true}}
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Broccoli.png
|image = Broccoli.png
|hunger = -10
|hunger = -10
|weight = 0.1
|weight = 0.1
}}
}}{{Obsolete|link=Broccoli}}{{merge|Broccoli|reason=This article appears to be generated based on speculation and the existence of Seeding Broccoli in the game files. Seeding Broccoli is non-obtainable and does not require its own page. There is no mention of Seeding Broccoli in any changelog and likely just a remnant from the mod created by RJ merged with PZ in 2012.}}[[Seeding_Broccoli|Seeding Broccoli]] is a [[Food#Perishable|perishable]] food item that is similar to normal [[Broccoli|broccoli]], but provides a extra hunger point per plant.  It curbs hunger more than standard Broccoli. However the current code for the Seeding Broccoli suggests it cannot be mixed with anything, and perhaps is a overlay code for normal brocolli. Seeding Broccoli take four in-game days to go stale, and seven in-game days to become rotten.  
[[Seeding_Broccoli|Seeding Broccoli]] is a [[Food#Perishable|perishable]] food item that is similar to normal [[Broccoli|broccoli]], but provides a extra hunger point per plant.  It curbs hunger more than standard Broccoli. However the current code for the Seeding Broccoli suggests it cannot be mixed with anything, and perhaps is a overlay code for normal brocolli. Seeding Broccoli take four in-game days to go stale, and seven in-game days to become rotten.  


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Broccoli.png
|image = Broccoli.png
Line 30: Line 24:
|rotten image = Rotten_Broccoli.png
|rotten image = Rotten_Broccoli.png
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
'''Its Nutritional Values are as follows:'''<br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 2.06 <br>
Carbohydrates = 2.06 <br>
Proteins = 0.87 <br>
Proteins = 0.87 <br>

Revision as of 13:40, 21 July 2021

Project ZomboidItemsFoodPerishable FoodVegetablesSeeding Broccoli
BoxSmall.png
This feature has been removed from the game.
It has been replaced by something else.
Furniture Pickup.png
It has been suggested that this article be merged with Broccoli.

Seeding Broccoli is a perishable food item that is similar to normal broccoli, but provides a extra hunger point per plant. It curbs hunger more than standard Broccoli. However the current code for the Seeding Broccoli suggests it cannot be mixed with anything, and perhaps is a overlay code for normal brocolli. Seeding Broccoli take four in-game days to go stale, and seven in-game days to become rotten.

Nutritional Information

Template:Consumables2

Its Nutritional Values are as follows:
Carbohydrates = 2.06
Proteins = 0.87
Lipids = 0.11
Calories = 11

Farming

Name Recipe Description Crafting Level












Code

	item BloomingBroccoli
		Type			= Food,
		DisplayName		= Seeding Broccoli,
		Icon			= TZ_BloomingBroccoli,
		Weight			= 0.1,
		HungerChange 		= -10,
		DaysFresh 		= 4,
		DaysTotallyRotten 	= 7,
        	Carbohydrates 		= 2.06,
        	Proteins 		= 0.87,
        	Lipids 			= 0.11,
        	Calories 		= 11,

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables