Insect (disambiguation)/ru

From PZwiki
< Insect (disambiguation)
Revision as of 00:39, 12 June 2020 by MrazKakayaTo (talk | contribs) (Created page with "{{languages|Insects}} {{WorkOn/ru}} <div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:WorkOn/ru

Page Updated @ Version: 34.28


Insects are non-perishable edibles found by foraging. All insects can be used as bait for fishing. While insects are non-perishable, they can be cooked, which makes them satisfy a little more hunger. Unhappiness is caused by eating raw and cooked insects.

Worms can be found while digging with a trowel and rarely in kitchen counters. They can be used for catching birds with traps.

Nutritional information

Item Hunger Raw Raw Unhappiness Hunger Cooked Cooked Unhappiness
File:Item Cricket.png

Cricket

-6 +20 -7 +20
Grasshopper.png

Grasshopper

-7 +20 -9 +20
Cockroach.png

Cockroach

-11 +20 Unknown +20
Worm.png

Worm

-5 +20 N/A N/A


Its nutritional values are as follows:

Item Carbohydrates Proteins Lipids Calories
Cricket.png

Cricket

1.34 3.6 1.32 20
Grasshopper.png

Grasshopper

3 5.55 0.24 25
Cockroach.png

Cockroach

1.27 7.41 3.90 30
Worm.png

Worm

0 0.5 0.1 3

Code

Cockroach Cockroach.png

	
    item Cockroach
        HungerChange	= -11,
        Weight		= 0.1,
        Type		= Food,
        DisplayName	= Cockroach,
        Icon		= Cockroach,
        UnhappyChange	= 20,
        FishingLure     = true,
        IsCookable	= TRUE,
        MinutesToBurn	= 25,
        MinutesToCook	= 5,
        Carbohydrates 	= 1.27,
        Proteins 	= 7.41,
        Lipids 		= 3.9,
        Calories 	= 30,

Cricket Cricket.png

	
    item Cricket
        HungerChange	= -6,
        Weight		= 0.1,
        Type		= Food,
        DisplayName	= Cricket,
        Icon		= Cricket,
        UnhappyChange	= 20,
        FishingLure     = true,
        IsCookable	= TRUE,
        MinutesToBurn	= 25,
        MinutesToCook	= 5,
        Carbohydrates 	= 1.34,
        Proteins 	= 3.6,
        Lipids 		= 1.32,
        Calories 	= 20,

Grasshopper Grasshopper.png

	
    item Grasshopper
        HungerChange	= -7,
        Weight		= 0.1,
        Type		= Food,
        DisplayName	= Grasshopper,
        Icon		= Grasshopper,
        UnhappyChange	= 20,
        FishingLure     = true,
        IsCookable	= TRUE,
        MinutesToBurn	= 25,
        MinutesToCook	= 5,
        Carbohydrates 	= 3,
        Proteins 	= 5.55,
        Lipids 		= 0.24,
        Calories 	= 25,

Worm Worm.png

    item Worm
        HungerChange	= -5,
        Weight		= 0.01,
        Type		= Food,
        DisplayName	= Worm,
        Icon		= Worm,
        UnhappyChange	= 20,
        FishingLure     = true,
        Carbohydrates 	= 0,
        Proteins 	= 0.5,
        Lipids 		= 0.1,
        Calories 	= 3,
 

Template:Navbox/Consumables