Egg Sushi: Difference between revisions

From PZwiki
m (Category Project: Miscellaneous food)
(→‎top: New infobox upgrade - Food)
Line 3: Line 3:
{{page version|41.73}}
{{page version|41.73}}
{{reupload|Missing 3D Variant Model (Rotten)}}
{{reupload|Missing 3D Variant Model (Rotten)}}
{{Infobox food
{{Infobox item
|display_name=Egg Sushi
|name=Egg Sushi
|name_colour=Food
|model=SushiEgg Model.png
|name_text_colour=Food
|icon=SushiEgg.png
|image=SushiEgg Model.png
|image_width=200px
|alternate_image=SushiEgg.png
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 22: Line 19:
|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 [[Food#Perishable|perishable]] food [[item]].

Revision as of 11:23, 29 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D Variant Model (Rotten)
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
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

Egg sushi can be found inside refrigerators in restaurants.

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