Bowl of Beans: Difference between revisions

From PZwiki
m (Automated CodeBox update)
m (Automated Formatting)
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{header/sandbox2|Project Zomboid|Items|Food|Prepared food}}
{{Page version|41.78.16}}
{{page version|41.73}}
{{Infobox item
{{Infobox item
|name=Bowl of Beans
|name=Bowl of Beans
|model=BowlSoup Model.png
|model=BowlSoup_Model.png
|icon=BowlFull.png
|icon=BowlFull.png
|icon_name=Bowl of Beans
|icon_name=Bowl of Beans
|model2=BowlSoupRotten_Model.png
|icon2=BowlFull.png
|icon_name2=Bowl of Beans (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 26: Line 28:
|item_id=Base.BeanBowl
|item_id=Base.BeanBowl
}}
}}
'''Bowl of beans''' is a [[Food#Perishable|perishable]] food [[item]].  
'''Bowl of beans''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Bowl of beans can be eaten raw, which will make the [[player]] [[Moodles#Unhappy|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.
Bowl of beans can be eaten raw, which will make the [[player]] [[Unhappy|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.
{{Consumables
{{Consumables
|image = BowlFull.png
|image = BowlFull.png
Line 64: Line 66:


===Obtaining===
===Obtaining===
{{Crafting header|type=food|ing=3}}
{{Crafting/sandbox2
{{Crafting cooking|114|ing=3}}
|bowl_of_beans_uncooked
|}
}}


===Cooking===
===Cooking===
{{Crafting header|type=food|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|219|ing=2}}
|bowl_of_beans_cooked
|}
}}


===Evolved recipes===
===Evolved recipes===
Bowl of beans is a [[cooking]] [[Recipe ingredients|ingredient]].
Bowl of beans is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|Omelette=8|Soup=24|Stew=24|Rice=24|Sandwich=8|Toast=8|Salad=8|}}
{{EvolvedRecipesForItem|omelette=8|soup=24|stew=24|rice=24|sandwich=8|toast=8|salad=8}}


==Distribution==
==Distribution==
Bowl of beans do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
Bowl of beans do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
==Gallery==
<gallery>
BowlSoup Model.png|Model for: [[File:BowlFull.png]]
BowlSoupRotten Model.png|Model for: [[File:BowlFull.png]] (Rotten)
</gallery>


==Code==
==Code==
Line 90: Line 86:
| {{CodeSnip
| {{CodeSnip
   | lang = java
   | lang = java
   | line = false
   | line = true
   | start =
   | start = 4432
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.73
   | version = 41.78.16
   | code =
   | code =
item BeanBowl
item BeanBowl
{
{
  DisplayName               = Bowl of Beans,
DisplayName = Bowl of Beans,
  DisplayCategory           = Food,
DisplayCategory = Food,
  Type                     = Food,
Type = Food,
  Weight                   = 1.5,
Weight = 1.5,
  Icon                     = BowlFull,
Icon = BowlFull,
  EvolvedRecipe             = Omelette:8;Soup:24;Stew:24;RicePot:24;RicePan:24;Sandwich:8;Sandwich Baguette:8;Toast:8;Salad:8,
EvolvedRecipe = Omelette:8;Soup:24;Stew:24;RicePot:24;RicePan:24;Sandwich:8;Sandwich Baguette:8;Toast:8;Salad:8,
  EvolvedRecipeName         = Bean,
EvolvedRecipeName = Bean,
  FoodType                 = Bean,
FoodType = Bean,
  EatType                   = 2hand,
EatType = 2hand,
  GoodHot                   = true,
GoodHot = true,
  IsCookable               = TRUE,
IsCookable = TRUE,
  RemoveNegativeEffectOnCooked = TRUE,
RemoveNegativeEffectOnCooked = TRUE,
  ReplaceOnUse             = Bowl,
ReplaceOnUse = Bowl,
  MinutesToCook             = 20,
MinutesToCook = 20,
  MinutesToBurn             = 40,
MinutesToBurn = 40,
  DaysFresh                 = 2,
DaysFresh = 2,
  DaysTotallyRotten         = 4,
DaysTotallyRotten = 4,
  HungerChange             = -24,
HungerChange = -24,
  UnhappyChange             = 10,
UnhappyChange = 10,
  Calories                 = 170,
Calories = 170,
  Carbohydrates             = 33,
Carbohydrates = 33,
  Lipids                   = 1,
Lipids = 1,
  Proteins                 = 7,
Proteins = 7,
  StaticModel               = Bowl,
StaticModel = Bowl,
  WorldStaticModel         = BowlSoup_Ground,
WorldStaticModel = BowlSoup_Ground,
}
}
  }}
}}
}}
}}


Line 132: Line 128:
*[[Cereal]]
*[[Cereal]]


{{Navbox food}}
{{Navbox items|prepared_food}}
 
 
[[Category:Perishable food]]
[[Category:Perishable food]]

Revision as of 06:45, 14 April 2024

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
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.png
-24
CaloriesCalories
170
CarbohydratesCarbohydrates
33
ProteinsProteins
7
FatFat
1
Effect
UnhappinessMoodle Icon Unhappy.png
10 (uncooked)
Cooking
Time until cooked
20 minutes
Time until burned
20 minutes
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.

Fresh Stale Rotten
Uncooked

BowlFull.png
Hunger: -24

Unhappiness: +10

BowlFull.png
Hunger: -18
Boredom: +10
Unhappiness: +20

BowlFull.png

Hunger: -10
Boredom: +20
Unhappiness: +30
Dangerous, will cause sickness.

Cooked

BowlFull.png
Hunger: -31

BowlFull.png
Hunger: -18
Boredom: +10
Unhappiness: +10

BowlFull.png
Hunger: -10
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Burned

BowlFull.png
Hunger: -8
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Obtaining

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

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

Cooking

Product Ingredients Tools Requirements Workstation XP
BowlFull.png
Bowl of Beans (Cooked)
BowlFull.png 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
Soup
Soup
24
Stew
Stew
24
Salad
Salad
8
Sandwich
Sandwich
8
Rice Pot/Saucepan
Rice Pot/Saucepan
24
Omelette
Omelette
8
Toast
Toast
8

Distribution

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

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