Cheese Cake Slice: Difference between revisions

From PZwiki
(missing variant rotten 3d model tag)
m (Distribution table update)
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Languages}}
{{Header|Project Zomboid|Items|Food|Sweets}}
{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}
{{Page version|41.65}}
{{reupload|Missing 3D Variant Model (Rotten)}}
{{Reupload|Missing 3D Variant Model (Rotten)}}
{{Infobox food
{{Infobox item
|display_name=Cheese Cake Slice
|name=Cheese Cake Slice
|name_colour=Food
|model=CakeCheeseCake_Model.png
|name_text_colour=Food
|icon=CakeCheesecake.png
|image=CakeCheeseCake_Model.png
|image_width=200px
|alternate_image=CakeCheesecake.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 23: Line 20:
|unhappy_change=-10
|unhappy_change=-10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CakeCheesecake
|item_id=Base.CakeCheesecake
}}
}}
A '''cheese cake slice''' is a [[Food#Perishable|perishable]] food [[items|item]].
A '''cheese cake slice''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 47: Line 44:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|CakeCheeseCake|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>CakeCheeseCake distribution
        <span class="mw-customtoggle-togglebox-CakeCheeseCake" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-CakeCheeseCake">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|displaycasebakery}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-CakeCheeseCake" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|CakeCheeseCake|41.78.16-->
Cheese Cake Slices can be found in bakery [[Containers#Displays|display counters]].
Cheese Cake Slices can be found in bakery [[Containers#Displays|display counters]].


==Code==
==Code==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=65}}
| {{CodeSnip
<pre>
  | lang = java
    item CakeCheeseCake
  | line = true
    {
  | start = 5865
        Type = Food,
  | source = items_food.txt
        HungerChange = -8,
  | retrieved = true
        UnhappyChange     =     -10,
  | version = 41.78.16
        DisplayName = Cheese Cake Slice,
  | code =
        Icon = CakeCheesecake,
item CakeCheeseCake
        Weight = 0.2,
{
        DaysFresh = 3,
DisplayName = Cheese Cake Slice,
        DaysTotallyRotten = 5,
DisplayCategory = Food,
        Carbohydrates = 4,
Type = Food,
        Proteins = 10,
Weight = 0.2,
        Lipids = 12,
Icon = CakeCheesecake,
        Calories = 80,
DaysFresh = 3,
        StaticModel = CakeSlice,
DaysTotallyRotten = 5,
        WorldStaticModel = CheeseCake_Ground,
HungerChange = -8,
</pre>
UnhappyChange = -10,
Calories = 80,
Carbohydrates = 4,
Lipids = 12,
Proteins = 10,
StaticModel = CakeSlice,
WorldStaticModel = CheeseCake_Ground,
}
}}
}}


==See also==
==See also==
Line 79: Line 110:
*[[Strawberry Cake Slice]]
*[[Strawberry Cake Slice]]


{{Navbox food}}
{{Navbox items|miscellaneous_food}}
 


[[Category:Food]]
[[Category:Perishable food]]

Revision as of 15:10, 24 April 2024

Project ZomboidItemsFoodSweetsCheese Cake Slice
Spiffo controlyourself.png
This page was last updated for an older version (41.65).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Variant Model (Rotten)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Cheese Cake Slice
CakeCheeseCake Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
3 days
Days until rotten
2 days
Nutrition
HungerMoodle Icon Hungry.png
-8
CaloriesCalories
80
CarbohydratesCarbohydrates
4
ProteinsProteins
10
FatFat
12
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
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

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

The loot distributions can be found in the table(s) below.

CakeCheeseCake distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all displaycasebakery 4 10.0

Cheese Cake Slices can be found in bakery display counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

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

See also