Rice: Difference between revisions

From PZwiki
(Added crafting version of rice in saucepan to page)
(Addition of cooking pot for rice in crafting)
Line 30: Line 30:
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|2074}}
{{RecipeLookup|2074}}
{{RecipeLookup|2076}}
|}
|}



Revision as of 22:07, 5 September 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Non Perishable Foods -> Rice   


Rice is a non-perishable food item which is often found in kitchen cupboards. It can be added to pots, pans and other cooking implements to form the start of a meal.

Nutritional Information


Rice provides when eaten completely raw is a positive of -60 hunger but a penalty of +40 to unhappiness and +60 to thirst.

It's Nutritional Values are as follows:
Carbohydrates = 648
Proteins = 72
Lipids = 0
Calories = 2880

Crafting

Name Recipe Description
























Code


    item Rice
        Weight		= 2,
        Type		= Food,
        DisplayName	= Rice,
        Icon		= RiceRaw,
        HungerChange    = -60,
        UnhappyChange   = 40,
        ThirstChange    = 60,
        Carbohydrates 	= 648,
        Proteins 	= 72,
        Lipids 		= 0,
        Calories 	= 2880,
        Packaged 	= TRUE,
    

Template:Navbox/Consumables