Pike

From PZwiki
Revision as of 20:42, 5 April 2023 by Faalagorn (talk | contribs) (Cleanup)
Pike
Pike
Pike 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
207
Carbohydrates
Carbohydrates
5
Proteins
Proteins
38.13
Fat
Fat
5.37
Effect
Unhappiness
Unhappiness
20
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.Pike

A pike is a perishable food item used in cooking.

Usage

Consumable properties

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

Pike can be caught using a fishing rod.

Vehicles

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

See also