Insects: Difference between revisions

From PZwiki
Insects
No edit summary
(Reworked Page, +Nav bar, + info + categories, adjusted cockroach hunger value as per code. Unknown cockroach Cooked value. adjusted description.)
Line 1: Line 1:
__NOTOC__
{{languages|Insects}}
{{languages|Insects}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Insects|Insects]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Item_Cricket.png
|image = Item_Cricket.png
Line 5: Line 9:
|Unhappiness = +20
|Unhappiness = +20
|weight = 0.1
|weight = 0.1
}} <!--/infobox-->
}}


'''Insects''' are nonperishable edibles found by [[Foraging]]. All insects can be used as bait to [[Fishing|Fish]]. While nonperishable they can be cooked, which makes them satisfy a little more hunger. Unhappiness is caused by eating raw and cooked insects.
'''Insects''' are [[Food#Non-Perishable|non-perishable]] edibles found by [[Foraging|foraging]]. All insects can be used as bait for [[Fishing|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.


== Nutrition ==
== Nutrition ==


{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable" style="text-align:center;"  
|-
|-
!Item
! Item
! class ="unsortable" | Hunger Raw
! Hunger Raw
! Raw Unhappiness
! Raw Unhappiness
! class ="unsortable" | Hunger Cooked
! Hunger Cooked
! Cooked Unhappiness
! Cooked Unhappiness
|-
|-
Line 35: Line 39:
|[[File:Item_Cockroach.png]] <br>
|[[File:Item_Cockroach.png]] <br>
Cockroach
Cockroach
| -9
| -11
| +20
| +20
| -12
| '''Unknown'''
| +20
| +20
|-
|-
Line 44: Line 48:
| -5
| -5
| +20
| +20
|N/A
| N/A
|N/A
| N/A
|-
|-
|}
== Code ==
''Cockroach'' [[File:Item_Cockroach.png]] <br>
<nowiki>
    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,
</nowiki>
''Cricket'' [[File:Item_Cricket.png]] <br>
<nowiki>
    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,
</nowiki>
''Grasshopper'' [[File:Item_Grasshopper.png]] <br>
<nowiki>
    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,
</nowiki>
''Worm'' [[File:BAITWorm.png]] <br>
<nowiki>
    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,
</nowiki>
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 19:13, 6 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Insects   


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.

Nutrition

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

Cricket

-6 +20 -7 +20
File:Item Grasshopper.png

Grasshopper

-7 +20 -9 +20
File:Item Cockroach.png

Cockroach

-11 +20 Unknown +20
File:BAITWorm.png

Worm

-5 +20 N/A N/A

Code

Cockroach File:Item 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 File:Item 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 File:Item 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 File:BAITWorm.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