Chocolate Chip Cookie: Difference between revisions

From PZwiki
mNo edit summary
(added nutrition to infobox)
Line 1: Line 1:
{{languages|Cookie}}
{{languages|Cookie}}
{{header|The Game World|Items|Consumables|Food|Non-Perishable Food|type=Food|version=Version 40|incver=5}}{{Notice|Future}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Notice|Future}}{{Infobox food
|display_name=Cookie
|display_name=Cookie
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=CookieChocolateChip_120px.png
|image=CookieChocolateChip_120px.png
<!--GENERAL-->
|category=Food
|weight=0.1
|weight=0.1
<!--NUTRITION-->
|hunger_change=-5
|hunger_change=-5
|calories=160
|lipids=8
|proteins=1
|carbohydrates=22
<!--EFFECT-->
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|class_name=Base.CookieChocolateChip
|class_name=Base.CookieChocolateChip
}}A '''cookie''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]] expected to be added in [[build 40]].
}}A '''cookie''' is a [[Food#Non-Perishable|non-perishable]] food [[items|item]] expected to be added in [[build 40]].


== Nutritional information ==
==Usage==
'''Its nutritional values are as follows:'''
A cookie can be eaten, providing the player with some positive effects, including reducing [[Moodles#Unhappy|unhappiness]].
:Carbohydrates = 22
:Proteins = 1
:Lipids = 8
:Calories = 160


==Distribution==
==Distribution==

Revision as of 16:10, 12 September 2018

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