![]() |
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. |
Termite
![]() |
---|
Navigation: | Main>The Game World>Items>Food>Non-Perishable Food>Termite | Page updated: Version 41.78.16 |
---|
A termite is an insect and non-perishable food item.
Usage
Fishing
- Main article: Fishing
Termites 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.
Consumable properties
Termites can be consumed, reducing hunger at the cost of a lot of unhappiness. They can be cooked, however the unhappiness effect will remain and there is no corresponding gain in nutrition.
Uncooked | Cooked | Burned | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Distribution
Foraging
- Main article: Foraging
When foraging, termites can be found on certain natural_exterior
tiles, such as grass, sand, or gravel, and are more likely to be found at night. They are equally common in all foraging terrains.
Termites 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.
Termites are part of the "Animals" loot category, and can be found at tier 0 foraging skill. Having the fisherman occupation or angler trait will increase the player's ability to find termites.
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.78.16
item Termites { DisplayName = Termites, DisplayCategory = Food, Type = Food, Weight = 0.01, Icon = Insect_Termite, FishingLure = true, IsCookable = TRUE, MinutesToCook = 5, MinutesToBurn = 25, HungerChange = -1, UnhappyChange = 20, Calories = 2.5, Carbohydrates = 0, Lipids = 0.5, Proteins = 0.5, WorldStaticModel = Insect_Termite_Ground, }
See also