Fish Roe

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Fish Roe
FishRoe Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
14 days
Days until rotten
21 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
63
CarbohydratesCarbohydrates
0.32
ProteinsProteins
5.55
FatFat
4.18
Cooking
Spice
True
Technical
Item ID
Base.FishRoe

Fish roe is a perishable food item used in cooking.

Evolved recipes

This item is an ingredient in the following evolved recipes.

Product Nutrition
Soup
Soup
2
Salad
Salad
2
Sandwich
Sandwich
2

Distribution

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

FishRoe 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
chinesekitchen fridge 15.1%
sushikitchen fridge 15.1%

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 FishRoe
	{
		DisplayName = Fish Roe,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = FishRoe,
		EvolvedRecipe = Salad:2;Sandwich:2;Sandwich Baguette:2;Soup:2,
		Spice = true,
		DaysFresh = 14,
		DaysTotallyRotten = 21,
		HungerChange = -10,
		Calories = 63,
		Carbohydrates = 0.32,
		Lipids = 4.18,
		Proteins = 5.55,
		WorldStaticModel = FishRoe_Ground,
		FoodType = NoExplicit,
	}

See also