Fruit Muffin

From PZwiki
Project ZomboidItemsFoodSweetsFruit Muffin
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Fruit Muffin
MuffinFruit Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
5 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-7
CaloriesCalories
120
CarbohydratesCarbohydrates
10.45
ProteinsProteins
14.53
FatFat
12.61
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.MuffinFruit

A Fruit Muffin is a perishable food item.

Usage

Consumable properties

Fruit muffins can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten
MuffinFruit.png
Hunger: -7
Unhappiness: -10
MuffinFruit.png
Hunger: -5
Boredom: +10
MuffinFruit.png
Hunger: -3
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Distribution

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

Containers
Building/Room Container Rolls Chance
all displaycasebakery 4 1
bandkitchen fridge 4 4
cafeteria displaycasebakery 4 8
camping fridge 4 1
motelroomoccupied fridge 1 1

Fruit muffins can be found in bakeries, cafes, candy stores, and some convenience store shelves.

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 MuffinFruit
	{
		DisplayName = Fruit Muffin,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = MuffinFruit,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 120,
		Carbohydrates = 10.45,
		Lipids = 12.61,
		Proteins = 14.53,
		WorldStaticModel = MuffinFruit_Ground,
	}

See also