Raspberry Shortbread: Difference between revisions

From PZwiki
mNo edit summary
m (b40 update)
Line 1: Line 1:
{{languages|Raspberry Shortbread}}
{{languages|Raspberry Shortbread}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=14}}{{Notice|Future}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=30}}{{Infobox food
|display_name=Raspberry Shortbread
|display_name=Raspberry Shortbread
|name_colour=Food
|name_colour=Food
Line 18: Line 18:
<!--TECHNICAL DETAILS-->
<!--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''', previously called '''cookie jelly''', is a [[Food#Non-Perishable|non-perishable]] food [[items|item]].


==Usage==
==Usage==
Line 28: Line 28:
== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=5}}
{{Retrieved|version=40|incver=30}}
<pre>    item CookieJelly
<pre>    item CookieJelly
Type = Food,
Type = Food,

Revision as of 08:47, 31 October 2018

Project ZomboidItemsFoodNon-Perishable FoodRaspberry Shortbread
Raspberry Shortbread
Raspberry Shortbread
General
Category Food
Encumbrance
Heavy Load
0.1
Nutrition
Hunger
Hunger
-7
Calories
Calories
160
Carbohydrates
Carbohydrates
22
Proteins
Proteins
1
Fat
Fat
8
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.CookieJelly

A raspberry shortbread, previously called cookie jelly, is a non-perishable food item.

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.30

    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