Cereal: Difference between revisions

From PZwiki
(New infobox + new layout)
(PZ Updater automated execution(task: deploy ReLookup, eid: 1a98ad9c01c69277302cb0cedbef6d69))
Line 32: Line 32:
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Cooking table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2089 -->
{{RecipeLookup|2089}}
{{Crafting/core|ing=3
{{Crafting table footer}}
| product_image = [[File:Oatmeal.png|link=Cereal Bowl|Cereal Bowl]] | product_name = [[Cereal Bowl]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Cereal.png|link=Cereal|Cereal]] | i1 = [[Cereal]] | q1 = x1 | tag1 = (5 units)
| f2 = [[File:Milk.png|link=Milk|Milk]] | i2 = [[Milk]] | q2 = x1 | tag2 = (2 units)
| f3 = [[File:Bowl.png|link=Bowl|Bowl]] | i3 = [[Bowl]] | q3 = x1 | tag3 = (consumed)
}}
|}
 


==Distribution==
==Distribution==

Revision as of 04:23, 26 March 2022

Cereal
Cereal
Cereal Bowl
General
Category Food
Encumbrance
Heavy Load
0.2
Function Trap bait
Packaged True
Nutrition
Hunger
Hunger
-40
Calories
Calories
2360
Carbohydrates
Carbohydrates
572
Proteins
Proteins
52
Fat
Fat
26
Technical details
Item ID Base.Cereal

Cereal is a non-perishable food item.

Usage

Trapping

Main article: Trapping

Cereal can be used as bait in traps to capture small birds and squirrels.

Crafting

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Cereal Bowl
Bowl of Cereal x1
none Cereal
Cereal x1
(5 units)
Milk
Milk x1
(2 units)
Bowl
Bowl x1
(consumed)


Distribution

Cereal is often found in kitchen counters.

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

	item Cereal
		HungerChange		= -40,
		Weight			= 0.2,
		AlwaysWelcomeGift	= true,
		Type			= Food,
		DisplayName		= Cereal,
		Icon			= Cereal,
        	Carbohydrates 		= 572,
        	Proteins 		= 52,
        	Lipids 			= 26,
        	Calories 		= 2360,
        	Packaged 		= TRUE,

See also

Template:Navbox/Consumables