Little Bait Fish: Difference between revisions

From PZwiki
m (Vaileasys moved page Little Bait Fish to Little Bait Fish: official display name)
m (changed pray -> prey)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{languages|Bait Fish}}
{{languages|Little Bait Fish}}
{{Items
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
|image = ANIMALBaitFish.png
|display_name=Little Bait Fish
|weight = ?
|name_colour=Food
}}
|name_text_colour=Food
|image=FishMinnow_120px.png
<!--GENERAL-->
|category=Food
|weight=0.1
|days_fresh=4
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-5
|calories=30
|lipids=1.5
|proteins=8.52
|carbohydrates=0
<!--COOKING-->
|cook_minutes=20
|burn_minutes=80
|bad_microwaved=True
|good_hot=True
|bad_cold=True
<!--TECHNICAL DETAILS-->
|class_name=Base.BaitFish
}}A '''little bait fish''' is a [[Food#Perishable|perishable]] food [[item]] used in [[cooking]] and [[fishing]].


Bait fish can be used as bait to catch [[Pike]]
==Usage==
===Fishing===
{{Main|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|Fishing}}
Little bait fish can be caught using a [[Fishing Net Trap|fishing net trap]] or randomly with a [[Fishing Rod|fishing rod]].
 
==Trivia==
*The little bait fish is based off the [[wikipedia:fathead minnow|fathead minnow]], which is a common bait fish in Northern America and the prey of [[wikipedia:northern pike|northern pike]].
 
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=11}}
<pre> 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,</pre>
 
==See also==
*[[Fish Fillet]]
*[[Fishing Tackle]]
*[[Insects]]

Revision as of 05:58, 30 November 2020

Project ZomboidItemsFoodPerishable FoodLittle Bait Fish
Little Bait Fish
Little Bait Fish
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 4 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-5
Calories
Calories
30
Carbohydrates
Carbohydrates
0
Proteins
Proteins
8.52
Fat
Fat
1.5
Cooking
Time until cooked 20 minutes
Time until burned 80 minutes
Bad microwaved True
Good hot True
Bad cold True
Technical details
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

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