Bass

From PZwiki
Revision as of 03:02, 22 July 2021 by Vaileasys (talk | contribs) (Added crafting and fixed sickness)

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