Pike: Difference between revisions

From PZwiki
(Changed wordage to comply with the style guide/wiki standards.)
(Updated to version 40.43)
Line 1: Line 1:
{{languages|Pike}}
{{languages|Pike}}
{{Items
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=43}}{{Infobox food
|image = FISHPike.png
|display_name=Pike
|weight = 0.4
|name_colour=Food
}}
|name_text_colour=Food
|image=FishPike.png
<!--GENERAL-->
|category=Food
|weight=0.4
|days_fresh=4
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-15
|calories=207
|lipids=5.37
|proteins=38.13
|carbohydrates=5
<!--COOKING-->
|cook_minutes=20
|burn_minutes=80
|bad_microwaved=True
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Pike
}}A '''pike''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].


Pike is a fish that can be caught by the player using a fishing rod and [[Worm]] or [[Bait Fish]].
==Usage==
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.
 
==Distribution==
===Fishing===
{{Main|Fishing}}
Pike can be caught using a [[Fishing Rod|fishing rod]].
===Vehicles===
Pike can be found in the bed of a fisherman's truck.
 
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=43}}
<pre> item Pike
Type = Food,
DisplayName = Pike,
Icon = FishPike,
Weight = 0.4,
HungerChange = -15,
DaysFresh = 4,
DaysTotallyRotten = 8,
IsCookable         = true,
MinutesToBurn     = 60,
MinutesToCook     = 20,
Carbohydrates = 5,
Proteins = 38.13,
Lipids = 5.37,
Calories = 207,
BadInMicrowave = true,
GoodHot = true,
BadCold = true,</pre>
 
==See also==
*[[Fish Fillet]]
*[[Fishing Tackle]]

Revision as of 05:15, 14 July 2019

Pike
Pike
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
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

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.

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 newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item Pike
		Type			= Food,
		DisplayName		= Pike,
		Icon			= FishPike,
		Weight			= 0.4,
		HungerChange 		= -15,
		DaysFresh 		= 4,
		DaysTotallyRotten 	= 8,
		IsCookable	        = true,
		MinutesToBurn	    	= 60,
		MinutesToCook	    	= 20,
		Carbohydrates 		= 5,
		Proteins 		= 38.13,
		Lipids 			= 5.37,
		Calories 		= 207,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,

See also