Egg Sushi

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]
Egg Sushi
SushEgg Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerUI Hunger.png
-12
CaloriesCalories
19
CarbohydratesCarbohydrates
7
ProteinsProteins
12
FatFat
3
Technical
Item ID
Base.SushiEgg

Egg sushi is a perishable food item.

Usage

Consumable properties

Egg sushi can be eaten, providing 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 Egg Sushi (Fresh) -12 - - -
Stale Egg Sushi (Stale) -9 +10 +10 -
Rotten Egg Sushi (Rotten) -5 +20 +20 100%

Location

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

SushiEgg distributionShow / 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
sushidining displaycase 23.28%
sushidining displaycase 41.14%
sushikitchen restaurantdisplay 23.28%
sushikitchen restaurantdisplay 41.14%

Egg sushi can be found inside refrigerators in restaurants.

History

Base.SushiEgg

Version Description
41.65 Released on or before this version.

Help PZwiki by adding to this history.

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 SushiEgg
	{
		DisplayName = Egg Sushi,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = SushiEgg,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -12,
		Calories = 19,
		Carbohydrates = 7,
		Lipids = 3,
		Proteins = 12,
		WorldStaticModel = SushEgg_Ground,
	}

See also