Bouillon Cube

From PZwiki
Revision as of 20:43, 15 January 2023 by Djhatt0204 (talk | contribs) (Corrected Bouillion Cube to Bouillon Cube, the in-game name. (Note: The icon name stays the same, as that is how it is in the files))
Bouillon Cube
Bouillon Cube
General
Category Food
Encumbrance
Heavy Load
0.1
Packaged No
Nutrition
Hunger
Hunger
-3
Thirst
Thirst
+5
Calories
Calories
16
Carbohydrates
Carbohydrates
2.3
Proteins
Proteins
0.6
Fat
Fat
0.5
Cooking
Spice Yes
Technical details
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

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

Code

From items_food.txt (Project Zomboid directory/media/scripts/) 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

List of Recipe Ingredients