Meat Dumpling

From PZwiki
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
HungerUI Hunger.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

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Meat Dumpling (Fresh) -10 - - -
Stale Meat Dumpling (Stale) -8 +10 +10 -
Rotten Meat Dumpling (Rotten) -4 +20 +20 100%

Crafting

Main article: Cooking

Evolved recipes

Meat dumpling is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10

Location

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

MeatDumpling distributionShow / Hide

Effective chance calculations are based off of default loot settings and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.

Containers
Building/Room Container Effective chance
chinesekitchen restaurantdisplay 23.28%
chinesekitchen restaurantdisplay 41.14%
chineserestaurant restaurantdisplay 23.28%
chineserestaurant restaurantdisplay 41.14%

Meat dumpling can often found inside displays in restaurant.

History

Base.MeatDumpling

Version Description
41.65 Released on or before this version.

Help PZwiki by adding to this history.

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