Rice: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Rice}}
{{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 -->
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
<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 -->
|display_name=Rice
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = RiceRaw.png
|image=RiceRaw_120px.png
|hunger = -60
<!--GENERAL-->
|unhappiness = +40
|category=Food
|thirst = +60
|weight=2
|weight = 2
|packaged=True
}}
<!--NUTRITION-->
|hunger_change=-60
|thirst_change=60
|calories=2880
|lipids=0
|proteins=72
|carbohydrates=648
<!--EFFECT-->
|unhappy_change=-40
<!--TECHNICAL DETAILS-->
|class_name=Base.Rice
}}'''Rice''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


'''Rice''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]]. It can be added to pots, pans, and other cooking implements to form the start of a meal.
==Usage==
Rice is best used as a meal component, as eating it raw suffers large penalties to thirst and happiness.


== Nutritional information ==
<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 648 <br>
Proteins = 72 <br>
Lipids = 0 <br>
Calories = 2880 <br><br>
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
Rice is a [[cooking]] [[Recipe Ingredients|ingredient]].
|-
{{Crafting table header}}
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2074}}
{{RecipeLookup|2074}}
{{RecipeLookup|2076}}
{{RecipeLookup|2076}}
|}
{{Crafting table footer}}
 
==Distribution==
Pasta can be found in [[Containers#Kitchen Counter|kitchen counters]].


== Code ==
== Code ==
<br>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
{{Retrieved|version=40|incver=7}}
    item Rice
<pre> item Rice
        Weight = 2,
        Weight = 2,
        Type = Food,
        Type = Food,
        DisplayName = Rice,
        DisplayName = Rice,
        Icon = RiceRaw,
        Icon = RiceRaw,
        HungerChange    = -60,
        HungerChange    = -60,
        UnhappyChange  = 40,
        UnhappyChange  = 40,
        ThirstChange    = 60,
        ThirstChange    = 60,
        Carbohydrates = 648,
        Carbohydrates = 648,
        Proteins = 72,
        Proteins = 72,
        Lipids = 0,
        Lipids = 0,
        Calories = 2880,
        Calories = 2880,
        Packaged = TRUE,
        Packaged = TRUE,</pre>
    </nowiki>
 
==See also==
*[[Pasta]]
*[[Dry Ramen Noodles]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 11:07, 19 August 2018

Rice
Rice
General
Category Food
Encumbrance
Heavy Load
2
Packaged True
Nutrition
Hunger
Hunger
-60
Thirst
Thirst
60
Calories
Calories
2880
Carbohydrates
Carbohydrates
648
Proteins
Proteins
72
Fat
Fat
0
Effect
Unhappiness
Unhappiness
-40
Technical details
Item ID Base.Rice

Rice is a non-perishable food item.

Usage

Rice is best used as a meal component, as eating it raw suffers large penalties to thirst and happiness.

Crafting

Rice is a cooking ingredient. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Pasta can be found in kitchen counters.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	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,

See also

Template:Navbox/Consumables