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 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
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
sushikitchen counter 23.28%
sushikitchen counter 41.14%

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