Caterpillar (swallowtail): Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 5: Line 5:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Insect_Caterpillar.fbx
|image=SwallowtailCaterpillar_model.png
|alternate_image=Insect_SwallowtailCaterpillar.png{{!}}32px
|alternate_image=Insect_SwallowtailCaterpillar.png{{!}}32px
|alternate_name=?
|alternate_name=?

Revision as of 23:55, 25 June 2022

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,
	}