Perch: Difference between revisions

From PZwiki
(Updated to build 41.51 - still needs Template:Consumables2)
Line 34: Line 34:
==Usage==
==Usage==
===Consumable properties===
===Consumable properties===
A catfish can be eaten raw, which can make the [[player]] [[Moodles#Sick|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.
A perch can be eaten raw, which can make the [[player]] [[Moodles#Sick|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==
==Distribution==

Revision as of 02:40, 22 July 2021

Perch
Perch
Perch Fish Fillet
General
Category Food
Encumbrance
Heavy Load
0.4
Days until stale 4 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
111
Carbohydrates
Carbohydrates
5
Proteins
Proteins
12.2
Fat
Fat
4.2
Cooking
Time until cooked 20 minutes
Time until burned 80 minutes
Bad microwaved True
Good hot True
Bad cold True
Technical details
Item ID Base.Perch

A perch is a perishable food item used in cooking.

Usage

Consumable properties

A perch 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

Perch can be caught using a fishing rod.

Vehicles

Perch 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 Perch
    {
        Type				=			Food,
        DisplayName			=		    Perch,
        Icon				=			FishPerch,
        Weight				=			0.4,
        HungerChange 		=		    -15,
        DaysFresh 			=		    4,
        DaysTotallyRotten 	=	 	    8,
        IsCookable	        =	        true,
        MinutesToBurn	    =	        60,
        MinutesToCook	    =	        20,
        Carbohydrates = 1,
        Proteins = 35,
        Lipids = 1,
        Calories = 165,
        BadInMicrowave = true,
        GoodHot = true,
        BadCold = true,
        UnhappyChange	=	20,
        RemoveUnhappinessWhenCooked = true,
    }

See also