Fish Fillet: Difference between revisions

From PZwiki
m (crafting template (recipelookout --> crafting X))
(updated to 41.68 + added model + navbox)
Line 1: Line 1:
{{languages|Fish_Fillet}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=61}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=68}}{{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_120px.png
|image=FishFillet_Model.png
|alternate_image=FishFilletRotten.png
|image_width=200px
|alternate_name=Fish Fillet (Rotten)
|alternate_image=FishFillet.png
|alternate_name=Fish Fillet
|alternate_link=
|alternate_link=
|alternate_image2=FishFilletCooked.png
|alternate_image2=FishFilletRotten.png
|alternate_name2=Fish Fillet (Cooked)
|alternate_name2=Fish Fillet (Rotten)
|alternate_link2=
|alternate_link2=
|alternate_image3=FishFilletBurnt.png
|alternate_image3=FishFilletCooked.png
|alternate_name3=Fish Fillet (Burnt)
|alternate_name3=Fish Fillet (Cooked)
|alternate_link3=
|alternate_link3=
|alternate_image4=FishFilletBurnt.png
|alternate_name4=Fish Fillet (Burnt)
|alternate_link4=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 80: Line 84:
{{Main|Cooking}}
{{Main|Cooking}}


{{Crafting header|type=food|ing=2}}
{{Crafting header|type=food|ing=4}}
{{Crafting cooking|229|ing=2}}
{{Crafting cooking|229|ing=4}}
{{Crafting cooking|131|ing=4}}
{{Crafting cooking|132|ing=4}}
{{Crafting table footer}}
{{Crafting table footer}}


====Evolved recipes====
====Evolved recipes====
Fish fillets can be used is various cooking recipes.
Fish fillets can be used in various cooking recipes.
{{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|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|burger=10|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}
==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.


== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=61}}
{{Retrieved|version=41|incver=68}}
<pre>     item FishFillet
<pre>   item FishFillet
     {
     {
         DisplayCategory = Food,
         DisplayCategory = Food,
Line 119: Line 128:
*[[Salmon]]
*[[Salmon]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 02:43, 14 March 2022

Fish Fillet
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 4 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 50 minutes
Dangerous uncooked False
Bad microwaved True
Good hot True
Technical details
Item ID Base.FishFillet

A fish fillet is a perishable food item used in cooking.

Usage

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.

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

Fish fillets are 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

Cooking

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 fillets can be used in various cooking recipes.

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

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.

Code

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

    item FishFillet
    {
        DisplayCategory = Food,
        HungerChange	=	-25,
        Weight	=	0.2,
        Type	=	Food,
        IsCookable	=	TRUE,
        DaysTotallyRotten	=	4,
        MinutesToBurn	=	50,
        DisplayName	=	Fish Fillet,
        Icon	=	FishFillet,
        DaysFresh	=	2,
        MinutesToCook	=	20,
        Carbohydrates = 1,
        Proteins = 28.52,
        Lipids = 12,
        Calories = 205,
        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,
        FoodType    =   Fish,
        BadInMicrowave = true,
        GoodHot = true,
        WorldStaticModel = FishFillet,
        Tags = FishMeat,
    }

See also