Chocolate Bread |
---|
 |
General |
---|
Category |
Food |
---|
Weight |
0.1 |
---|
Days until stale |
3 days |
---|
Days until rotten |
7 days |
---|
Nutrition |
---|
Hunger |
-2 |
---|
Calories |
414 |
---|
Carbohydrates |
47.4 |
---|
Proteins |
6.9 |
---|
Fat |
21.1 |
---|
Technical details |
---|
Item ID |
Base.Painauchocolat |
Chocolate bread is a perishable food item.
Usage
Consumable properties
Chocolate bread 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: -2
|
|
|
|
|
|
Hunger: -1
|
Boredom: +10
|
Unhappiness: +10
|
|
|
|
|
Boredom: +20
|
Unhappiness: +20
|
Dangerous, will cause sickness.
|
|
Distribution
Chocolate bread can often be found in shop shelves.
Gallery
Model for:
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
item Painauchocolat
{
DisplayName = Pain au Chocolat,
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = Painauchocolat,
DaysFresh = 3,
DaysTotallyRotten = 7,
HungerChange = -2,
Calories = 414,
Carbohydrates = 47.4,
Lipids = 21.1,
Proteins = 6.9,
WorldStaticModel = Painauchocolat_Ground,
}