Quagga Cakes

From PZwiki
Project ZomboidItemsFoodSweetsQuagga Cakes
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Quagga Cakes
Snackcake QuaggaCakes 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.QuaggaCakes

A Quagga cake is a non-perishable food item. They are the in-universe equivalent to Little Debbie Zebra Cakes.

Usage

Quagga cakes can be eaten, providing the player with some positive effects, including reducing unhappiness.

Distribution

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

QuaggaCakes distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Bag_FoodSnacks 2 10.0
artstore shelves 4 8.0
bandkitchen counter 4 8.0
gasstorage crate 4 8.0

Trivia

  • The name Quagga comes from an extinct subspecies of zebra that was native to South Africa.

Code

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

Snackcake QuaggaCakes.png Base.QuaggaCakes
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item QuaggaCakes
	{
		DisplayName	= Quagga Cakes,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Snackcake_QuaggaCakes,
		HungerChange = -10,
		UnhappyChange = -10,
		Calories = 200,
		Carbohydrates = 30,
		Lipids = 8,
		Proteins = 1.8,
        WorldStaticModel = Snackcake_QuaggaCakes,
	}

See also