Rice: Difference between revisions

From PZwiki
m (fixed language and container links +non-perishable link)
m (actually fixed lange link this time)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Rice}}
<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 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: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->

Revision as of 12:56, 10 May 2018


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 counters. 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.

Its 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