Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Little Bait Fish

From PZwiki
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
Can boil water
True
Days fresh
4 days
Days until rotten
8 days
Nutrition
HungerUI Hunger.png
-3
CaloriesCalories
30
CarbohydratesCarbohydrates
0
ProteinsProteins
8.52
FatFat
1.5
Effect
UnhappinessUI Unhappy.png
20
Cooking
Time until cooked
20 minutes
Time until burned
60 minutes
Dangerous uncooked
True
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
Little Bait Fish (Cooked)
Little Bait Fish (Cooked)
Little Bait Fish (Uncooked) Little Bait Fish (Uncooked) ×1 none none Heat source.gif
Heat source
2.5 Cooking

Location

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.

BaitFish distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Stories
Story ID Link
RBTSButcher Table stories
RZSFishingTrip Zone stories

Trivia

History

Base.BaitFish

Version Description
Build 41.66 DangerousUncooked added with value TRUE.
Build 41.65 DisplayCategory added with value Food.
Build 41.54 StaticModel added with value LittleBaitFish.
Build 41.51 RemoveUnhappinessWhenCooked added with value true.
UnhappyChange added with value 20.
WorldStaticModel added with value LittleBaitFish.
Build 41.32 HungerChange changed from -5 to -3.
Build 37.2 BadCold added with value true.
BadInMicrowave added with value true.
GoodHot added with value true.
Build 34.23 Calories added with value 30.
Nutrition added with value 0.
DisplayName changed from Little bait fish to Little Bait Fish.
Nutrition added with value 1.5.
Proteins added with value 8.52.
Build 26 Released on this version.

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