Seeding Broccoli

From PZwiki
Revision as of 22:43, 4 April 2023 by Faalagorn (talk | contribs) (Cleanup)
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