Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

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]
Parts of this page may have been automatically updated to the latest build (42.0.2).
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
PotFull.png
Soup
15
PotFull.png
Stew
15
TZ CraftSalat.png
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 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
chinesekitchen restaurantdisplay 41.46%
chinesekitchen restaurantdisplay 23.67%
chineserestaurant restaurantdisplay 41.46%
chineserestaurant restaurantdisplay 23.67%
Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - ForagingNav: 1
TownZone: 1
TrailerPark: 1
- - - - - - -

Shrimp dumplings can be found inside refrigerators in restaurants.

History

Base.ShrimpDumpling

Version Description
Build 42.0.0 CookingSound added with value FryingFood.
StaticModel added with value ShrimpDumpling_Ground.
Build 41.78 WorldStaticModel added with value ShrimpDumpling_Ground.
Build 41.72 EvolvedRecipe added with value {'Soup': '15', 'Stew': '15'}.
FoodType added with value Seafood.
Build 41.69 DisplayCategory added with value Food.
Build 41.65 Released on this version.

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_prepared.txt

Retrieved: Build 42.0.2
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,
		StaticModel = ShrimpDumpling_Ground,
		WorldStaticModel = ShrimpDumpling_Ground,
		CookingSound = FryingFood,
	}

See also