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

Bowl of Beans

From PZwiki
Project ZomboidItemsFoodPrepared foodBowl of Beans
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Bowl of Beans
BowlSoup Model.png
BowlSoupRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Properties
Can boil water
True
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerUI Hunger.png
-24
CaloriesCalories
170
CarbohydratesCarbohydrates
33
ProteinsProteins
7
FatFat
1
Effect
UnhappinessUI Unhappy.png
10
Cooking
Time until cooked
20 minutes
Time until burned
40 minutes
Good hot
True
Custom recipe
Bean
Technical
Item ID
Base.BeanBowl

Bowl of beans is a perishable food item.

Usage

Consumable properties

Bowl of beans can be eaten raw, which will make the player unhappy. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Uncooked Bowl of Beans (Fresh Uncooked) -24 - +10 -
Fresh Cooked Bowl of Beans (Fresh Cooked) -31 - - -
Stale Uncooked Bowl of Beans (Stale Uncooked) -18 +10 +10 -
Stale Cooked Bowl of Beans (Stale Cooked) -18 +10 +20 -
Rotten Uncooked Bowl of Beans (Rotten Uncooked) -10 +20 +30 100%
Rotten Cooked Bowl of Beans (Rotten Cooked) -10 +20 +20 100%
Burned Bowl of Beans (Burned) -8 +20 +30 100%

Crafting

Main article: Cooking

Obtaining

Product Ingredients Tools Requirements Workstation XP
Bowl of Beans (Uncooked)
Bowl of Beans (Uncooked)

Empty Bowl Empty Bowl ×1
Beans.png Canned Beans ×1
CanOpener.png
Can Opener
none none 0.75 Cooking

Cooking

Product Ingredients Tools Requirements Workstation XP
Bowl of Beans (Cooked)
Bowl of Beans (Cooked)
Bowl of Beans (Uncooked) Bowl of Beans (Uncooked) ×1 none none Heat source.gif
Heat source
2.5 Cooking

Evolved recipes

Bowl of beans is a cooking ingredient.

Product Nutrition
PotFull.png
Soup
24
PotFull.png
Stew
24
TZ CraftSalat.png
Salad
8
SandwichSandwich
Sandwich
8
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
24
PanFull.png
Omelette (crafted)
8
BreadSlices.png
Toast
8

Location

Bowl of beans do not spawn naturally and can only be obtained through crafting.

History

Base.BeanBowl

Version Description
0.2.0q Released on or before this version.

Help PZwiki by adding to this history.

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 BeanBowl
	{
		DisplayName = Bowl of Beans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.5,
		Icon = BowlFull,
		EvolvedRecipe = Omelette:8;Soup:24;Stew:24;RicePot:24;RicePan:24;Sandwich:8;Sandwich Baguette:8;Toast:8;Salad:8,
		EvolvedRecipeName = Bean,
		FoodType = Bean,
		EatType = 2hand,
		GoodHot = true,
		IsCookable = TRUE,
		RemoveNegativeEffectOnCooked = TRUE,
		ReplaceOnUse = Bowl,
		MinutesToCook = 20,
		MinutesToBurn = 40,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -24,
		UnhappyChange = 10,
		Calories = 170,
		Carbohydrates = 33,
		Lipids = 1,
		Proteins = 7,
		StaticModel = Bowl,
		WorldStaticModel = BowlSoup_Ground,
	}

See also