Fish Fillet: Difference between revisions

From PZwiki
(Update of NavBar.)
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Fish_Fillet}}
{{languages|Fish_Fillet}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Fish Fillet
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = MEATFishFillet.png
|image=FishFillet_120px.png
|hunger = -25
|alternate_image=FishFilletRotten.png
|weight = 0.2
|alternate_name=Fish Fillet (Rotten)
}}
|alternate_link=
|alternate_image2=FishFilletCooked.png
|alternate_name2=Chicken (Cooked)
|alternate_link2=
|alternate_image3=FishFilletBurnt.png
|alternate_name3=Fish Fillet (Burnt)
|alternate_link3=
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=2
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-25
|calories=0
|lipids=0
|proteins=0
|carbohydrates=0
<!--COOKING-->
|cook_minutes=20
|burn_minutes=50
|dangerous_uncooked=False
|bad_microwaved=True
|good_hot=True
<!--TECHNICAL DETAILS-->
|class_name=Base.FishFillet
}}A '''fish fillet''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].  


[[Fish Fillet|The Fish Fillet]] is a perishable food item that goes bad as time passes. <br><br>
==Usage==
Fish Fillets are created by skinning/descaling a fish which has been caught [[Fishing|fishing]]. Fish Fillets takes two in-game days to go stale, and four in-game days to rot.<br><br>
===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.


'''Just as a note, the nutritional values for hunger you get from fish fillets 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.''
 
 
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = MEATFishFillet.png
|image = FishFillet.png
|hunger = -25  
|hunger = -25  
|perishable = 1
|perishable = 1
Line 44: Line 65:
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
|burned image = MEATFishFilletBurnt.png
|burned image = FishFilletBurnt.png
|rotten image = MEATFishFilletRotten.png
|rotten image = FishFilletRotten.png
|cooked image = MEATFishFilletCooked.png
|cooked image = FishFilletCooked.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
At this time, the Fish Fillet has no nutritional benefit ingame, which could be a temporary oversight.<br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 0 <br><br>


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Cooking===
|-
Fish fillets are made by skinning a [[fish]] which has been [[fishing|caught]].
! Name
{{Cooking table header}}
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2049}}
{{RecipeLookup|2049}}
|}
{{Crafting table footer}}


== Evolved Recipes ==
====Evolved recipes====
{{EvolvedRecipesForItem
Fish fillets can be used is various cooking recipes.
|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|}}


== Code ==
== Code ==
<nowiki>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    item FishFillet
{{Retrieved|version=40|incver=14}}
        HungerChange = -25,
<pre> item FishFillet
        Weight = 0.2,
HungerChange = -25,
        Type = Food,
Weight = 0.2,
        IsCookable = TRUE,
Type = Food,
        DaysTotallyRotten = 4,
IsCookable = TRUE,
        MinutesToBurn = 50,
DaysTotallyRotten = 4,
        DisplayName = Fish Fillet,
MinutesToBurn = 50,
        Icon = FishFillet,
DisplayName = Fish Fillet,
        DaysFresh = 2,
Icon = FishFillet,
        MinutesToCook = 20,
DaysFresh = 2,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;
MinutesToCook = 20,
  Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15;
        FoodType    = Fish,
  RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
</nowiki>
FoodType    = Fish,
BadInMicrowave = true,
GoodHot = true,</pre>
 
==See also==
*[[Salmon]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 15:44, 8 September 2018

Fish Fillet
Fish Fillet
Fish Fillet (Rotten) Chicken (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
0
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
0
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

Cooking

Fish fillets are made by skinning a fish which has been caught. Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

Fish fillets can be used is 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

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.14

	item FishFillet
		HungerChange		= -25,
		Weight			= 0.2,
		Type			= Food,
		IsCookable		= TRUE,
		DaysTotallyRotten	= 4,
		MinutesToBurn		= 50,
		DisplayName		= Fish Fillet,
		Icon			= FishFillet,
		DaysFresh		= 2,
		MinutesToCook		= 20,
		EvolvedRecipe 		= Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Burger:10;Salad:10|Cooked;Roasted Vegetables:15;
					  RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType    		= Fish,
		BadInMicrowave 		= true,
		GoodHot 		= true,

See also

Template:Navbox/Consumables