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
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
120
CarbohydratesCarbohydrates
5
ProteinsProteins
15
FatFat
7
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.

Fresh Stale Rotten

ShrimpDumpling.png
Hunger: -15


ShrimpDumpling.png
Hunger: -11
Boredom: +10
Unhappiness: +10

ShrimpDumpling.png
Hunger: -6
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Evolved recipes

Shrimp dumpling is a cooking ingredient.

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Salad
Salad
15

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

Shrimp dumplings can be found inside refrigerators in restaurants.

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