Catfish: Difference between revisions

From PZwiki
(Catfish are one of seven fish found in Project Zomboid.)
 
(Updated to version 40.43)
Line 1: Line 1:
Catfish are one of seven types fish found in Project Zomboid, along with the Bass, Crappie, Pan Fish, Perch, Pike, and Trout. When caught, they can be small(15cm-25cm), medium(25cm-35cm), or large(35cm-55cm). Catfish are fairly easy to catch, in fact small ones can be caught at low fishing skills with a fishing spear, making it an easily acquired early-game food source if the player is near a large body of water. Fishing is however very time consuming and the player is likely to fail a few times, so it is very boring for players with limited patience for error.
{{languages|Catfish}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=43}}{{Infobox food
|display_name=Catfish
|name_colour=Food
|name_text_colour=Food
|image=FishCatfish.png
<!--GENERAL-->
|category=Food
|weight=0.4
|days_fresh=4
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-15
|calories=181
|lipids=5.7
|proteins=28
|carbohydrates=5
<!--COOKING-->
|cook_minutes=20
|burn_minutes=80
|bad_microwaved=True
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
|class_name=Base.Catfish
}}A '''catfish''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]].
 
==Usage==
Catfish 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}}
Catfish can be caught using a [[Fishing Rod|fishing rod]]. When caught, they can be small(15cm-25cm), medium(25cm-35cm), or large(35cm-55cm). Catfish are fairly easy to catch, in fact small ones can be caught at low fishing skills with a [[Wooden Spear|fishing spear]], making it an easily acquired early-game food source if the player is near a large body of water.
 
===Vehicles===
Catfish 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 Catfish
Type = Food,
DisplayName = Catfish,
Icon = FishCatfish,
Weight = 0.4,
HungerChange = -15,
DaysFresh = 4,
DaysTotallyRotten = 8,
IsCookable         = true,
MinutesToBurn     = 60,
MinutesToCook     = 20,
Carbohydrates = 5,
Proteins = 28,
Lipids = 5.7,
Calories = 181,
BadInMicrowave = true,
GoodHot = true,
BadCold = true,</pre>
 
==See also==
*[[Fish Fillet]]
*[[Fishing Tackle]]

Revision as of 05:24, 14 July 2019

Catfish
Catfish
General
Category Food
Encumbrance
Heavy Load
0.4
Days until stale 4 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
181
Carbohydrates
Carbohydrates
5
Proteins
Proteins
28
Fat
Fat
5.7
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.Catfish

A catfish is a perishable food item used in cooking.

Usage

Catfish 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

Catfish can be caught using a fishing rod. When caught, they can be small(15cm-25cm), medium(25cm-35cm), or large(35cm-55cm). Catfish are fairly easy to catch, in fact small ones can be caught at low fishing skills with a fishing spear, making it an easily acquired early-game food source if the player is near a large body of water.

Vehicles

Catfish 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 Catfish
		Type			= Food,
		DisplayName		= Catfish,
		Icon			= FishCatfish,
		Weight			= 0.4,
		HungerChange 		= -15,
		DaysFresh 		= 4,
		DaysTotallyRotten 	= 8,
		IsCookable	        = true,
		MinutesToBurn	    	= 60,
		MinutesToCook	    	= 20,
		Carbohydrates 		= 5,
		Proteins 		= 28,
		Lipids 			= 5.7,
		Calories 		= 181,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,

See also