Trout: Difference between revisions

From PZwiki
(Added crafting, fixed sickness & added unhappiness)
m (Cleanup)
Line 1: Line 1:
{{languages}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
|display_name=Trout
|display_name=Trout
|name_colour=Food
|name_colour=Food
Line 35: Line 34:


==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
A trout 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.
A trout 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.


== Crafting ==
==Crafting==
A trout can be used in various cooking recipes.
A trout can be used in various cooking recipes.
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
Line 45: Line 46:
{{Crafting cooking|121|ing=2}}
{{Crafting cooking|121|ing=2}}
|}
|}
==Distribution==
==Distribution==
===Fishing===
===Fishing===
{{Main|Fishing}}
{{Main|Fishing}}
Trout can be caught using a [[Fishing Rod|fishing rod]].
Trout can be caught using a [[Fishing Rod|fishing rod]].
===Vehicles===
===Vehicles===
Trout can be found in the bed of a fisherman's truck.
Trout can be found in the bed of a fisherman's truck.
Line 55: Line 59:
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=51}}
{{Retrieved|version=41|incver=51}}
<pre>   item Trout
<pre>
    item Trout
     {
     {
         Type = Food,
         Type = Food,
Line 76: Line 81:
         UnhappyChange = 20,
         UnhappyChange = 20,
         RemoveUnhappinessWhenCooked = true,
         RemoveUnhappinessWhenCooked = true,
     }</pre>
     }
</pre>


==See also==
==See also==
*[[Fish Fillet]]
*[[Fish Fillet]]
*[[Fishing Tackle]]
*[[Fishing Tackle]]
{{Navbox food}}

Revision as of 21:53, 5 April 2023

Template:Infobox foodA trout is a perishable food item used in cooking.

Usage

Consumable properties

A trout 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.

Crafting

A trout can be used in various cooking recipes.

Cooking

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

(consumed)

Distribution

Fishing

Main article: Fishing

Trout can be caught using a fishing rod.

Vehicles

Trout can be found in the bed of a fisherman's truck.

Code

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

    item Trout
    {
        Type				=			Food,
        DisplayName			=		    Trout,
        Icon				=			FishTrout,
        Weight				=			0.4,
        HungerChange 		=		    -15,
        DaysFresh 			=		    4,
        DaysTotallyRotten 	=	 	    8,
        IsCookable	        =	        true,
        MinutesToBurn	    =	        60,
        MinutesToCook	    =	        20,
        Carbohydrates = 1,
        Proteins = 36,
        Lipids = 10,
        Calories = 230,
        BadInMicrowave = true,
        GoodHot = true,
        BadCold = true,
        UnhappyChange	=	20,
        RemoveUnhappinessWhenCooked = true,
    }

See also