Oatmeal Cookie: Difference between revisions

From PZwiki
m (Cleanup)
(added model to infobox + recipe)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=65}}{{Infobox food
{{Languages}}{{Header|The Game World|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=78.16}}{{Infobox food
|display_name=Oatmeal Cookie
|display_name=Oatmeal Cookie
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=CookiesOatmeal.png
|image=CookiesOatmeal Model.png
|image_width=200px
|alternate_image=CookiesOatmeal.png
|alternate_name=Oatmeal Cookie
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 17: Line 21:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CookiesOatmeal
|class_name=Base.CookiesOatmeal
}}An '''Oatmeal Cookie''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].
}}An '''oatmeal cookie''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
==Usage==
Oatmeal Cookies can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
Oatmeal Cookies can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
==Crafting==
===Cooking===
{{Main|Cooking}}
The player must first learn how to make chocolate chip cookies before they can be crafted. This can be done by either reading a [[Recipe Magazines#Cooking|''Good Cooking Magazine Vol.1'']], or starting with the [[Occupation#Chef|chef occupation]] during character creation.
{{Crafting header|ing=11}}
{{Crafting cooking|142|ing=11}}
|}


==Distribution==
==Distribution==
Line 27: Line 40:
==Code==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
    item CookiesOatmeal
item CookiesOatmeal
    {
{
        Type = Food,
DisplayName = Oatmeal Cookie,
        DisplayName = Oatmeal Cookie,
DisplayCategory = Food,
        Icon = CookiesOatmeal,
Type = Food,
        Weight = 0.1,
Weight = 0.1,
        HungerChange = -5,
Icon = CookiesOatmeal,
        UnhappyChange     =     -10,
/*DaysFresh = 7,
        Carbohydrates = 20,
DaysTotallyRotten = 30,*/
        Proteins = 1,
HungerChange = -5,
        Lipids = 6,
UnhappyChange = -10,
        Calories = 110,
Calories = 110,
        CustomEatSound = EatingCrispy,
Carbohydrates = 20,
        WorldStaticModel = Cookie_Oatmeal_Ground,
Lipids = 6,
Proteins = 1,
CustomEatSound = EatingCrispy,
WorldStaticModel = Cookie_Oatmeal_Ground,
Tags = FitsToaster,
}
</pre>
</pre>



Revision as of 08:25, 24 June 2023

Oatmeal Cookie
Oatmeal Cookie
Oatmeal Cookie
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-5
Calories
Calories
110
Carbohydrates
Carbohydrates
20
Proteins
Proteins
1
Fat
Fat
6
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.CookiesOatmeal

An oatmeal cookie is a non-perishable food item.

Usage

Oatmeal Cookies can be eaten, providing the player with some positive effects, including reducing unhappiness.

Crafting

Cooking

Main article: Cooking

The player must first learn how to make chocolate chip cookies before they can be crafted. This can be done by either reading a Good Cooking Magazine Vol.1, or starting with the chef occupation during character creation.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6 Ingredient 7 Ingredient 8 Ingredient 9 Ingredient 10 Ingredient 11
BakingTray CookiesBaked.png
Baking Tray with Chocolate Cookie (Uncooked)
0.75 Cooking none Chef
OR
Cook (trait)
OR
Good Cooking Magazine Vol. 1
Bowl.png
Empty Bowl
(keep)
RollingPin.png
Rolling Pin
(keep)

(keep)
Flour.png
Flour
(1 unit)

(consumed)
BakingTray.png
Baking Tray
(consumed)
BakingSoda.png
Baking Soda
(1 unit)

(consumed)
CocoaPowder.png
Cocoa Powder
(10 units)

(consumed)
Water.png
Water
(1 unit)

(consumed)

(consumed)
One of:
Egg.png Egg x2
WildEggs.png Wild Eggs x2

(consumed)

(consumed)

Distribution

Oatmeal Cookies can be found in bakery display counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78.16

	item CookiesOatmeal
	{
		DisplayName = Oatmeal Cookie,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = CookiesOatmeal,
		/*DaysFresh = 7,
		DaysTotallyRotten = 30,*/
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 110,
		Carbohydrates = 20,
		Lipids = 6,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = Cookie_Oatmeal_Ground,
		Tags = FitsToaster,
	}

See also