Raspberry Shortbread

From PZwiki
Revision as of 10:29, 14 March 2022 by Vaileasys (talk | contribs) (updated to 41.68 + added model + navbox)
Project ZomboidItemsFoodNon-Perishable FoodRaspberry Shortbread
Raspberry 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 items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.68

    item CookieJelly
    {
        DisplayCategory 	= Food,
        Type			= Food,
        DisplayName		= Raspberry Shortbread,
        Icon			= CookieJelly,
        Weight			= 0.1,
        HungerChange 		= -5,
        UnhappyChange	    	= -10,
        Carbohydrates 		= 22,
        Proteins 		= 1,
        Lipids 			= 8,
        Calories 		= 160,
        WorldStaticModel 	= CookieJelly,
    }

See also