Ginger Root

From PZwiki
Project ZomboidItemsFoodWild plantsGinger Root
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Ginger Root
Ginger Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
28 days
Days until rotten
42 days
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
46
CarbohydratesCarbohydrates
0.44
ProteinsProteins
5.10
FatFat
2.36
Technical
Item ID
Base.GingerRoot

Ginger Root is a wild plant which can be used as a perishable food item or used in cooking as 'spice'.

Usage

Ginger root can be used as spice in cooking recipes, or eaten directly. Despite the pickling of vegetables being an in-game mechanic, Ginger Root cannot be crafted into ginger pickled.

Consumable properties

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

Fresh Stale Rotten

RootGinger.png
Hunger: -5


RootGinger.png
Hunger: -4
Boredom: +10
Unhappiness: +10

RootGinger.png
Hunger: -2
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Distribution

Ginger root will spawn naturally in stacks of 1-3 randomly throughout the world over time.

Foraging

Main article: Foraging

Ginger root is only available March through November. It is scarce in March and April, and abundant in May, June, and July, like other wild plants.

Crafting

Evolved recipes

Ginger Root is a spice when used in cooking recipes, therefore will not be included in the maximum number of ingredients.

Product Nutrition
Soup
Soup
2
Stew
Stew
2
Salad
Salad
1
Stir Fry
Stir Fry
2
Sandwich
Sandwich
1
Beverage
Beverage
1

Code

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

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item GingerRoot
	{
		DisplayName = Ginger Root,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = RootGinger,
		EvolvedRecipe = Beverage:1;Beverage2:1;Salad:1;Sandwich:1;Sandwich Baguette:1;Soup:2;Stew:2;Stir fry:2;Stir fry Griddle Pan:2;HotDrink:1;HotDrinkRed:1;HotDrinkWhite:1;HotDrinkSpiffo:1;HotDrinkTea:1,
		Spice = true,
		DaysFresh = 28,
		DaysTotallyRotten = 42,
		HungerChange = -5,
		Calories = 46,
		Carbohydrates = 0.44,
		Lipids = 2.36,
		Proteins = 5.10,
		WorldStaticModel = Ginger_Ground,
		EvolvedRecipeName = Ginger,
		Tags = HerbalTea,
		FoodType = NoExplicit,
	}

See also