Choco Cakes: Difference between revisions

From PZwiki
m (Automatically add empty line after navbox)
m (Updated distribution table)
Line 31: Line 31:
! colspan="4" | Containers
! colspan="4" | Containers
|-
|-
!Building/Room
! Building/Room
!Container
! Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" |Chance
! style="width: 3.2em;" | Chance
|-
|-
| artstore
|artstore  
| [[shelves]]
|[[shelves]]  
| 4
|4  
| 8
|8
|-
|-
| bandkitchen
|bandkitchen  
| [[counter]]
|[[counter]]  
| 4
|4  
| 8
|8
|-
|-
| gasstorage
|gasstorage  
| [[crate]]
|[[crate]]  
| 4
|4  
| 8
|8
|}
|}
Choco cakes can often be found in candy stores, and kitchen [[Containers#Counters|counters]].
Choco cakes can often be found in candy stores, and kitchen [[Containers#Counters|counters]].

Revision as of 08:14, 20 March 2024

Project ZomboidItemsFoodSweetsChoco Cakes
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
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.
Choco Cakes
ChocoCakes Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
200
CarbohydratesCarbohydrates
30
ProteinsProteins
1.8
FatFat
8
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.ChocoCakes

Choco cakes are a non-perishable food item. They are the in-universe equivalent to Little Debbie Chocolate Cupcakes.

Usage

Choco cakes can be eaten, providing the player with some positive effects.

Distribution

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

Containers
Building/Room Container Rolls Chance
artstore shelves 4 8
bandkitchen counter 4 8
gasstorage crate 4 8

Choco cakes can often be found in candy stores, and kitchen 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.73
item ChocoCakes
{
  DisplayName         = Choco Cakes,
  DisplayCategory     = Food,
  Type                = Food,
  Weight              = 0.2,
  Icon                = Snackcake_Chocakes,
  HungerChange        = -10,
  UnhappyChange       = -10,
  Calories            = 200,
  Carbohydrates       = 30,
  Lipids              = 8,
  Proteins            = 1.8,
  WorldStaticModel    = Snackcake_Chocakes,
}

See also