Trout

From PZwiki
Revision as of 02:46, 22 July 2021 by Vaileasys (talk | contribs) (Updated to build 41.51 - still needs Template:Consumables2)

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

Usage

Consumable properties

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

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