Little Bait Fish

From PZwiki
(Redirected from Little Bait Fish)
Project ZomboidItemsFoodProteinFishLittle Bait Fish
Spiffo controlyourself.png
This page was last updated for an older version (41.51).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Little Bait Fish
LittleBaitFish Model.png
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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Little Bait Fish (Cooked)
Little Bait Fish (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 20 mins)
Little Bait Fish (Uncooked)
Little Bait Fish (Uncooked)
(consumed)

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