Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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
HungerUI Hunger.png
-3
ThirstUI Thristy.png
5
CaloriesCalories
16
CarbohydratesCarbohydrates
2.3
ProteinsProteins
0.6
FatFat
0.5
Cooking
Spice
True
Custom recipe
Bouillon
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
PotFull.png
Soup
3
PotFull.png
Stew
3
BeverageBeverageBeverageBeverageBeverageBeverageBeverage
Beverage
1

Location

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

BouillonCube distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
FoodCache1 FoodBox 63.69%
generalstore shelves 23.67%
generalstorestorage crate 23.67%
generalstorestorage shelves 23.67%
gigamart shelves 23.67%
grocery shelves 23.67%
grocerystorage crate 4.44%
grocerystorage metal_shelves 4.44%
grocerystorage smallcrate 4.44%
kitchen counter 23.67%
kitchen overhead 23.67%
kitchen shelves 23.67%
livingroom counter 23.67%
livingroom overhead 23.67%
SurvivorCache1 counter 23.67%
SurvivorCache2 counter 23.67%

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

History

Base.BouillonCube

Version Description
Build 41.72 EvolvedRecipeName added with value Bouillon.
EvolvedRecipe added with value {'Soup': '3', 'Stew': '3', 'Beverage': '1', 'Beverage2': '1', 'HotDrink': '1', 'HotDrinkRed': '1', 'HotDrinkWhite': '1', 'HotDrinkSpiffo': '1', 'HotDrinkTea': '1'}.
FoodType added with value Stock.
Spice added with value true.
Item tag added with value ['DriedFood', 'HerbalTea'].
Build 41.69 Released on this version.

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