Cereal: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 1a98ad9c01c69277302cb0cedbef6d69))
mNo edit summary
Line 1: Line 1:
{{languages|Cereal}}
{{languages|Cereal}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Cereal
|display_name=Cereal
|name_colour=Food
|name_colour=Food
Line 6: Line 6:
|image=Cereal_120px.png
|image=Cereal_120px.png
|alternate_image=Oatmeal.png
|alternate_image=Oatmeal.png
|alternate_name=Cereal Bowl
|alternate_name=Bowl of Cereal
|alternate_link=Cereal Bowl
|alternate_link=Bowl of Cereal
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|function=[[Trapping|Trap bait]]
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-40
|hunger_change=-40
|thirst_change=
|calories=2360
|calories=2360
|lipids=26
|lipids=26
Line 25: Line 22:


==Usage==
==Usage==
Cereal can be eaten directly, providing the player with some positive effects.
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Line 30: Line 29:


== Crafting ==
== Crafting ==
{{Main|Cooking}}
===Cooking===
===Cooking===
{{Main|Cooking}}
Cereal can be used to make a [[Bowl of Cereal|bowl of cereal]].
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2089 -->
{{Crafting header|type=food|ing=3}}
{{Crafting/core|ing=3
{{Crafting cooking|112|ing=3}}
| product_image = [[File:Oatmeal.png|link=Cereal Bowl|Cereal Bowl]] | product_name = [[Cereal Bowl]] | product_quantity = x1
{{Crafting table footer}}
| 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==
Cereal is often found in [[Containers#Kitchen_Counter|kitchen counters]].  
Cereal is often found in [[Containers#Kitchen_Counter|kitchen counters]].  
==Gallery==
<gallery>
File:Cereal Model.png|Cereal model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=73}}
<pre> item Cereal
<pre> item Cereal
HungerChange = -40,
{
Weight = 0.2,
DisplayName = Cereal,
AlwaysWelcomeGift = true,
DisplayCategory = Food,
Type = Food,
Type = Food,
DisplayName = Cereal,
Weight = 0.2,
Icon = Cereal,
Icon = Cereal,
        Carbohydrates = 572,
Packaged = TRUE,
        Proteins = 52,
HungerChange = -40,
        Lipids = 26,
Calories = 2360,
        Calories = 2360,
Carbohydrates = 572,
        Packaged = TRUE,</pre>
Lipids = 26,
Proteins = 52,
WorldStaticModel = Cereal,
}</pre>


==See also==
==See also==
Line 69: Line 68:
*[[Canned Soup]]
*[[Canned Soup]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 14:02, 4 October 2022

Cereal
Cereal
Bowl of Cereal
General
Category Food
Encumbrance
Heavy Load
0.2
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

Cereal can be eaten directly, providing the player with some positive effects.

Trapping

Main article: Trapping

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

Crafting

Main article: Cooking

Cooking

Cereal can be used to make a bowl of cereal.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Oatmeal.png
Bowl of Cereal
0.75 Cooking none Bowl.png
Bowl
(consumed)
Cereal.png
Cereal
(5 units)

(consumed)

(consumed)

Template:Crafting table footer

Distribution

Cereal is often found in kitchen counters.

Gallery

Code

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

	item Cereal
	{
		DisplayName = Cereal,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Cereal,
		Packaged = TRUE,
		HungerChange = -40,
		Calories = 2360,
		Carbohydrates = 572,
		Lipids = 26,
		Proteins = 52,
		WorldStaticModel = Cereal,
	}

See also