Salmon: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Salmon}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Salmon
|display_name=Salmon
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Salmon_120px.png
|image=Salmon.png
|alternate_image=SalmonRotten.png
|alternate_image=SalmonRotten.png
|alternate_name=Salmon (Rotten)
|alternate_name=Salmon (Rotten)
Line 35: Line 34:


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Salmon can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]]. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.
Salmon can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]]. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.
Line 68: Line 68:


==Crafting==
==Crafting==
===Cooking===
===Cooking===
{{Crafting header|ing=2}}
{{Crafting header|ing=2}}
Line 73: Line 74:
|}
|}


=== What it makes ===
===What it makes===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|type=food|ing=4}}
{{Crafting header|type=food|ing=4}}
Line 95: Line 96:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
Line 124: Line 125:


==See also==
==See also==
*[[Fishing|Fishing Guide]]
*[[Fishing]]
*[[Fish Fillet]]
*[[Fish Fillet]]


{{Navbox food}}
{{Navbox food}}

Revision as of 13:01, 26 February 2023

Salmon
Salmon
Salmon (Rotten) Salmon (Cooked) Salmon (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-30
Calories
Calories
270
Carbohydrates
Carbohydrates
0
Proteins
Proteins
34.28
Fat
Fat
10.55
Cooking
Time until cooked 80 minutes
Time until burned 50 minutes
Dangerous uncooked True
Bad microwaved True
Technical details
Item ID Base.Salmon

Salmon is a perishable food item used in cooking.

Usage

Consumable properties

Salmon can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Salmon (Cooked)
Salmon (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 80 mins)
Salmon (Uncooked)
Salmon (Uncooked)
(consumed)

What it makes

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Fish Sushi
Fish Sushi
0.75 Cooking none
(5 units)

(consumed)

(5 units)

(consumed)


Maki
Maki
0.75 Cooking none
(2 units)

(consumed)

(2 units)

(consumed)
Seaweed.png
Seaweed
(consumed)
Avocado.png
Avocado
(2 units)

(consumed)

Template:Crafting table footer

Evolved recipes

Salmon is a cooking ingredient.

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Salad
Salad
10
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
5
Pie (savory)
Pie (savory)
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15
Taco
Taco
8
Burrito
Burrito
16
Pizza
Pizza
15

Distribution

Salmon can be found inside refrigerators.

Gallery

Code

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

	item Salmon
	{
		DisplayName = Salmon,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Salmon,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		EvolvedRecipe = Pizza:15;Soup:15;Stew:15;Pie:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15;Taco:8|Cooked;Burrito:16|Cooked,
		FoodType = Fish,
		IsCookable = TRUE,
		MinutesToCook = 80,
		MinutesToBurn = 130,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -30,
		Calories = 270,
		Carbohydrates = 0,
		Lipids = 10.55,
		Proteins = 34.28,
		WorldStaticModel = Salmon,
		Tags = FishMeat,
	},

See also