Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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
HungerUI Hunger.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 spice food item used in cooking.

Usage

Consumable properties

Fish roe can be eaten raw without sickening the player, but cannot be cooked by itself. Consuming fish roe will provide the player with some positive effects, however these will become negative the longer it's left to perish.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Fish Roe (Fresh) -10 - - -
Stale Fish Roe (Stale) -8 +10 +10 -
Rotten Fish Roe (Rotten) -4 +20 +20 100%

Crafting

Evolved recipes

This item is an ingredient in the following evolved recipes.

Product Nutrition
PotFull.png
Soup
2
TZ CraftSalat.png
Salad
2
SandwichSandwich
Sandwich
2

Location

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

FishRoe distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average 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. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
chinesekitchen fridge 15.52%
sushikitchen fridge 15.52%

History

Base.FishRoe

Version Description
Build 41.72 EvolvedRecipe added with value {'Salad': '2', 'Sandwich': '2', 'Sandwich Baguette': '2', 'Soup': '2'}.
FoodType added with value NoExplicit.
Spice added with value true.
Build 41.69 DisplayCategory added with value Food.
Build 41.66 WorldStaticModel added with value FishRoe_Ground.
Build 41.65 Released on this version.

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