Shrimp Dumpling

From PZwiki
Revision as of 12:37, 6 October 2022 by Kienlabadao (talk | contribs)
Project ZomboidItemsFoodPerishable FoodShrimp Dumpling
Shrimp Dumpling
Shrimp Dumpling
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
120
Carbohydrates
Carbohydrates
5
Proteins
Proteins
15
Fat
Fat
7
Technical details
Item ID Base.ShrimpDumpling

Shrimp Dumpling is a perishable food item

Usage

Consumable properties

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

Distribution

Shrimp dumplings can be found inside refrigerators in restaurants.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    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,
	}

See also