Cheese Cake Slice: Difference between revisions

From PZwiki
m (Minor fixes)
(added 3D model image)
Line 5: Line 5:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=CakeCheesecake.png
|image=CakeCheeseCake_Model.png
|image_width=200px
|alternate_image=CakeCheesecake.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food

Revision as of 23:00, 12 December 2023

The Game WorldItemsFoodPerishable FoodCheese Cake Slice

Template:Infobox food 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

Fresh Stale Rotten

CakeCheesecake.png
Hunger: -8

Unhappiness: -10

CakeCheesecake.png
Hunger: -6
Boredom: +10

CakeCheesecake.png
Hunger: -4
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

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