Cheese Cake Slice

From PZwiki
Revision as of 22:55, 19 January 2022 by ASadHam (talk | contribs)
The Game WorldItemsFoodPerishable FoodCheese Cake Slice
Cheese Cake Slice
Cheese Cake Slice
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 3 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-8
Calories
Calories
80
Carbohydrates
Carbohydrates
4
Proteins
Proteins
10
Fat
Fat
12
Effect
Unhappiness
Unhappiness
-10
Technical details
Item ID Base.CakeCheesecake

A Cheese Cake Slice is a perishable food item

Usage

A Cheese Cake Slice can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Consumable properties

Template:Consumables2


Distribution

Cheese Cake Slices can be found in bakery display counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.65

    item CakeCheeseCake
    {
        Type				=		Food,
        HungerChange 		=		-8,
        UnhappyChange	    =	    -10,
        DisplayName			=		Cheese Cake Slice,
        Icon				=		CakeCheesecake,
        Weight				=		0.2,
        DaysFresh 			=		3,
        DaysTotallyRotten 	=	 	5,
        Carbohydrates = 4,
        Proteins = 10,
        Lipids = 12,
        Calories = 80,
        StaticModel = CakeSlice,
        WorldStaticModel = CheeseCake_Ground,

See also

Template:Navbox/Consumables