Pillbug

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]
Frame.png
This article contains outdated/low-quality images.
Reason: Model missing texture
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Pillbug
Insect Pillbug Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-1
CaloriesCalories
1.5
CarbohydratesCarbohydrates
0
ProteinsProteins
.25
FatFat
.05
Effect
UnhappinessMoodle Icon Unhappy.png
20
Technical
Item ID
Base.Pillbug

A pillbug is an insect and non-perishable food item.

Usage

Fishing

Main article: Fishing

Pillbugs can technically be used as bait for fishing. However, current fish only respond to Little Bait Fish, Worm, Cricket, Grasshopper, Cockroach, and Maggots as bait, so doing so is not advised.

Foraging

Main article: Foraging

When foraging, pillbugs can be found on natural_exterior tiles, such as grass, sand, and gravel. They are equally common in all foraging areas, and can be found in all seasons but Winter, March through November. However, while forageable in Spring, they are less likely to be found in March and April than other months.

Pillbugs are part of the "Animals" loot category.

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

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 Pillbug
	{
		DisplayName = Pillbug,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.01,
		Icon = Insect_Pillbug,
		FishingLure = true,
		HungerChange = -1,
		UnhappyChange = 20,
		Calories = 1.5,
		Carbohydrates = 0,
		Lipids = 0.05,
		Proteins = 0.25,
		WorldStaticModel = Insect_Pillbug_Ground,
	}

See also