Little Bait Fish

From PZwiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Project ZomboidItemsFoodProteinFishLittle Bait Fish
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing cooked, rotten, cooked models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Little Bait Fish
LittleBaitFish Model.png
Little Bait Fish (Cooked)
Little Bait Fish (Rotten Uncooked)
Little Bait Fish (Rotten Cooked)
Little Bait Fish (Burnt)
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
4 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-5
CaloriesCalories
30
CarbohydratesCarbohydrates
0
ProteinsProteins
8.52
FatFat
1.5
Effect
UnhappinessMoodle Icon Unhappy.png
20
Cooking
Time until cooked
20 minutes
Time until burned
80 minutes
Bad microwaved
True
Good hot
True
Bad cold
True
Technical
Item ID
Base.BaitFish

A 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

A little bait fish can be eaten raw, which can make the player unhappy. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.

Crafting

A little bait fish can be used in cooking.

Cooking

Main article: Cooking
Product Ingredients Tools Requirements Workstation XP
FishMinnow.png
Little Bait Fish (Cooked)
FishMinnow.png Little Bait Fish (Uncooked) ×1 none none Heat source.gif
Heat source
2.5 Cooking

Distribution

Fishing

Main article: Fishing

Little bait fish can be caught using a fishing net trap or randomly with a fishing rod. Rotten Little Bait Fish can be used for fishing.

Trivia

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item BaitFish
	{
		DisplayName = Little Bait Fish,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = FishMinnow,
		BadCold = true,
		BadInMicrowave = true,
		DangerousUncooked = TRUE,
		FishingLure	 = true,
		GoodHot = true,
		IsCookable = true,
		RemoveUnhappinessWhenCooked = true,
		MinutesToCook = 20,
		MinutesToBurn = 60,
		DaysFresh = 4,
		DaysTotallyRotten = 8,
		HungerChange = -3,
		UnhappyChange = 20,
		Calories = 30,
		Carbohydrates = 0,
		Lipids = 1.5,
		Proteins = 8.52,
		StaticModel = LittleBaitFish,
		WorldStaticModel = LittleBaitFish,
	}

See also