Rice Paper: Difference between revisions

From PZwiki
m (Insert empty line above each {{Navbox}})
(clarified usage)
Line 20: Line 20:


==Usage==
==Usage==
Rice paper can be eaten, providing the player with some positive effects, including reducing [[Unhappy|unhappiness]].
Rice paper can be eaten, providing the player with a small amount of calories, but no other macronutrients.  


==Distribution==
==Distribution==
Line 83: Line 83:


==See also==
==See also==
*[[Rice]]


{{Navbox items|plants}}
{{Navbox items|plants}}
[[Category:Non-perishable food]]
[[Category:Non-perishable food]]

Revision as of 17:44, 25 April 2024

Project ZomboidItemsFoodGrainsRice Paper
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Rice Paper
RicePaper Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Nutrition
HungerMoodle Icon Hungry.png
-4
CaloriesCalories
10
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
0
Technical
Item ID
Base.RicePaper

Rice paper is a non-perishable food item.

Usage

Rice paper can be eaten, providing the player with a small amount of calories, but no other macronutrients.

Distribution

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

RicePaper distribution Show / Hide
Containers
Building / Room Container Rolls Chance
sushikitchen counter 4 20.0
sushikitchen counter 4 10.0

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 RicePaper
	{
		DisplayName = Rice Paper,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = RicePaper,
		CantBeFrozen = TRUE,
		HungerChange = -4,
		Calories = 10,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = RicePaper_Ground,
	}

See also