Caterpillar (swallowtail)

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

{{Infobox food |display_name=? |name_colour=Food |name_text_colour=Food |image=image.png |alternate_image=image.png|32px |alternate_name=? |alternate_link= |category=? |weight=? |function=? |packaged=? |cant_be_frozen=? |days_fresh=? |days_rotten=? |hunger_change=? |thirst_change=? |calories=? |lipids=? |proteins=? |carbohydrates=? |unhappy_change=? |boredom_change=? |stress_change=? |fatigue_change=? |reduce_infection_power=? |alcohol_power=? |poison_power=? |cook_minutes=? |burn_minutes=? |dangerous_uncooked=? |bad_microwaved=? |good_hot=? |bad_cold=? |spice=?

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.67.5

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