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]
BoxSmall.png
This item has been removed from the game.
It has been replaced by Broccoli.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Seeding Broccoli
Seeding Broccoli
Seeding Broccoli (Rotten)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
4 days
Days until rotten
7 days
Nutrition
HungerMoodle Icon Hungry.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.

Fresh Stale Rotten
TZ BloomingBroccoli.png
Hunger: -10
TZ BloomingBroccoli.png
Hunger: -7
Boredom: +10
Unhappiness: +10
TZ BloomingBroccoli.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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