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

Be crafty.png

Build 42 unstable is out now!

The wiki has already begun updating. Please be patient during the transition.
Help us by contributing to the build 42 update project.
The Project Zomboid Map Project will not be updated until at least January, in the meantime use B42 Map.

404SpiffoMascotMap.png

Caterpillar (monarch)

From PZwiki
(Redirected from Caterpillar (monarch))
Project ZomboidItemsFoodProteinInsectsCaterpillar (monarch)
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Parts of this page may have been automatically updated to the latest build (42.0.2).
For the build 41.78.16 article, please see the old revision.
Caterpillar
MonarchrCaterpillar Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerUI Hunger.png
-1
CaloriesCalories
27
CarbohydratesCarbohydrates
3
ProteinsProteins
27.55
FatFat
20.24
Effect
UnhappinessUI Unhappy.png
20
PoisonPoison
1
Cooking
Time until cooked
5 minutes
Time until burned
25 minutes
Technical
Item ID
Base.MonarchCaterpillar

A monarch caterpillar is a non-perishable insect food found by foraging, that can be used in fishing.

Usage

Consumable properties

State Icon Hunger Boredom Unhappiness Sickness chance
Uncooked Caterpillar (Uncooked) -1 - +20 -
Cooked Caterpillar (Cooked) -1 - +20 -
Burned Caterpillar (Burned) - +20 +40 100%

Fishing

Main article: Fishing

Caterpillars 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

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.

Trivia

  • This item only shows up as "Caterpillar" in-game, and so is only distinguishable by the icon.

History

Base.MonarchCaterpillar

Version Description
Build 42.0.0 CookingSound added with value FryingFood.
EvolvedRecipe added with value {'AddBaitToChum': '1'}.
FoodType added with value Insect.
HungerChange changed from -5 to -1.
PoisonPower added with value 1.
StaticModel added with value MonarchrCaterpillar_Ground.
Build 41.69 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food_foraged.txt

Retrieved: Build 42.0.2
item MonarchCaterpillar
	{
		DisplayName = Caterpillar,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Insect_MonarchrCaterpillar,
		IsCookable = TRUE,
		/*EvolvedRecipe = AddBaitToChum:5,*/
		EvolvedRecipe = AddBaitToChum:1,
		MinutesToCook = 5,
		MinutesToBurn = 25,
		/*HungerChange = -5,*/
		HungerChange = -1,
		UnhappyChange = 20,
		Calories = 27,
		Carbohydrates = 3,
		Lipids = 20.24,
		Proteins = 27.55,
		FishingLure = true,
		StaticModel = MonarchrCaterpillar_Ground,
		WorldStaticModel = MonarchrCaterpillar_Ground,
		CookingSound = FryingFood,
		PoisonPower = 1,
		/*Tags = HideUncooked,*/
		FoodType = Insect,
	}

See also