Bowl of Beans

From PZwiki
Revision as of 10:31, 20 May 2022 by Quineloe (talk | contribs)
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.

Usage

Consumable properties

A bowl of beans can be eaten raw, which will make the player unhappy. Consuming after being cooked removes the penalty. Template:Consumables2

Crafting

Main article: Cooking

Prepare

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

Code

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

	item BeanBowl
                DisplayCategory                 = Food,
		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,
                StaticModel                     = Bowl,
                WorldStaticModel                = BowlSoup_Ground,
                EatType                         = 2hand,

See also

Template:Navbox/Consumables