Chocolate Chip Cookie

From PZwiki
Revision as of 15:10, 12 September 2018 by Vaileasys (talk | contribs) (added nutrition to infobox)
Project ZomboidItemsFoodNon-Perishable FoodChocolate Chip Cookie
PictureKate.png
This is a future feature.
This article is about an item or mechanic that is currently unimplemented and planned for a future version.
It has either been previewed or found in the game files and does not exist yet.
Cookie
Cookie
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-5
Calories
Calories
160
Carbohydrates
Carbohydrates
22
Proteins
Proteins
1
Fat
Fat
8
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.CookieChocolateChip

A cookie is a non-perishable food item expected to be added in build 40.

Usage

A cookie can be eaten, providing the player with some positive effects, including reducing unhappiness.

Distribution

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

Code

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

	item CookieChocolateChip
		Type		= Food,
		DisplayName	= Cookie,
		Icon		= CookieChocolateChip,
		Weight		= 0.1,
		HungerChange    = -5,
		UnhappyChange	= -10,
		Carbohydrates 	= 22,
		Proteins 	= 1,
		Lipids 		= 8,
		Calories 	= 160,

See also

Template:Navbox/Consumables