Seeding Broccoli

From PZwiki
Revision as of 19:23, 29 August 2016 by MalonyJenkins (talk | contribs) (Update of NavBar.)


Page Updated @ Version: 34.28

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












It's 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