Egg Sushi: Difference between revisions

From PZwiki
m (Remove 120px, minor fixes)
m (RM reupload. No rotten model as per models_items.txt.)
 
(31 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
|display_name=Egg Sushi
{{Page version|41.78.16}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=Egg Sushi
|image=SushiEgg.png
|model=SushiEgg_Model.png
|icon=SushiEgg.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=2
|days_fresh=2
|days_rotten=2
|days_rotten=4
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-12
|hunger_change=-12
Line 16: Line 17:
|carbohydrates=7
|carbohydrates=7
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.SushiEgg
|item_id=Base.SushiEgg
}}'''Egg sushi''' is a [[Food#Perishable|perishable]] food [[item]].
}}
'''Egg sushi''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
===Consumable properties===
===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.
Egg sushi can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables
|image = SushiEgg.png
|image = SushiEgg.png
|hunger = -12
|hunger = -12
Line 37: Line 38:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|SushiEgg|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
    <div>SushiEgg distribution
        <span class="mw-customtoggle-togglebox-SushiEgg" title="{{int:show}} / {{int:hide}}" style="float: right; padding-right: 30px; padding-top: 4px; font-size: 0.7em; font-weight: normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-SushiEgg">
    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.    <div class="toggle-content">
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
    {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
    |+ {{ll|Containers}}
    ! Building/Room
    ! Container
    ! Effective chance
    |-
    | sushidining
    | {{ll|displaycase}}
    | 23.28%
    |-
    | sushidining
    | {{ll|displaycase}}
    | 41.14%
    |-
    | sushikitchen
    | {{ll|restaurantdisplay}}
    | 23.28%
    |-
    | sushikitchen
    | {{ll|restaurantdisplay}}
    | 41.14%
    |}
</div>
    </div><div style="clear: both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-SushiEgg" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|SushiEgg|41.78.16-->
Egg sushi can be found inside [[refrigerator]]s in restaurants.
Egg sushi can be found inside [[refrigerator]]s in restaurants.
==Gallery==
<gallery>
File:SushiEgg Model.png|Model for: [[File:SushiEgg.png]]
</gallery>


==Code==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=41|incver=73}}
| {{CodeSnip
<pre>
  | lang = java
    item SushiEgg
  | line = true
  | start = 6998
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item SushiEgg
{
{
DisplayName = Egg Sushi,
DisplayName = Egg Sushi,
Line 64: Line 103:
WorldStaticModel = SushEgg_Ground,
WorldStaticModel = SushEgg_Ground,
}
}
</pre>
}}
}}


==See also==
==See also==
Line 70: Line 110:
*[[Fish Sushi]]
*[[Fish Sushi]]


{{Navbox food}}
{{Navbox items|food}}
 
[[Category:Perishable food]]

Latest revision as of 16:06, 30 April 2024

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
SushiEgg Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.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.

Fresh Stale Rotten

SushiEgg.png
Hunger: -12


SushiEgg.png
Hunger: -9
Boredom: +10
Unhappiness: +10

SushiEgg.png
Hunger: -5
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Distribution

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

SushiEgg 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
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.

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