Caterpillar (swallowtail): Difference between revisions

From PZwiki
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}
|display_name=Swallowtail Caterpillar
{{Infobox food
|display_name=?
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=image.png
|alternate_image=image.png{{!}}32px
|alternate_name=?
|alternate_link=
<!--GENERAL-->
|category=?
|weight=?
|function=?
|packaged=?
|cant_be_frozen=?
|days_fresh=?
|days_rotten=?
<!--NUTRITION-->
|hunger_change=?
|thirst_change=?
|calories=?
|lipids=?
|proteins=?
|carbohydrates=?
<!--EFFECT-->
|unhappy_change=?
|boredom_change=?
|stress_change=?
|fatigue_change=?
|reduce_infection_power=?
|alcohol_power=?
|poison_power=?
<!--COOKING-->
|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 ==
== Code ==
<!--Comment: Current location of Code in directory for updating purposes. Example below shows how to lay it out. ''''' is for bold italic.-->
<!--Comment: Current location of Code in directory for updating purposes. Example below shows how to lay it out. ''''' is for bold italic.-->

Revision as of 23:44, 25 June 2022

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