![]() |
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. |
Monarch Caterpillar
Jump to navigation
Jump to search
![]() |
English |
Navigation: | Main>Project Zomboid>Items>Food>Non-Perishable Food>Monarch Caterpillar | Page updated: Version 41.68 |
---|
Monarch Caterpillar | ||
---|---|---|
![]() | ||
| ||
General | ||
Category | Food | |
Weight | 0.1 | |
Nutrition | ||
Hunger | -5 | |
Calories | 27 | |
Carbohydrates | 3 | |
Proteins | 27.55 | |
Fat | 20.24 | |
Effect | ||
Unhappiness | 20 | |
Cooking | ||
Time until cooked | 5 minutes | |
Time until burned | 25 minutes | |
Technical details | ||
Item ID | Item IDs |
Consumable properties
Uncooked | Cooked | Burned | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
Fishing
This item can be used as bait when using a fishing rod.
Foraging
It is acquired through foraging. Not possible to acquire during winter times. It falls under the "Animal" category and has a higher chance to be found when foraging at night. It can be found at foraging level 0 and above.
Note
This item only shows up as "Caterpillar" in-game, and so is only distinguishable by the icon.
Code
From items.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.71
item MonarchCaterpillar { DisplayName = Caterpillar, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = Insect_MonarchrCaterpillar, FishingLure = true, IsCookable = TRUE, MinutesToCook = 5, MinutesToBurn = 25, HungerChange = -5, UnhappyChange = 20, Calories = 27, Carbohydrates = 3, Lipids = 20.24, Proteins = 27.55, WorldStaticModel = MonarchrCaterpillar_Ground, }