Seeding Broccoli: Difference between revisions

From PZwiki
(added "Obsolete" and "Merge" notice. - Item appears to have never been obtainable.)
(PZ Updater automated execution(task: deploy ReLookup, eid: c840a1f1c6868d8150d3ee71cc4f5f2a))
Line 32: Line 32:


== Farming ==
== Farming ==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5003 -->
|-  
{{Crafting/core|ing=1
! Name
| product_image = [[File:Broccoli.png|link=Broccoli|Broccoli]] | product_name = [[Broccoli]] | product_quantity = x1-?
! class="unsortable" | Recipe
| xp = <!-- Not present in the old template. Please fill in manually. -->
! class="unsortable" | Description
| sl = ''none''
! Crafting Level
| req =
{{RecipeLookup|5003}}
| f1 = [[File:Broccoli CropG.png|link=Broccoli Crop|Broccoli Crop]] | i1 = [[Broccoli Crop]] | q1 = x1
}}
|}
|}


== Code ==
== Code ==

Revision as of 04:37, 26 March 2022

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

Template:Navbox/Consumables