Fruit Muffin |
---|
 |
General |
---|
Category |
Food |
---|
Weight |
0.1 |
---|
Days until stale |
5 days |
---|
Days until rotten |
8 days |
---|
Nutrition |
---|
Hunger |
-7 |
---|
Calories |
120 |
---|
Carbohydrates |
10.45 |
---|
Proteins |
14.53 |
---|
Fat |
12.61 |
---|
Effect |
---|
Unhappiness |
-10 |
---|
Technical details |
---|
Item ID |
Base.MuffinFruit |
Fruit muffin is a perishable food item.
Usage
Consumable properties
Fruit muffin 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
|
|
Hunger: -7
|
|
Unhappiness: -10
|
|
|
|
Hunger: -5
|
Boredom: +10
|
|
|
|
|
Hunger: -3
|
Boredom: +20
|
Unhappiness: +10
|
Dangerous, will cause sickness.
|
|
Distribution
Fruit muffin can be found in bakeries, cafes, candy stores, and some convenience store shelves.
Gallery
Model for:
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
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,
}