Bowl of Beans: Difference between revisions

From PZwiki
m (removed doubled-up info)
mNo edit summary
Line 37: Line 37:
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.
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 = BowlFull.png
|hunger = -25
|hunger = -25
|unhappiness = +10
|unhappiness = +10
|perishable = 1
|perishable = 1
|cookable = 0
|cookable = 1
|dangerous uncooked = 0
|dangerous uncooked = 0
|unrotten hunger = -19
|unrotten hunger = -19
Line 49: Line 49:
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +30
|rotten unhappiness = +30
|unrottencooked hunger = 0
|unrottencooked hunger = -19
|unrottencooked unhappiness = 0
|unrottencooked unhappiness = +10
|unrottencooked boredom = 0
|unrottencooked boredom = +10
|rottencooked hunger = 0
|rottencooked hunger = -11
|rottencooked unhappiness = 0
|rottencooked unhappiness = +20
|cooked hunger = 0
|rottencooked boredom = +20
|cooked hunger = -32
|cooked unhappiness = 0
|cooked unhappiness = 0
|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
}}
}}



Revision as of 18:40, 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.

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