Seeding Broccoli: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: c840a1f1c6868d8150d3ee71cc4f5f2a))
m (Cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=51|hidecat=true}}
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 41|incver=51|hidecat=true}}
{{Consumables
{{Consumables
|image = Broccoli.png
|image = Broccoli.png
Line 7: Line 6:
}}{{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.  
}}{{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.  


== Nutritional Information ==
==Nutritional Information==
{{Consumables2
{{Consumables2
|image = Broccoli.png
|image = Broccoli.png
Line 31: Line 30:
Calories = 11 <br><br>
Calories = 11 <br><br>


== Farming ==
==Farming==
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5003 -->
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5003 -->
{{Crafting/core|ing=1
{{Crafting/core|ing=1
Line 59: Line 58:
</nowiki>
</nowiki>


== History ==
==History==
 
{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
Line 68: Line 66:
|}
|}


==See Also==
==See also==
* [[Farming]]
*[[Farming]]


{{Navbox/Consumables}}
{{Navbox food}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 22:43, 4 April 2023

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

Product XP gained Skill(s) Recipe Ingredient 1
Broccoli
Broccoli x1-?
none Broccoli Crop
Broccoli Crop x1


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