Little Bait Fish

From PZwiki
Revision as of 14:32, 9 September 2018 by Vaileasys (talk | contribs) (New infobox + new layout)
Project ZomboidItemsFoodPerishable FoodLittle Bait Fish

Template:Infobox foodA little bait fish is a perishable food item used in cooking and fishing.

Usage

Fishing

Main article: Fishing

Little bait fish can be used as bait to catch pike.

Consumable properties

Little bait fish 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

Little bait fish can be caught using a fishing net trap or randomly with a fishing rod.

Trivia

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.11

	item BaitFish
		Type			= Food,
		DisplayName		= Little Bait Fish,
		Icon			= FishMinnow,
		Weight			= 0.1,
		HungerChange 		= -5,
		DaysFresh 		= 4,
		DaysTotallyRotten 	= 8,
		FishingLure         	= true,
		IsCookable	        = true,
		MinutesToBurn	    	= 60,
		MinutesToCook	    	= 20,
		Carbohydrates 		= 0,
		Proteins 		= 8.52,
		Lipids 			= 1.5,
		Calories 		= 30,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,

See also