Fish Fillet: Difference between revisions

From PZwiki
m ([BOT] File redirect fix, replaced: FishFilletBurnt.png → FishFilletOverdone.png (2))
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Fish Fillet}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=7368}}{{Infobox food
|display_name=Fish Fillet
|display_name=Fish Fillet
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=FishFillet_Model.png
|image=FishFillet_120px.png
|image_width=200px
|alternate_image=FishFilletRotten.png
|alternate_image=FishFillet.png
|alternate_name=Fish Fillet (Rotten)
|alternate_name=Fish Fillet
|alternate_link=
|alternate_link=
|alternate_image2=FishFilletRotten.png
|alternate_image2=FishFilletCooked.png
|alternate_name2=Fish Fillet (Rotten)
|alternate_name2=Fish Fillet (Cooked)
|alternate_link2=
|alternate_link2=
|alternate_image3=FishFilletCooked.png
|alternate_image3=FishFilletOverdone.png
|alternate_name3=Fish Fillet (Cooked)
|alternate_name3=Fish Fillet (Burnt)
|alternate_link3=
|alternate_link3=
|alternate_image4=FishFilletOverdone.png
|alternate_name4=Fish Fillet (Burnt)
|alternate_link4=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|days_fresh=2
|days_fresh=2
|days_rotten=4
|days_rotten=2
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-25
|hunger_change=-25
Line 31: Line 27:
<!--COOKING-->
<!--COOKING-->
|cook_minutes=20
|cook_minutes=20
|burn_minutes=50
|burn_minutes=30
|dangerous_uncooked=False
|dangerous_uncooked=False
|bad_microwaved=True
|bad_microwaved=True
Line 37: Line 33:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.FishFillet
|class_name=Base.FishFillet
}}A '''fish fillet''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  
}}'''Fish fillet''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
Fish fillets can be eaten raw, which will provide the player with some positive effects, or improved by cooking, however these will become negative the longer it's left to perish.
Fish fillet can be eaten raw, which will provide the player with some positive effects, or improved by cooking, however these will become negative the longer it's left to perish.<br>
 
''Note that the nutrition values depends on how big the fish is. The figures below are based on a fish providing -25 hunger.''
''Note that the nutrition values depends on how big the fish is. The figures below are based on a fish providing -25 hunger.''
{{Consumables2
{{Consumables2
Line 75: Line 70:


== Crafting ==
== Crafting ==
Fish fillets are made by skinning a [[fish]] which has been [[fishing|caught]].  
===Obtaining===
 
Fish fillet is made by skinning a [[fish]] which has been [[fishing|caught]].  
{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=2}}
{{Crafting cooking|121|ing=2}}
{{Crafting cooking|121|ing=2}}
{{Crafting table footer}}
{{Crafting table footer}}


=== Cooking ===
=== What it makes ===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|type=food|ing=4}}
{{Crafting header|type=food|ing=4}}
{{Crafting cooking|229|ing=4}}
{{Crafting cooking|229|ing=4}}
Line 91: Line 85:


====Evolved recipes====
====Evolved recipes====
Fish fillets can be used in various cooking recipes.
Fish fillet is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}
{{EvolvedRecipesForItem|Pizza=15|Soup=15|Stew=15|Pie=15|StirFry=15|sandwichcooked=5|burgercooked=10|saladcooked=10|RoastedVegetables=15|Rice=15|Pasta=15|tacocooked=10|burritocooked=15|}}


==Distribution==
==Distribution==
Fish fillets can be found in various kitchen fridges including: Mexican butchers, seafood butchers, deep fry restaurants, diners, fish & chips and other standard restaurants.  
Fish fillet can be found in various kitchen fridges including: Mexican butchers, seafood butchers, deep fry restaurants, diners, fish & chips and other standard restaurants.  
 
==Gallery==
<gallery>
File:FishFillet_Model.png|Fish fillet model when placed in the world.
File:FishFilletCooked Model.png|Cooked fish fillet model when placed in the world.
File:FishFilletBurnt Model.png|Overcooked fish fillet model when placed in the world.
File:FishFilletRotten Model.png|Rotten fish fillet model when placed in the world.
File:FishFilletCookedRotten Model.png|Rotten cooked fish fillet model when placed in the world.
</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=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item FishFillet
<pre>    item FishFillet
    {
{
        DisplayCategory = Food,
DisplayName = Fish Fillet,
        HungerChange = -25,
DisplayCategory = Food,
        Weight = 0.2,
Type = Food,
        Type = Food,
Weight = 0.2,
        IsCookable = TRUE,
Icon = FishFillet,
        DaysTotallyRotten = 4,
BadInMicrowave = true,
        MinutesToBurn = 50,
DangerousUncooked = TRUE,
        DisplayName = Fish Fillet,
EvolvedRecipe = Pizza:15;Soup:15;Stew:15;Pie:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:10|Cooked;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15;Taco:10|Cooked;Burrito:15|Cooked,
        Icon = FishFillet,
FoodType = Fish,
        DaysFresh = 2,
GoodHot = true,
        MinutesToCook = 20,
IsCookable = TRUE,
        Carbohydrates = 1,
MinutesToCook = 20,
        Proteins = 28.52,
MinutesToBurn = 50,
        Lipids = 12,
DaysFresh = 2,
        Calories = 205,
DaysTotallyRotten = 4,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry Griddle Pan:15;Stir fry:15;Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
HungerChange = -25,
        FoodType   =   Fish,
Calories = 205,
        BadInMicrowave = true,
Carbohydrates = 1,
        GoodHot = true,
Lipids = 12,
        WorldStaticModel = FishFillet,
Proteins = 28.52,
        Tags = FishMeat,
WorldStaticModel = FishFillet,
    }</pre>
Tags = FishMeat,
EvolvedRecipeName = Fish,
}</pre>


==See also==
==See also==

Revision as of 19:24, 30 September 2022

Fish Fillet
Fish Fillet
Fish Fillet (Rotten) Fish Fillet (Cooked) Fish Fillet (Burnt)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-25
Calories
Calories
205
Carbohydrates
Carbohydrates
1
Proteins
Proteins
28.52
Fat
Fat
12
Cooking
Time until cooked 20 minutes
Time until burned 30 minutes
Dangerous uncooked False
Bad microwaved True
Good hot True
Technical details
Item ID Base.FishFillet

Fish fillet is a perishable food item used in cooking.

Usage

Consumable properties

Fish fillet can be eaten raw, which will provide the player with some positive effects, or improved by cooking, however these will become negative the longer it's left to perish.
Note that the nutrition values depends on how big the fish is. The figures below are based on a fish providing -25 hunger. Template:Consumables2

Crafting

Obtaining

Fish fillet is made by skinning a fish which has been caught.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
FishFillet.png
Fish Fillet x2
10 Cooking none
(keep)

(consumed)

Template:Crafting table footer

What it makes

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4
Fish Fillet (Cooked)
Fish Fillet (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 20 mins)
Fish Fillet (Uncooked)
Fish Fillet (Uncooked)
(consumed)


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

Fish fillet 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
Burger
Burger
10
Pie (savory)
Pie (savory)
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15
Taco
Taco
10
Burrito
Burrito
15
Pizza
Pizza
15

Distribution

Fish fillet can be found in various kitchen fridges including: Mexican butchers, seafood butchers, deep fry restaurants, diners, fish & chips and other standard restaurants.

Gallery

Code

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

    item FishFillet
	{
		DisplayName = Fish Fillet,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = FishFillet,
		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;Burger:10|Cooked;Salad:10|Cooked;Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15;Taco:10|Cooked;Burrito:15|Cooked,
		FoodType = Fish,
		GoodHot = true,
		IsCookable = TRUE,
		MinutesToCook = 20,
		MinutesToBurn = 50,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -25,
		Calories = 205,
		Carbohydrates = 1,
		Lipids = 12,
		Proteins = 28.52,
		WorldStaticModel = FishFillet,
		Tags = FishMeat,
		EvolvedRecipeName = Fish,
	}

See also