Seeding Broccoli

From PZwiki
Project ZomboidItemsObsolete itemsSeeding Broccoli
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Trashcontainers 01 24.png
This item has been removed from the game.
It has been replaced by Broccoli.
Seeding Broccoli
BloomingBroccoli Model.png
BloomingBroccoliRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
4 days
Days until rotten
7 days
Nutrition
HungerUI Hunger.png
-10
CaloriesCalories
11
CarbohydratesCarbohydrates
2.06
ProteinsProteins
0.87
FatFat
0.11
Technical
Item ID
farming.BloomingBroccoli

A seeding broccoli was a food item originally from the farming mod by RJ. It has a unique icon and models and can still be spawned in debug mode or by admin in multiplayer, but can't be found naturally outside of mods.

Consumable properties

Seeding broccoli can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Seeding Broccoli (Fresh) -10 - - -
Stale Seeding Broccoli (Stale) -8 +10 +10 -
Rotten Seeding Broccoli (Rotten) -4 +20 +20 100%

History

farming.BloomingBroccoli

Version Description
0.2.0r_RC2.5 Released on or before this version.

Help PZwiki by adding to this history.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item BloomingBroccoli
	{
	    DisplayCategory = Food,
		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,
        StaticModel = RoundFood_Green,
        WorldStaticModel = BloomingBroccoli_Ground,
	}

See also