Sawfly Larva |
---|
 |
|
General |
---|
Category |
Food |
---|
Weight |
0.1 |
---|
Nutrition |
---|
Hunger |
-5 |
---|
Calories |
27 |
---|
Carbohydrates |
3 |
---|
Proteins |
27.55 |
---|
Fat |
20.24 |
---|
Effect |
---|
Unhappiness |
20 |
---|
Cooking |
---|
Time until cooked |
5 minutes |
---|
Time until burned |
25 minutes |
---|
Technical details |
---|
Item ID |
Item IDs |
Consumable properties
Uncooked
|
Cooked
|
Burned
|
|
Hunger: -5
|
|
Unhappiness: +20
|
|
|
|
Hunger: -6
|
|
Unhappiness: +20
|
|
|
Hunger: -1
|
Boredom: +20
|
Unhappiness: +40
|
Dangerous, will cause sickness.
|
|
Fishing
- Main article: Fishing
This item can be used as bait when using a fishing rod.
Foraging
- Main article: Foraging
It is acquired through foraging. Not possible to acquire during winter times. It falls under the "Animal" category and has a higher chance to be found when foraging at night. It can be found at Foraging level 0 and above.
Note: As of Version 41.78.16, Sawfly Larva no longer appear to be listed in the forage definitions loot table, though their food item information remains in the code.
Note
Interestingly enough, this item shows up as "Caterpillar" in-game, even though it is a larva. This might be because a quick google search discovers they are surprisingly similar to a caterpillar.
Code
From items.txt (Project Zomboid directory/media/scripts/)
item SawflyLarva
{
DisplayName = Caterpillar,
DisplayCategory = Food,
Type = Food,
Weight = 0.1,
Icon = Insect_SawflyLarva,
FishingLure = true,
IsCookable = TRUE,
MinutesToCook = 5,
MinutesToBurn = 25,
HungerChange = -5,
UnhappyChange = 20,
Calories = 27,
Carbohydrates = 3,
Lipids = 20.24,
Proteins = 27.55,
WorldStaticModel = SawflyLarva_Ground,
}