Rice: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: d0a775c4432677021567479f62cb6894))
mNo edit summary
Line 1: Line 1:
{{languages|Rice}}
{{languages|Rice}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 40|incver=7}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Rice
|display_name=Rice
|name_colour=Food
|name_colour=Food
Line 7: Line 7:
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=2
|weight=2.0
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-60
|hunger_change=-60
|thirst_change=60
|thirst_change=+60
|calories=2880
|calories=2880
|lipids=0
|lipids=0
Line 17: Line 17:
|carbohydrates=648
|carbohydrates=648
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=-40
|unhappy_change=+40
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.Rice
|class_name=Base.Rice
Line 23: Line 23:


==Usage==
==Usage==
Rice is best used as a meal component, as eating it raw suffers large penalties to thirst and happiness.
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.


== Crafting ==
== Crafting ==
Rice is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{Main|Cooking}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2074 -->
===What it can make===
{{Crafting/core|ing=3
{{Crafting header|type=food|ing=3}}
| product_image = [[File:SaucepanFilled.png]] | product_name = [[Saucepan|Saucepan (Full of Rice)]] | product_quantity = x1
{{Crafting cooking|104|ing=3}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
{{Crafting cooking|106|ing=3}}
| sl = ''none''
{{Crafting table footer}}
| req =  
| f1 = [[File:SaucepanEmpty.png|link=Saucepan|Saucepan]] | i1 = [[Saucepan]] | q1 = x1
| f2 = [[File:Water_drop.png|link=Water|Water]] | i2 = [[Water]] | q2 = (25 units)
| f3 = [[File:RiceRaw.png|link=Rice|Rice]] | i3 = [[Rice]] | q3 = (10 units)
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2076 -->
{{Crafting/core|ing=3
| product_image = [[File:Pot Water.png]] | product_name = [[Cooking_Pot|Cooking Pot (Full of Rice)]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Pot Water.png]] | i1 = [[Cooking_Pot|Cooking Pot]] | q1 = x1
| f2 = [[File:Water_drop.png|link=Water|Water]] | i2 = [[Water]] | q2 = (25 units)
| f3 = [[File:RiceRaw.png|link=Rice|Rice]] | i3 = [[Rice]] | q3 = (10 units)
}}
|}
 


==Distribution==
==Distribution==
Rice can be found in [[Containers#Kitchen Counter|kitchen counters]] and grocery/food stores, though it is fairly rare compared to canned food.
Rice can be found in [[Containers#Kitchen Counter|kitchen counters]] and grocery/food stores, though it is fairly rare compared to canned food.
==Gallery==
<gallery>
File:Rice Model.png|Rice model when placed in the world.
</gallery>


== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=41|incver=73}}
<pre> item Rice
<pre> item Rice
        Weight = 2,
{
        Type = Food,
DisplayName = Rice,
        DisplayName = Rice,
DisplayCategory = Food,
        Icon = RiceRaw,
Type = Food,
        HungerChange   = -60,
Weight = 2,
        UnhappyChange   = 40,
Icon = RiceRaw,
        ThirstChange    = 60,
Packaged = TRUE,
        Carbohydrates = 648,
HungerChange = -60,
        Proteins = 72,
ThirstChange = 60,
        Lipids = 0,
UnhappyChange = 40,
        Calories = 2880,
Calories = 2880,
        Packaged = TRUE,</pre>
Carbohydrates = 648,
Lipids = 0,
Proteins = 72,
WorldStaticModel = Rice,
}</pre>


==See also==
==See also==
Line 74: Line 66:
*[[Dry Ramen Noodles]]
*[[Dry Ramen Noodles]]


{{Navbox/Consumables}}
{{Navbox food}}

Revision as of 19:29, 4 October 2022

Rice
Rice
General
Category Food
Encumbrance
Heavy Load
2.0
Packaged Yes
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 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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
SaucepanFilled.png
Recipe ingredients
0 XP none SaucepanEmpty.png
Saucepan
(consumed)
WaterDrop.png
Water
(25 units)

(consumed)
RiceRaw.png
Rice
(10 units)

(consumed)
Pot Water.png
Recipe ingredients
0 XP none Pot.png
Cooking Pot
(consumed)
WaterDrop.png
Water
(25 units)

(consumed)
RiceRaw.png
Rice
(10 units)

(consumed)

Template:Crafting table footer

Distribution

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

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

	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