Bouillon Cube

From PZwiki
Project ZomboidItemsFoodSpicesBouillon Cube
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bouillon Cube
BouillionCube Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Packaged
No
Nutrition
HungerMoodle Icon Hungry.png
-3
ThirstMoodle Icon Thirsty.png
+5
CaloriesCalories
16
CarbohydratesCarbohydrates
2.3
ProteinsProteins
0.6
FatFat
0.5
Cooking
Spice
Yes
Technical
Item ID
Base.BouillonCube

Bouillon cube is a non-perishable food item.

Usage

Consumable properties

Bouillon cubes can be eaten on their own to satisfy a small amount of hunger, but doing so will also increase thirst by a small amount. The increase in thirst can be countered by instead adding bouillon cubes to soup, stew, beverages, and hot drinks.

Crafting

Main article: Cooking

Evolved recipes

This item is an ingredient in the following evolved recipes.

Product Nutrition
Soup
Soup
3
Stew
Stew
3
Beverage
Beverage
1

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
generalstore shelves 4 1
grocerystorage crate 4 1
kitchen counter 4 1

Bouillon cubes can be commonly found in kitchen counters and kitchen shelves.

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 BouillonCube
	{
		DisplayName = Bouillon Cube,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = BouillionCube,
		EvolvedRecipe = Soup:3;Stew:3;Beverage:1;Beverage2:1;HotDrink:1;HotDrinkRed:1;HotDrinkWhite:1;HotDrinkSpiffo:1;HotDrinkTea:1,
		Spice = true,
		HungerChange = -3,
		ThirstChange = 5,
		Calories = 16,
		Carbohydrates = 2.3,
		Lipids = 0.5,
		Proteins = 0.6,
		WorldStaticModel = BouillionCube_Ground,
		Tags = DriedFood;HerbalTea,
		EvolvedRecipeName = Bouillon,
		FoodType = Stock,
	}

See also