Meat Dumpling |
---|
 |
General |
---|
Category |
Food |
---|
Weight |
0.1 |
---|
Days fresh |
2 days |
---|
Days until rotten |
2 days |
---|
Nutrition |
---|
Hunger |
-10 |
---|
Calories |
28 |
---|
Carbohydrates |
8 |
---|
Proteins |
15 |
---|
Fat |
3 |
---|
Technical details |
---|
Base ID |
Base.MeatDumpling |
A Meat Dumpling is a perishable food item
Usage
A Meat Dumpling can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Consumable properties
Fresh
|
Stale
|
Rotten
|
|
Hunger: -10
|
|
|
|
|
|
Hunger: -7
|
Boredom: +10
|
Unhappiness: +10
|
|
|
|
Hunger: -4
|
Boredom: +20
|
Unhappiness: +20
|
Dangerous, will cause sickness.
|
|
Distribution
Meat Dumplings can be found inside refrigerators in restaurants.
Code
From items.txt (Project Zomboid directory/media/scripts/)
item MeatDumpling
{
HungerChange = -10,
Weight = 0.1,
Type = Food,
DaysTotallyRotten = 4,
DisplayName = Meat Dumpling,
Icon = MeatDumpling,
DaysFresh = 2,
Carbohydrates = 8,
Proteins = 15,
Lipids = 3,
Calories = 28,
WorldStaticModel = MeatDumplings_Ground,
See also