Bowl of Beans: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 1: Line 1:
{{languages|Bowl of Beans}}
{{languages|Bowl of Beans}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Bowl of Beans
|display_name=Bowl of Beans
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=BowlFull_120px.png
|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-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=1.5
|weight=1.5
|days_fresh=2
|days_fresh=2
|days_rotten=4
|days_rotten=2
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-25
|hunger_change=-24
|thirst_change=
|calories=170
|calories=170
|lipids=1
|lipids=1
Line 27: Line 20:
<!--COOKING-->
<!--COOKING-->
|cook_minutes=20
|cook_minutes=20
|burn_minutes=40
|burn_minutes=20
|good_hot=True
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.BeanBowl
|class_name=Base.BeanBowl
}}A '''bowl of beans''' is a [[Food#Perishable|perishable]] food [[item]].  
}}'''Bowl of beans''' is a [[Food#Perishable|perishable]] food [[item]].  


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
A bowl of beans can be eaten raw, which will make the [[player]] [[Moodles#Unhappy|unhappy]]. Consuming after being cooked removes the penalty.
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.
{{Consumables2
{{Consumables2
|image = BowlFull.png
|image = BowlFull.png
|hunger = -25
|hunger = -24
|unhappiness = +10
|unhappiness = +10
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
|dangerous uncooked = 0
|dangerous uncooked = 0
|unrotten hunger = -19
|unrotten hunger = -18
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +20
|unrotten unhappiness = +20
|rotten hunger = -11
|rotten hunger = -10
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +30
|rotten unhappiness = +30
|unrottencooked hunger = -19
|unrottencooked hunger = -18
|unrottencooked unhappiness = +10
|unrottencooked unhappiness = +10
|unrottencooked boredom = +10
|unrottencooked boredom = +10
|rottencooked hunger = -11
|rottencooked hunger = -10
|rottencooked unhappiness = +20
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|rottencooked boredom = +20
|cooked hunger = -32
|cooked hunger = -31
|cooked boredom = 0
|cooked boredom = 0
|burned hunger = -8
|burned hunger = -8
Line 67: Line 59:
== Crafting ==
== Crafting ==
{{Main|Cooking}}
{{Main|Cooking}}
===Prepare===
===Obtaining===
{{Crafting header|type=food|ing=3}}
{{Crafting header|type=food|ing=3}}
{{Crafting cooking|114|ing=3}}
{{Crafting cooking|114|ing=3}}
Line 76: Line 68:
{{Crafting cooking|219|ing=2}}
{{Crafting cooking|219|ing=2}}
{{Crafting table footer}}
{{Crafting table footer}}
===Evolved recipes===
Bowl of beans is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|Omelette=8|Soup=24|Stew=24|Rice=24|Sandwich=8|Toast=8|Salad=8|}}
== Distribution ==
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 ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=73}}
<pre> item BeanBowl
<pre> item BeanBowl
                DisplayCategory                 = Food,
{
HungerChange = -25,
DisplayName = Bowl of Beans,
Weight = 1.5,
DisplayCategory = Food,
Type = Food,
Type = Food,
DaysTotallyRotten = 4,
Weight = 1.5,
UnhappyChange = 10,
Icon = BowlFull,
IsCookable = TRUE,
EvolvedRecipe = Omelette:8;Soup:24;Stew:24;RicePot:24;RicePan:24;Sandwich:8;Sandwich Baguette:8;Toast:8;Salad:8,
        MinutesToBurn = 40,
EvolvedRecipeName = Bean,
        MinutesToCook = 20,
FoodType = Bean,
        RemoveNegativeEffectOnCooked   = TRUE,
EatType = 2hand,
DisplayName = Bowl of Beans,
GoodHot = true,
ReplaceOnUse = Bowl,
IsCookable = TRUE,
Icon = BowlFull,
RemoveNegativeEffectOnCooked = TRUE,
DaysFresh = 2,
ReplaceOnUse = Bowl,
        Carbohydrates = 33,
MinutesToCook = 20,
        Proteins = 7,
MinutesToBurn = 40,
        Lipids = 1,
DaysFresh = 2,
        Calories = 170,
DaysTotallyRotten = 4,
        GoodHot = true,
HungerChange = -24,
                StaticModel                     = Bowl,
UnhappyChange = 10,
                WorldStaticModel               = BowlSoup_Ground,
Calories = 170,
                EatType                        = 2hand,</pre>
Carbohydrates = 33,
Lipids = 1,
Proteins = 7,
StaticModel = Bowl,
WorldStaticModel = BowlSoup_Ground,
}</pre>


==See also==
==See also==
Line 109: Line 119:
*[[Cereal]]
*[[Cereal]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 13:27, 6 October 2022

Bowl of Beans
Bowl of Beans
General
Category Food
Encumbrance
Heavy Load
1.5
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-24
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 20 minutes
Technical details
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. Template:Consumables2

Crafting

Main article: Cooking

Obtaining

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Bowl of Beans (Uncooked)
Bowl of Beans (Uncooked)
0.75 Cooking none CanOpener.png
Can Opener
(keep)
Bowl.png
Bowl
(consumed)
Beans.png
Canned Beans
(consumed)

Template:Crafting table footer

Cooking

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Bowl of Beans (Cooked)
Bowl of Beans (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 20 mins)
Bowl of Beans (Uncooked)
Bowl of Beans (Uncooked)
(consumed)

Template:Crafting table footer

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.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	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