Bass: Difference between revisions

From PZwiki
(Added crafting and fixed sickness)
m (added unhappiness)
Line 22: Line 22:
|proteins=30
|proteins=30
|carbohydrates=5
|carbohydrates=5
<!--EFFECT-->
|unhappy_change=20
<!--COOKING-->
<!--COOKING-->
|cook_minutes=20
|cook_minutes=20

Revision as of 05:09, 22 July 2021

Template:Infobox foodA bass is a perishable food item used in cooking.

Usage

Consumable properties

A bass 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.

Crafting

A bass can be used in various cooking recipes.

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
FishFillet.png
Fish Fillet x2
10 Cooking none
(keep)

(consumed)

Distribution

Fishing

Main article: Fishing

Bass can be caught using a fishing rod.

Vehicles

Bass can be found in the bed of a fisherman's truck.

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.51

    item Bass
    {
        Type				=			Food,
        DisplayName			=		    Bass,
        Icon				=			FishBass,
        Weight				=			0.7,
        HungerChange 		=		    -26,
        DaysFresh 			=		    4,
        DaysTotallyRotten 	=	 	    8,
        IsCookable	        =	        true,
        MinutesToBurn	    =	        60,
        MinutesToCook	    =	        20,
        Carbohydrates = 1,
        Proteins = 48,
        Lipids = 24,
        Calories = 403,
        BadInMicrowave = true,
        GoodHot = true,
        BadCold = true,
        UnhappyChange	=	20,
        RemoveUnhappinessWhenCooked = true,
        WorldStaticModel = Bass,
    }

See also