Bowl of Beans: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Bowl of Beans}}
{{languages|Bowl of Beans}}
{{header|The Game World|Items|Consumables|Food|Perishable Food|type=Food|version=Version 38|incver=30}}{{Consumables
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
|image = Full_Soup_bowl.png
|display_name=Bowl of Beans
|hunger = -25
|name_colour=Food
|weight = 1.5}}
|name_text_colour=Food
|image=BowlFull_120px.png
|alternate_image=Beans.png
|alternate_name=Canned Beans
|alternate_link=Canned Beans
|alternate_image2=Bowl.png
|alternate_name2=Bowl
|alternate_link2=Bowl
<!--GENERAL-->
|category=Food
|weight=1.5
|days_fresh=2
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-25
|thirst_change=
|calories=170
|lipids=1
|proteins=7
|carbohydrates=33
<!--EFFECT-->
|unhappy_change=10 <small>(uncooked)</small>
<!--COOKING-->
|cook_minutes=20
|burn_minutes=40
|good_hot=True
<!--TECHNICAL DETAILS-->
|class_name=Base.BeanBowl
}}A '''bowl of beans''' is a [[Food#Perishable|perishable]] food [[item]].
 
A '''bowl of beans''' is a [[Food#Perishable|perishable]] food item which is made from an open [[Canned_Beans|can of beans]] combined with a [[Bowl|bowl]]. <br>
A '''bowl of beans''' is a [[Food#Perishable|perishable]] food item which is made from an open [[Canned_Beans|can of beans]] combined with a [[Bowl|bowl]]. <br>
A cooked bowl of beans does not give the player unhappiness, whereas uncooked beans do. A bowl of beans will be of better quality when hot.
A cooked bowl of beans does not give the player unhappiness, whereas uncooked beans do. A bowl of beans will be of better quality when hot.
A bowl of beans takes two in-game days to go stale, and four in-game days to rot. This process is slower when the item is in a refrigerator.
A bowl of beans takes two in-game days to go stale, and four in-game days to rot. This process is slower when the item is in a refrigerator.


== Nutritional information ==
==Usage==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
===Consumable properties===
|
A bowl of beans can be eaten raw, which will make the [[player]] [[Moodles#Unhappy|unhappy]]. Consuming after being cooked will remove any negative effects (unless stale or rotten), providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -25
|hunger = -25
|unhappiness = -10
|unhappiness = +10
|perishable = 1
|perishable = 1
|cookable = 0
|cookable = 0
Line 21: Line 49:
|unrotten hunger = -19
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +20
|rotten hunger = -11
|rotten hunger = -11
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +30
|unrottencooked hunger = 0
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked unhappiness = 0
Line 40: Line 68:
|cooked image =  
|cooked image =  
}}
}}
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
== Crafting ==
'''Its nutritional values are as follows:'''<br>
===Cooking===
Carbohydrates = 33 <br>
{{Main|Cooking}}
Proteins = 7 <br>
{{Cooking table header}}
Lipids = 1 <br>
{{RecipeLookup|2004}}
Calories = 170 <br><br>
{{Crafting table footer}}
 
== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=14}}
item BeanBowl
<pre> item BeanBowl
HungerChange = -25,
HungerChange = -25,
Weight = 1.5,
Weight = 1.5,
Line 68: Line 97:
         Lipids = 1,
         Lipids = 1,
         Calories = 170,
         Calories = 170,
         GoodHot = true,
         GoodHot = true,</pre>
    </nowiki>


==See also==
==See also==
*[[Bowl of Soup]]
*[[Can of Oats]]
*[[Cereal]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 17:07, 10 September 2018

Bowl of Beans
Bowl of Beans
Canned Beans Bowl
General
Category Food
Encumbrance
Heavy Load
1.5
Days until stale 2 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-25
Calories
Calories
170
Carbohydrates
Carbohydrates
33
Proteins
Proteins
7
Fat
Fat
1
Effect
Unhappiness
Unhappiness
10 (uncooked)
Cooking
Time until cooked 20 minutes
Time until burned 40 minutes
Good hot True
Technical details
Item ID Base.BeanBowl

A bowl of beans is a perishable food item.

A bowl of beans is a perishable food item which is made from an open can of beans combined with a bowl.
A cooked bowl of beans does not give the player unhappiness, whereas uncooked beans do. A bowl of beans will be of better quality when hot. A bowl of beans takes two in-game days to go stale, and four in-game days to rot. This process is slower when the item is in a refrigerator.

Usage

Consumable properties

A bowl of beans can be eaten raw, which will make the player unhappy. Consuming after being cooked will remove any negative effects (unless stale or rotten), providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

Main article: Cooking

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

	item BeanBowl
		HungerChange			= -25,
		Weight				= 1.5,
		Type				= Food,
		DaysTotallyRotten		= 4,
		UnhappyChange			= 10,
		IsCookable			= TRUE,
        	MinutesToBurn			= 40,
        	MinutesToCook			= 20,
        	RemoveNegativeEffectOnCooked    = TRUE,
		DisplayName			= Bowl of Beans,
		ReplaceOnUse			= Bowl,
		Icon				= BowlFull,
		DaysFresh			= 2,
        	Carbohydrates 			= 33,
        	Proteins 			= 7,
        	Lipids 				= 1,
        	Calories 			= 170,
        	GoodHot 			= true,

See also

Template:Navbox/Consumables