Bass

From PZwiki
Revision as of 02:36, 22 July 2021 by Vaileasys (talk | contribs) (Updated to build 41.51 - still needs Template:Consumables2)

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

Usage

Consumable properties

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

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