Little Bait Fish: Difference between revisions

From PZwiki
m (changed pray -> prey)
(Updated to build 41.51 - still needs Template:Consumables2)
Line 1: Line 1:
{{languages|Little Bait Fish}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=51}}{{Infobox food
|display_name=Little Bait Fish
|display_name=Little Bait Fish
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=FishMinnow_120px.png
|image=FishMinnow_120px.png
|alternate_image=FishMinnow.png
|alternate_name=Little Bait Fish
|alternate_link=
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 31: Line 34:
Little bait fish can be used as bait to catch [[pike]].
Little bait fish can be used as bait to catch [[pike]].
===Consumable properties===
===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.
A little bait fish can be eaten raw, which can make the [[player]] [[Moodles#Sick|sick]]. Consuming after being cooked will provide the player with some positive effects, however these will become negative the longer it's left to perish.


==Distribution==
==Distribution==
Line 42: Line 45:


==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=11}}
{{Retrieved|version=41|incver=51}}
<pre> item BaitFish
<pre>   item BaitFish
Type = Food,
    {
DisplayName = Little Bait Fish,
        Type = Food,
Icon = FishMinnow,
        DisplayName =     Little Bait Fish,
Weight = 0.1,
        Icon = FishMinnow,
HungerChange = -5,
        Weight = 0.1,
DaysFresh = 4,
        HungerChange =     -3,
DaysTotallyRotten = 8,
        DaysFresh =     4,
FishingLure         = true,
        DaysTotallyRotten =     8,
IsCookable         = true,
        FishingLure         =           true,
MinutesToBurn     = 60,
        IsCookable         =         true,
MinutesToCook     = 20,
        MinutesToBurn     =         60,
Carbohydrates = 0,
        MinutesToCook     =         20,
Proteins = 8.52,
        Carbohydrates = 0,
Lipids = 1.5,
        Proteins = 8.52,
Calories = 30,
        Lipids = 1.5,
BadInMicrowave = true,
        Calories = 30,
GoodHot = true,
        BadInMicrowave = true,
BadCold = true,</pre>
        GoodHot = true,
        BadCold = true,
        UnhappyChange = 20,
        RemoveUnhappinessWhenCooked = true,
        WorldStaticModel = LittleBaitFish,
    }</pre>


==See also==
==See also==

Revision as of 02:49, 22 July 2021

Project ZomboidItemsFoodPerishable FoodLittle Bait Fish
Little 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

A little bait fish can be eaten raw, which can make the player sick. Consuming after being cooked will provide the player with some positive effects, 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 items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.51

    item BaitFish
    {
        Type				=			Food,
        DisplayName			=		    Little Bait Fish,
        Icon				=			FishMinnow,
        Weight				=			0.1,
        HungerChange 		=		    -3,
        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,
        UnhappyChange	=	20,
        RemoveUnhappinessWhenCooked = true,
        WorldStaticModel = LittleBaitFish,
    }

See also