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

Grasshopper

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

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

Usage

Fishing

Main article: Fishing

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

Grasshoppers can be consumed, reducing a small amount of 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 Grasshopper (Uncooked) -5 - +20 -
Cooked Grasshopper (Cooked) -7 - +20 -
Burned Grasshopper (Burned) -2 +20 +40 100%

Location

Foraging

Main article: Foraging

When foraging (investigating area), grasshoppers 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 grasshoppers.

Grasshoppers are part of the "Animals" loot category.

History

Base.Grasshopper

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

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 Grasshopper
	{
		DisplayName = Grasshopper,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Grasshopper,
		FishingLure = true,
		IsCookable = TRUE,
		MinutesToCook = 5,
		MinutesToBurn = 25,
		HungerChange = -5,
		UnhappyChange = 20,
		Calories = 25,
		Carbohydrates = 3,
		Lipids = 0.24,
		Proteins = 5.55,
		WorldStaticModel = Grasshopper_Ground,
	}

See also