Raspberry Shortbread

From PZwiki
Revision as of 15:47, 9 August 2018 by Vaileasys (talk | contribs) (updated distribution)
The Game WorldItemsConsumablesFoodNon-Perishable FoodRaspberry Shortbread
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.
Raspberry Shortbread
Raspberry Shortbread
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-7
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.CookieJelly

A raspberry shortbread, also called cookie jelly, 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 CookieJelly
		Type		= Food,
		DisplayName	= Raspberry Shortbread,
		Icon		= CookieJelly,
		Weight		= 0.1,
		HungerChange 	= -7,
		UnhappyChange	= -10,
		Carbohydrates 	= 22,
		Proteins 	= 1,
		Lipids 		= 8,
		Calories 	= 160,

See also

Template:Navbox/Consumables