Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Cricket

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Cricket
Cricket Model.png
Cricket
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Can boil water
True
Nutrition
HungerUI Hunger.png
-5
CaloriesCalories
20
CarbohydratesCarbohydrates
1.34
ProteinsProteins
3.6
FatFat
1.32
Effect
UnhappinessUI Unhappy.png
20
Cooking
Time until cooked
5 minutes
Time until burned
25 minutes
Technical
Item ID
Base.Cricket

A cricket is a non-perishable food used in fishing.

Usage

Fishing

Main article: Fishing

A cricket can be used as bait for fishing to catch bass, catfish, crappie, perch, sunfish, and trout.

Trapping

Main article: Trapping

A cricket can be used as bait for trapping to catch a small bird in a stick trap.

Consumable properties

Crickets can be consumed, reducing some hunger at the cost of a lot of unhappiness. They can be cooked to reduce more hunger, however the unhappiness effect will remain.

State Icon Hunger Boredom Unhappiness Sickness chance
Uncooked Cricket (Uncooked) -5 - +20 -
Cooked Cricket (Cooked) -7 - +20 -
Burned Cricket (Burned) -2 +20 +40 100%

Location

Foraging

Main article: Foraging

When foraging (investigating area), crickets can be found on natural_exterior tiles, such as: grass, sand and gravel. They're most commonly found in forests and vegetation areas, however cannot be found during winter or the snow.

Having the fisherman occupation or angler trait will increase the player's ability to find crickets.

Crickets are part of the "Animals" loot category.

Cricket distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Foraging
Amount Skill level Biome: chance Weather modifiers % Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 DeepForest: 10
Farm: 10
FarmLand: 10
Forest: 10
Nav: 10
TownZone: 10
TrailerPark: 10
Vegitation: 10
-100 50 - 100 March to November - March to April

History

Base.Cricket

Version Description
Build 41.69 HungerChange changed from -6 to -5.
Build 41.65 DisplayCategory added with value Food.
Build 41.54 WorldStaticModel added with value Cricket_Ground.
Build 34.23 Calories added with value 20.
Nutrition added with value 1.34.
Nutrition added with value 1.32.
Proteins added with value 3.6.
Build 29.3 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Cricket
	{
		DisplayName = Cricket,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Cricket,
		FishingLure = true,
		IsCookable = TRUE,
		MinutesToCook = 5,
		MinutesToBurn = 25,
		HungerChange = -5,
		UnhappyChange = 20,
		Calories = 20,
		Carbohydrates = 1.34,
		Lipids = 1.32,
		Proteins = 3.6,
		WorldStaticModel = Cricket_Ground,
	}

See also