![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Bouillon Cube
Jump to navigation
Jump to search
![]() |
---|
Navigation: | Main>The Game World>Items>Food>Non-Perishable Food>Bouillon Cube | Page updated: Version 41.78.16 |
---|
Bouillon Cube | |
---|---|
![]() | |
General | |
Category | Food |
Weight | 0.1 |
Packaged | No |
Nutrition | |
Hunger | -3 |
Thirst | +5 |
Calories | 16 |
Carbohydrates | 2.3 |
Proteins | 0.6 |
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 |
3 |
![]() Stew |
3 |
![]() 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