Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Chocolate Chip Cookie

From PZwiki
Project ZomboidItemsFoodSweetsChocolate Chip Cookie
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Chocolate Chip Cookie
Cookie Model.png
BakingTray Cookies Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1 (CookieChocolateChip)
1.9 (CookieChocolateChipDough)
Properties
Days fresh
7 days
Days until rotten
30 days
Nutrition
HungerUI Hunger.png
-5
CaloriesCalories
160 (CookieChocolateChip)
960 (CookieChocolateChipDough)
CarbohydratesCarbohydrates
22 (CookieChocolateChip)
132 (CookieChocolateChipDough)
ProteinsProteins
1
FatFat
8 (CookieChocolateChip)
48 (CookieChocolateChipDough)
Effect
UnhappinessUI Unhappy.png
-10 (CookieChocolateChip)
-30 (CookieChocolateChipDough)
Technical
Item ID
Base.CookieChocolateChip
Base.CookieChocolateChipDough
PlushSpiffo.pngThis article is about the cookie made with chocolate chips. For other cookies, see Cookie (disambiguation).

A chocolate chip cookie is a non-perishable food item.

Usage

A cookie 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.

LightBulbBlue.png
Recipes are still based on build 41, and are planned to be revamped to build 42 at a later date, depending on the game's crafting system improvement.
Product Ingredients Tools Requirements Workstation XP
Baking Tray with Chocolate Chip Cookie (Uncooked)
Baking Tray with Chocolate Chip Cookie (Uncooked)
One of:
Fork.png Fork ×1
Spatula.png Spatula ×1
Spoon.png Spoon ×1
One of:
OilOlive.png Olive Oil ×1
OilVegetable.png Vegetable Oil ×1
Lard.png Lard ×1
Butter.png Butter ×1
Margerine.png Margarine ×1
Each of:
Empty Bowl Empty Bowl ×1
RollingPin.png Rolling Pin ×1
BakingTray.png Baking Tray ×1
BakingSoda.png Baking Soda ×1
ChocolateChips.png Chocolate Chips ×6
Egg (tag) Egg (tag) ×2
Flour.png Flour ×1 unit(s)
WaterDrop.png Water ×1 unit(s)
none
Profession chef2.png
Chef
(or)
Trait cook.png
Cook
(or)
MagazineFood.png
Magazine: Good Cooking - June 1993
none 0.75 Cooking

Location

The loot distributions can be found in the table(s) below.

CookieChocolateChip distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
all displaycasebakery 6.74%
bakery displaycasebakery 6.74%
bakery grocerstand 6.74%
bakery restaurantdisplay 6.74%
bakerykitchen restaurantdisplay 6.74%
cafe displaycasebakery 6.74%
cafe grocerstand 6.74%
cafe restaurantdisplay 6.74%
cafe shelves 6.74%
cafekitchen restaurantdisplay 6.74%
cornerstore displaycasebakery 6.74%
daycare desk 4.44%
gigamart displaycasebakery 6.74%
grocery displaycasebakery 6.74%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - ForagingNav: 1
TownZone: 1
TrailerPark: 1
- - - - - - -

Chocolate chip cookies can often be found in kitchen counters, bakeries, motel room fridges and candy stores.

History

Base.CookieChocolateChip

Version Description
Build 42.0.0 DisplayName changed from Chocalate Chip Cookie to Cookie - Chocolate Chip.
StaticModel added with value Cookie_Hand.
UnhappyChange changed from -5 to -10.
Build 41.72 DaysFresh removed.
DaysTotallyRotten removed.
DisplayName changed from Cookie to Chocalate Chip Cookie.
Item tag added with value FitsToaster.
Build 41.69 DaysFresh added with value 7.
DaysTotallyRotten added with value 30.
Build 41.65 DisplayCategory added with value Food.
UnhappyChange changed from -10 to -5.
Build 41.54 CustomEatSound added with value EatingCrispy.
Build 41.51 WorldStaticModel added with value Cookie.
Build 34.23 Calories added with value 160.
Nutrition added with value 22.
Nutrition added with value 8.
Proteins added with value 1.
Build 32.14 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food_baking.txt

Retrieved: Build 42.0.2
item CookieChocolateChip
	{
		DisplayName = Cookie - Chocolate Chip,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = CookieChocolateChip,
		/*DaysFresh = 7,
		DaysTotallyRotten = 30,*/
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 160,
		Carbohydrates = 22,
		Lipids = 8,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		StaticModel = Cookie_Hand,
		WorldStaticModel = Cookie,
		Tags = FitsToaster,
	}

See also