Shrimp Dumpling: Difference between revisions

From PZwiki
(Created page with "{{languages|{{PAGENAME}}}} {{header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}} {{Infobox food |display_name=Shrimp Dumpling |name_colou...")
 
mNo edit summary
Line 1: Line 1:
{{languages|{{PAGENAME}}}}
{{languages|Shrimp Dumpling}}
{{header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=65}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}
{{Infobox food
{{Infobox food
|display_name=Shrimp Dumpling
|display_name=Shrimp Dumpling
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=ShrimpDumpling.png
|image=ShrimpDumpling 120px.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 17: Line 17:
|proteins=15
|proteins=15
|carbohydrates=5
|carbohydrates=5
<!--COOKING-->
|good_hot=Yes
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.ShrimpDumpling
|class_name=Base.ShrimpDumpling
}}
}}
A '''Shrimp Dumpling''' is a [[Food#Perishable|perishable]] food [[items|item]]
'''Shrimp Dumpling''' is a [[Food#Perishable|perishable]] food [[items|item]]
 
__TOC__


== Usage ==
== Usage ==
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.
=== Consumable properties ===
=== 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.
{{Consumables2
{{Consumables2
|image = ShrimpDumpling.png
|image = ShrimpDumpling.png
Line 46: Line 41:


== Distribution ==
== Distribution ==
Shrimp Dumplings can be found inside [[refrigerator]]s in restaurants.
Shrimp dumplings can be found inside [[refrigerator]]s in restaurants.


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=65}}
{{Retrieved|version=41|incver=73}}
<pre>    item ShrimpDumpling
<pre>    item ShrimpDumpling
    {
{
        HungerChange = -15,
DisplayName = Shrimp Dumpling,
        Weight = 0.1,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DaysTotallyRotten = 4,
Weight = 0.1,
        DisplayName = Shrimp Dumpling,
Icon = ShrimpDumpling,
        Icon = ShrimpDumpling,
EvolvedRecipe = Soup:15;Stew:15,
        DaysFresh = 2,
FoodType = Seafood,
        MinutesToCook = 10,
GoodHot = true,
        Carbohydrates = 5,
MinutesToCook = 10,
        Proteins = 15,
DaysFresh = 2,
        Lipids = 7,
DaysTotallyRotten = 4,
        Calories = 120,
HungerChange = -15,
        GoodHot = true,</pre>
Calories = 120,
Carbohydrates = 5,
Lipids = 7,
Proteins = 15,
}</pre>


==See also==
==See also==
*[[Meat Dumpling]]
*[[Meat Dumpling]]
{{Navbox/Consumables}}
 
{{Navbox food}}

Revision as of 12:37, 6 October 2022

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