![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Pillbug
![]() |
---|
Navigation: | Main>The Game World>Items>Food>Non-Perishable Food>Pillbug | Page updated: Version 41.78.16 |
---|
Pillbug | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Food | |
Weight | 0.1 | |
Nutrition | ||
Hunger | -1 | |
Calories | 1.5 | |
Carbohydrates | 0 | |
Proteins | .25 | |
Fat | .05 | |
Effect | ||
Unhappiness | 20 | |
Technical details | ||
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
From items.txt (Project Zomboid directory/media/scripts/)
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, }