Caterpillar (swallowtail): Difference between revisions

From PZwiki
(Created page with "{{languages}} {{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=68}}{{Infobox food |display_name=Swallowtail Caterpillar |name_colour...")
 
No edit summary
Line 4: Line 4:
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
== Code ==
<!--Comment: Current location of Code in directory for updating purposes. Example below shows how to lay it out. ''''' is for bold italic.-->
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<!--Comment: Add the retrieved template so both visitors and editors can tell how old the code is and whether or not it may need to be updated.-->
{{Retrieved|version=41.71|incver=67.5}}
<!--Comment: Example code taken from file. Items.txt and Newitems.txt are usually the source of the information at this time for basic items. Nowiki is used to display the text only, example used is Broccoli.-->
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,
}

Revision as of 23:39, 25 June 2022

Project ZomboidItemsFoodNon-Perishable FoodCaterpillar (swallowtail)

{{Infobox food

|display_name=Swallowtail Caterpillar |name_colour=Food |name_text_colour=Food

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