Raspberry Shortbread: Difference between revisions

From PZwiki
m (updated distribution)
(added nutrition to infobox)
Line 1: Line 1:
{{languages|Raspberry Shortbread}}
{{languages|Raspberry Shortbread}}
{{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=Raspberry Shortbread
|display_name=Raspberry Shortbread
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=CookieJelly_120px.png
|image=CookieJelly_120px.png
<!--GENERAL-->
|category=Food
|weight=0.1
|weight=0.1
<!--NUTRITION-->
|hunger_change=-7
|hunger_change=-7
|calories=16.6
|lipids=0
|proteins=0
|carbohydrates=4.33
<!--EFFECT-->
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
|class_name=Base.CookieJelly
|class_name=Base.CookieJelly
}}A '''raspberry shortbread''', also called '''cookie jelly''', is a [[Food#Non-Perishable|non-perishable]] food [[items|item]] expected to be added in [[build 40]].
}}A '''raspberry shortbread''', also called '''cookie jelly''', 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:'''
Raspberry shortbread 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:07, 12 September 2018

Project ZomboidItemsFoodNon-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
Calories
Calories
16.6
Carbohydrates
Carbohydrates
4.33
Proteins
Proteins
0
Fat
Fat
0
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.

Usage

Raspberry shortbread 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 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