Chocolate Chip Cookie

From PZwiki
Revision as of 16:46, 9 August 2018 by Vaileasys (talk | contribs)
The Game WorldItemsConsumablesFoodNon-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
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.

Nutritional information

Its nutritional values are as follows:

Carbohydrates = 22
Proteins = 1
Lipids = 8
Calories = 160

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