Bowl of Beans: Difference between revisions

From PZwiki
(Update of NavBar.)
m (Automated Formatting)
(42 intermediate revisions by 12 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Prepared food}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Bowl of Beans
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=BowlSoup_Model.png
{{Consumables
|icon=BowlFull.png
|image = Full_Soup_bowl.png
|icon_name=Bowl of Beans
|hunger = -30
|model2=BowlSoupRotten_Model.png
|unhappiness = -10
|icon2=BowlFull.png
|weight = 1.5
|icon_name2=Bowl of Beans (Rotten)
<!--GENERAL-->
|category=Food
|weight=1.5
|days_fresh=2
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-24
|calories=170
|lipids=1
|proteins=7
|carbohydrates=33
<!--EFFECT-->
|unhappy_change=10 <small>(uncooked)</small>
<!--COOKING-->
|cook_minutes=20
|burn_minutes=20
<!--TECHNICAL DETAILS-->
|item_id=Base.BeanBowl
}}
}}
'''A Bowl of Beans''' is a perishable food item which is made from a open [[Canned_Beans|can of beans]] combined with a [[Bowl|bowl]]. <br>
'''Bowl of beans''' is a perishable [[food]] [[Items|item]].
The bowl of beans has the benefit of -10 unhappiness compared to the open [[Canned_Beans|can of beans]].
A bowl of beans takes two in-game days to go stale, and four in-game days to rot.


 
==Usage==
== Nutritional Information ==
===Consumable properties===
{| border=0 align=left <!-- Table will be in middle of page without this line -->
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
{{Consumables2
|image = BowlFull.png
|image = Full_Soup_bowl.png
|hunger = -24
|hunger = -30
|unhappiness = +10
|unhappiness = -10
|perishable = 1
|perishable = 1
|cookable = 0
|cookable = 1
|dangerous uncooked = 0
|dangerous uncooked = 0
|unrotten hunger = -23
|unrotten hunger = -18
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +20
|rotten hunger = -13
|rotten hunger = -10
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +30
|unrottencooked hunger = 0
|unrottencooked hunger = -18
|unrottencooked unhappiness = 0
|unrottencooked unhappiness = +10
|unrottencooked boredom = 0
|unrottencooked boredom = +10
|rottencooked hunger = 0
|rottencooked hunger = -10
|rottencooked unhappiness = 0
|rottencooked unhappiness = +20
|cooked hunger = 0
|rottencooked boredom = +20
|cooked unhappiness = 0
|cooked hunger = -31
|cooked boredom = 0
|cooked boredom = 0
|burned hunger = 0
|burned hunger = -8
|burned boredom = 0
|burned boredom = +20
|burned unhappiness = 0
|burned unhappiness = +20
|burned image =  
|burned image = BowlFull.png
|rotten image = Full_Soup_bowl.png
|rotten image = BowlFull.png
|cooked image =  
|cooked image = BowlFull.png
}}
 
==Crafting==
{{Main|Cooking}}
 
===Obtaining===
{{Crafting/sandbox2
|bowl_of_beans_uncooked
}}
 
===Cooking===
{{Crafting/sandbox2
|bowl_of_beans_cooked
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 33 <br>
Proteins = 7 <br>
Lipids = 1 <br>
Calories = 170 <br><br>


== Code ==
===Evolved recipes===
<br>
Bowl of beans is a [[cooking]] [[Recipe ingredients|ingredient]].
<nowiki>
{{EvolvedRecipesForItem|omelette=8|soup=24|stew=24|rice=24|sandwich=8|toast=8|salad=8}}
item BeanBowl
 
HungerChange = -30,
==Distribution==
Weight = 1.5,
Bowl of beans do not spawn naturally and can only be obtained through [[#Crafting|crafting]].
Type = Food,
 
DaysTotallyRotten = 4,
==Code==
UnhappyChange = -10,
{{CodeBox
DisplayName = Bowl of Beans,
| {{CodeSnip
ReplaceOnUse = Bowl,
  | lang = java
Icon = BowlFull,
  | line = true
DaysFresh = 2,
  | start = 4432
        Carbohydrates = 33,
  | source = items_food.txt
        Proteins = 7,
  | retrieved = true
        Lipids = 1,
  | version = 41.78.16
        Calories = 170,
  | code =
    </nowiki>
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==
*[[Bowl of Soup]]
*[[Can of Oats]]
*[[Cereal]]
 
{{Navbox items|prepared_food}}
 


==See Also==
[[Category:Perishable food]]
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

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