Rice Paper

From PZwiki
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 some positive effects, including reducing unhappiness.

Distribution

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

Containers
Building/Room Container Rolls Chance
sushikitchen counter 4 1
counter 4 2

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