Egg Sushi: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Egg Sushi}}
{{Languages}}{{Header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Egg Sushi
|display_name=Egg Sushi
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=SushiEgg 120px.png
|image=SushiEgg.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 20: Line 19:
}}'''Egg sushi''' is a [[Food#Perishable|perishable]] food [[item]].
}}'''Egg sushi''' is a [[Food#Perishable|perishable]] food [[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
{{Consumables2
Line 36: Line 36:
}}
}}


== Distribution ==
==Distribution==
Egg sushi can be found inside [[refrigerator]]s in restaurants.
Egg sushi can be found inside [[refrigerator]]s in restaurants.


Line 44: Line 44:
</gallery>
</gallery>


== Code ==
==Code==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item SushiEgg
<pre>
    item SushiEgg
{
{
DisplayName = Egg Sushi,
DisplayName = Egg Sushi,

Revision as of 17:55, 26 February 2023

Egg Sushi
Egg Sushi
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-12
Calories
Calories
19
Carbohydrates
Carbohydrates
7
Proteins
Proteins
12
Fat
Fat
3
Technical details
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. Template:Consumables2

Distribution

Egg sushi can be found inside refrigerators in restaurants.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.73

    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