Little Bait Fish: Difference between revisions

From PZwiki
m (Automated linking update.)
m (Automated Formatting)
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Protein|Fish (food)}}
{{Header|Project Zomboid|Items|Food|Protein|Fish}}
{{Page version|41.51}}
{{Page version|41.78.16}}
{{Reupload|Missing cooked, rotten, cooked models}}
{{Infobox item
{{Infobox item
|name=Little Bait Fish
|name=Little Bait Fish
|model=LittleBaitFish_Model.png
|model=LittleBaitFish_Model.png
|icon=FishMinnow.png
|icon=FishMinnow.png
|icon_name=Little Bait Fish
|icon_name=Little Bait Fish (Uncooked)
|icon2=FishMinnow.png
|icon_name2=Little Bait Fish (Cooked)
|icon3=FishMinnow.png
|icon_name3=Little Bait Fish (Rotten Uncooked)
|icon4=FishMinnow.png
|icon_name4=Little Bait Fish (Rotten Cooked)
|icon5=FishMinnow.png
|icon_name5=Little Bait Fish (Burnt)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 28: Line 37:
|item_id=Base.BaitFish
|item_id=Base.BaitFish
}}
}}
A '''little bait fish''' is a [[Food#Perishable|perishable]] food [[items|item]]]] used in [[cooking]] and [[fishing]].
A '''little bait fish''' is a perishable [[food]] [[Items|item]]]] used in [[cooking]] and [[fishing]].


==Usage==
==Usage==
Line 36: Line 45:


===Consumable properties===
===Consumable properties===
A little bait fish can be eaten raw, which can make the [[player]] [[Moodles#Unhappy|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.
A little bait fish can be eaten raw, which can make the [[player]] [[Unhappy|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==
==Crafting==
Line 43: Line 52:
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|249|ing=2}}
|little_bait_fish_cooked
|}
}}


==Distribution==
==Distribution==
Line 60: Line 69:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start =
   | start = 1868
   | source = items_food.txt
   | source = items_food.txt
   | retrieved = true
   | retrieved = true
   | version = 41.51
   | version = 41.78.16
   | code =
   | code =
item BaitFish
item BaitFish
{
{
    Type = Food,
DisplayName = Little Bait Fish,
    DisplayName = Little Bait Fish,
DisplayCategory = Food,
    Icon = FishMinnow,
Type = Food,
    Weight = 0.1,
Weight = 0.1,
    HungerChange = -3,
Icon = FishMinnow,
    DaysFresh = 4,
BadCold = true,
    DaysTotallyRotten = 8,
BadInMicrowave = true,
    FishingLure = true,
DangerousUncooked = TRUE,
    IsCookable = true,
FishingLure = true,
    MinutesToBurn = 60,
GoodHot = true,
    MinutesToCook = 20,
IsCookable = true,
    Carbohydrates = 0,
RemoveUnhappinessWhenCooked = true,
    Proteins = 8.52,
MinutesToCook = 20,
    Lipids = 1.5,
MinutesToBurn = 60,
    Calories = 30,
DaysFresh = 4,
    BadInMicrowave = true,
DaysTotallyRotten = 8,
    GoodHot = true,
HungerChange = -3,
    BadCold = true,
UnhappyChange = 20,
    UnhappyChange = 20,
Calories = 30,
    RemoveUnhappinessWhenCooked = true,
Carbohydrates = 0,
    WorldStaticModel = LittleBaitFish,
Lipids = 1.5,
}
Proteins = 8.52,
  }}
StaticModel = LittleBaitFish,
WorldStaticModel = LittleBaitFish,
}
}}
}}
}}


Line 97: Line 109:
*[[Insects]]
*[[Insects]]


{{Navbox food}}
{{Navbox items|meat}}


[[Category:Perishable food]]
[[Category:Perishable food]]
[[Category:Fish (animals)]]
[[Category:Seafood]]

Revision as of 09:46, 14 April 2024

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