Mac and Cheese

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Mac and Cheese
MacAndCheese Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-40
CaloriesCalories
690
CarbohydratesCarbohydrates
126
ProteinsProteins
21
FatFat
12
Technical
Item ID
Base.Macandcheese

Mac and cheese is a non-perishable food item.

Usage

Mac and cheese can be eaten, providing the player with some positive effects. As it is non-perishable, mac and cheese will never go stale or rotten.

Distribution

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

Macandcheese distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 10.0
all GroceryBag1 1 1.0
generalstore shelves 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 10.0

Mac and cheese can often be found in 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.78.16
item Macandcheese
	{
		DisplayName = Mac and Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Macandcheese,
		Packaged = TRUE,
		HungerChange = -40,
		Calories = 690,
		Carbohydrates = 126,
		Lipids = 12,
		Proteins = 21,
		WorldStaticModel = MacAndCheese,
	}

See also