Rice: Difference between revisions

From PZwiki
(Added crafting version of rice in saucepan to page)
m (Distribution table update)
(35 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Grains}}
{{languages}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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 -->
|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 -->
|model=Rice_Model.png
{{Consumables
|icon=RiceRaw.png
|image = RiceRaw.png
|icon_name=Rice
|hunger = -60
<!--GENERAL-->
|unhappiness = +40
|category=Food
|thirst = +60
|weight=2.0
|weight = 2
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-60
|thirst_change=+60
|calories=2880
|lipids=0
|proteins=72
|carbohydrates=648
<!--EFFECT-->
|unhappy_change=+40
<!--TECHNICAL DETAILS-->
|item_id=Base.Rice
}}
}}
'''Rice''' is a non-perishable [[food]] [[Items|item]].


Rice is a non-perishable food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]]. It can be added to pots, pans and other cooking implements to form the start of a meal.
==Usage==
Rice can be eaten raw, providing the player with some positive and negative effects. Rice is more effective when used as [[cooking]] [[Recipe ingredients|ingredient]], as all negative effects are removed.


== Nutritional Information ==
==Crafting==
<br>
{{Main|Cooking}}
Rice provides when eaten completely raw is a positive of -60 hunger but a penalty of +40 to unhappiness and +60 to thirst.
 
<br><br>
===What it can make===
'''It's Nutritional Values are as follows:'''<br>
{{Crafting/sandbox2
Carbohydrates = 648 <br>
|saucepan_with_rice
Proteins = 72 <br>
|cooking_pot_with_rice
Lipids = 0 <br>
}}
Calories = 2880 <br><br>
 
== Crafting ==
==Distribution==
{| class="wikitable sortable" style="text-align:center;"  
The loot distributions can be found in the table(s) below.
|-
 
! Name
<!--BOT FLAG|Rice|41.78.16-->
! class="unsortable" | Recipe
{{clear}}
! class="unsortable" | Description
<div class="togglebox theme-red">
{{RecipeLookup|2074}}
    <div>Rice distribution
|}
        <span class="mw-customtoggle-togglebox-Rice" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Rice">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|FoodBox}}
    | 15
    | 4.0
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 1.0
    |-
    | all
    | {{ll|GroceryBag2}}
    | 1
    | 2.0
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 4
    | 50.0
    |-
    | cafeteriakitchen
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | chinesekitchen
    | {{ll|counter}}
    | 4
    | 20.0
    |-
    | chinesekitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | generalstore
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | grocerystorage
    | {{ll|crate}}
    | 4
    | 1.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 4.0
    |-
    | sushikitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | sushikitchen
    | {{ll|counter}}
    | 4
    | 20.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Rice" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Rice|41.78.16-->
Rice can be found in [[Containers#Kitchen Counter|kitchen counters]] and grocery/food stores, though it is fairly rare compared to canned food.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 4790
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Rice
{
DisplayName = Rice,
DisplayCategory = Food,
Type = Food,
Weight = 2,
Icon = RiceRaw,
Packaged = TRUE,
HungerChange = -60,
ThirstChange = 60,
UnhappyChange = 40,
Calories = 2880,
Carbohydrates = 648,
Lipids = 0,
Proteins = 72,
WorldStaticModel = Rice,
}
}}
}}
 
==See also==
*[[Pasta]]
*[[Dry Ramen Noodles]]
 
{{Navbox items|plants}}


== Code ==
<br>
<nowiki>
    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,
    </nowiki>


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

Revision as of 16:27, 24 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Rice
Rice Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
2.0
Properties
Packaged
Yes
Nutrition
HungerMoodle Icon Hungry.png
-60
ThirstMoodle Icon Thirsty.png
+60
CaloriesCalories
2880
CarbohydratesCarbohydrates
648
ProteinsProteins
72
FatFat
0
Effect
UnhappinessMoodle Icon Unhappy.png
+40
Technical
Item ID
Base.Rice

Rice is a non-perishable food item.

Usage

Rice can be eaten raw, providing the player with some positive and negative effects. Rice is more effective when used as cooking ingredient, as all negative effects are removed.

Crafting

Main article: Cooking

What it can make

Product Ingredients Tools Requirements Workstation XP
SaucepanFilled.png
Recipe ingredients
SaucepanEmpty.png Saucepan ×1
WaterDrop.png Water ×25 unit(s)
RiceRaw.png Rice ×10 unit(s)
none none none none
Pot Water.png
Recipe ingredients
Pot.png Cooking Pot ×1
WaterDrop.png Water ×25 unit(s)
RiceRaw.png Rice ×10 unit(s)
none none none none

Distribution

The loot distributions can be found in the table(s) below.

Rice distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all FoodBox 15 4.0
all GroceryBag1 1 1.0
all GroceryBag2 1 2.0
cafeteriakitchen crate 4 20.0
cafeteriakitchen crate 4 50.0
cafeteriakitchen crate 4 10.0
chinesekitchen counter 4 20.0
chinesekitchen counter 4 10.0
generalstore shelves 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 4.0
sushikitchen counter 4 10.0
sushikitchen counter 4 20.0

Rice can be found in kitchen counters and grocery/food stores, though it is fairly rare compared to canned food.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Rice
	{
		DisplayName = Rice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = RiceRaw,
		Packaged = TRUE,
		HungerChange = -60,
		ThirstChange = 60,
		UnhappyChange = 40,
		Calories = 2880,
		Carbohydrates = 648,
		Lipids = 0,
		Proteins = 72,
		WorldStaticModel = Rice,
	}

See also