Bass: Difference between revisions

From PZwiki
(Updated to version 40.43)
m (Removed code that shouldn't be there)
Line 47: Line 47:
DaysFresh = 4,
DaysFresh = 4,
DaysTotallyRotten = 8,
DaysTotallyRotten = 8,
FishingLure        = true,
IsCookable         = true,
IsCookable         = true,
MinutesToBurn     = 60,
MinutesToBurn     = 60,

Revision as of 05:17, 13 July 2019

Bass
Bass
General
Category Food
Encumbrance
Heavy Load
1.1
Days until stale 4 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-15
Calories
Calories
184
Carbohydrates
Carbohydrates
5
Proteins
Proteins
30
Fat
Fat
4.2
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.Bass

A bass is a perishable food item used in cooking.

Usage

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.

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 newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item Bass
		Type			= Food,
		DisplayName		= Bass,
		Icon			= FishBass,
		Weight			= 1.1,
		HungerChange 		= -15,
		DaysFresh 		= 4,
		DaysTotallyRotten 	= 8,
		IsCookable	        = true,
		MinutesToBurn	    	= 60,
		MinutesToCook	    	= 20,
		Carbohydrates 		= 5,
		Proteins 		= 30,
		Lipids 			= 4.2,
		Calories 		= 184,
		BadInMicrowave 		= true,
		GoodHot 		= true,
		BadCold 		= true,

See also