Bowl of Cereal

From PZwiki
Revision as of 16:34, 10 September 2018 by Vaileasys (talk | contribs) (Created page with "{{languages|Cereal Bowl}} {{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food |display_name=Cereal Bowl |name_colour=Foo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Project ZomboidItemsFoodPerishable FoodBowl of Cereal
Cereal Bowl
Cereal Bowl
Cereal Bowl
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 1 days
Days until rotten 1 days
Nutrition
Hunger
Hunger
-8
Thirst
Thirst
-20
Calories
Calories
295
Carbohydrates
Carbohydrates
71.5
Proteins
Proteins
6.5
Fat
Fat
3.25
Technical details
Item ID Base.CerealBowl

A cereal bowl is a perishable food item.

Usage

Consumable properties

A cereal bowl can be eaten, 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 CerealBowl
		Type			= Food,
        	DisplayName		= Cereal Bowl,
        	Icon			= Oatmeal,
        	Weight			= 0.8,
        	HungerChange 		= -8,
        	ThirstChange		= -20,
		DaysFresh 		= 1,
		DaysTotallyRotten 	=  1,
        	ReplaceOnUse    	= Bowl,
        	Carbohydrates 		= 71.5,
        	Proteins 		= 6.5,
        	Lipids 			= 3.25,
        	Calories 		= 295,

See also

Template:Navbox/Consumables