Meat Dumpling

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Meat Dumpling
MeatDumplings Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
28
CarbohydratesCarbohydrates
8
ProteinsProteins
15
FatFat
3
Technical
Item ID
Base.MeatDumpling

Meat dumpling is a perishable food item.

Usage

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

MeatDumpling.png
Hunger: -10


MeatDumpling.png
Hunger: -7
Boredom: +10
Unhappiness: +10

MeatDumpling.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Meat dumpling is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10

Distribution

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

Containers
Building/Room Container Rolls Chance
chinesekitchen restaurantdisplay 4 1
restaurantdisplay 4 1
restaurantdisplay 4 2
restaurantdisplay 4 2

Meat dumpling can often found inside displays in restaurant.

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 MeatDumpling
	{
		DisplayName = Meat Dumpling,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = MeatDumpling,
		EvolvedRecipe = Soup:15;Stew:15,
		FoodType = Meat,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -10,
		Calories = 28,
		Carbohydrates = 8,
		Lipids = 3,
		Proteins = 15,
		WorldStaticModel = MeatDumplings_Ground,
	}

See also