Bowl of Beans

From PZwiki
Revision as of 18:40, 10 September 2018 by Vaileasys (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 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 items.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