Caterpillar (swallowtail)

From PZwiki
Revision as of 23:55, 25 June 2022 by Borger (talk | contribs)
Project ZomboidItemsFoodNon-Perishable FoodCaterpillar (swallowtail)

Template:Infobox food

Foraging

It is acquired through foraging. Not possible to acquire during winter times.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.71

 item SwallowtailCaterpillar
	{
		DisplayName = Caterpillar,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Insect_SwallowtailCaterpillar,
		FishingLure = true,
		IsCookable = TRUE,
		MinutesToCook = 5,
		MinutesToBurn = 25,
		HungerChange = -5,
		UnhappyChange = 20,
		Calories = 27,
		Carbohydrates = 3,
		Lipids = 20.24,
		Proteins = 27.55,
		WorldStaticModel = SwallowtailCaterpillar_Ground,
	}