Shrimp 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]
Shrimp Dumpling
ShrimpDumpling 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
-15
CaloriesCalories
120
CarbohydratesCarbohydrates
5
ProteinsProteins
15
FatFat
7
Cooking
Time until cooked
10 minutes
Good hot
True
Technical
Item ID
Base.ShrimpDumpling

A shrimp dumpling is a perishable food item.

Usage

Consumable properties

A shrimp dumpling can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Shrimp Dumpling (Fresh) -15 - - -
Stale Shrimp Dumpling (Stale) -11 +10 +10 -
Rotten Shrimp Dumpling (Rotten) -6 +20 +20 100%

Evolved recipes

Shrimp dumpling is a cooking ingredient.

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Salad
Salad
15

Location

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

ShrimpDumpling 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%

Shrimp dumplings can be found inside refrigerators in restaurants.

History

Base.ShrimpDumpling

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

Item

ShrimpDumpling.png Base.ShrimpDumpling
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item ShrimpDumpling
	{
		DisplayName = Shrimp Dumpling,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = ShrimpDumpling,
		EvolvedRecipe = Soup:15;Stew:15,
		FoodType = Seafood,
		GoodHot = true,
		MinutesToCook = 10,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -15,
		Calories = 120,
		Carbohydrates = 5,
		Lipids = 7,
		Proteins = 15,
		WorldStaticModel = ShrimpDumpling_Ground,
	}

See also