Rice: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Rice}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|type=Food|version=Version 41|incver=73}}{{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
|name_text_colour=Food
|name_text_colour=Food
|image=RiceRaw_120px.png
|image=RiceRaw.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 25: Line 24:
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.
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==
{{Main|Cooking}}
{{Main|Cooking}}
===What it can make===
===What it can make===
{{Crafting header|type=food|ing=3}}
{{Crafting header|type=food|ing=3}}
Line 41: Line 41:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre> item Rice
<pre>
item Rice
{
{
DisplayName = Rice,
DisplayName = Rice,
Line 60: Line 61:
Proteins = 72,
Proteins = 72,
WorldStaticModel = Rice,
WorldStaticModel = Rice,
}</pre>
}
</pre>


==See also==
==See also==

Revision as of 02:35, 26 February 2023

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