Onion: Difference between revisions

From PZwiki
(Redesigned page, +Nav Bar, Reworked description, changed nutrition info, added nutrition values, corrected evolved, +new info, + categories.)
m (Automated Formatting)
(41 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Onion
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Onion|Onion]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=Onion_Model.png
{{Consumables
|icon=Onion.png
|image = Onion.png
|icon_name=Onion
|hunger = -10
|icon2=OnionRotten.png
|weight = 0.2
 
|icon_name2=Onion (Rotten)
|icon3=Rings.png
|icon_name3=Onion Slices
Onion Slices
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=7
|days_rotten=9
<!--NUTRITION-->
|hunger_change=-10
|calories=28
|lipids=0.07
|proteins=0.77
|carbohydrates=6.54
<!--TECHNICAL DETAILS-->
|item_id=Base.Onion
}}
}}
Onions are a [[Food#Perishable|perishable]] food item that goes bad as time passes. Onions are often inside of [[refrigerator]]s, and in produce bins. Onions take seven in-game days to go stale, and nine in-game days to become rotten.  
'''Onion''' is a perishable [[food]] [[Items|item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
Onion 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 = Onion.png
|image = Onion.png
|hunger = -10
|hunger = -10
Line 30: Line 47:
|rotten image = Onion rotten.png
|rotten image = Onion rotten.png
}}
}}
==Crafting==
===What it can make===
Onion needs to be cut into [[Onion_Slices|slices]] before addition to most recipes.
{{Crafting/sandbox2
|onion_slices
}}
===Evolved recipes===
Onion is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=10|stew=10|pie=10|stirfry=10|sandwich=5|burger=10|salad=10|roastedvegetables=10|rice=10|pasta=10}}
===Sack of Onion===
{{Crafting/sandbox2
|onion
}}
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="3"|all
|[[fridge]]
|4
|2
|-
|[[fridge]]
|4
|2
|-
|[[fridge]]
|4
|2
|-
|burgerkitchen
|[[fridge]]
|4
|4
|-
|chinesekitchen
|[[fridge]]
|4
|8
|-
|deepfry_kitchen
|[[fridge]]
|4
|8
|-
|dinerkitchen
|[[fridge]]
|4
|4
|-
|rowspan="2"|gigamart
|[[grocerstand]]
|4
|1
|-
|[[grocerstand]]
|4
|2
|-
|italiankitchen
|[[fridge]]
|4
|8
|-
|mexicankitchen
|[[fridge]]
|4
|8
|-
|restaurantkitchen
|[[fridge]]
|4
|4
|-
|spiffoskitchen
|[[fridge]]
|4
|4
|-
|rowspan="2"|westernkitchen
|[[fridge]]
|4
|8
|-
|[[fridge]]
|4
|8
|}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>
Onion is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].


'''It's Nutritional Values are as follows:'''<br>
Sacks of onion can be found in grocery stores and warehouses.
Carbohydrates = 6.54 <br>
 
Proteins = 0.77 <br>
==Gallery==
Lipids = 0.07 <br>
<gallery>
Calories = 28 <br><br>
Onion Model.png|Onion model when placed in the world
OnionRotten Model.png|Rotten onion model when placed in the world
</gallery>
 
==Code==
{{CodeBox|[[File:Onion.png]] {{ID|Base.Onion}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 1000
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Onion
{
DisplayName = Onion,
DisplayCategory = Food,
Type = Food,
Weight = 0.2,
Icon = Onion,
/*EvolvedRecipe = Omelette:10;Soup:10;Stew:10;Pie:10;Stir fry Griddle Pan:10;Stir fry:10;Sandwich:5;Sandwich Baguette:5;Burger:10;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Taco:10;Burrito:10,*/
FoodType = Vegetables,
DaysFresh = 7,
DaysTotallyRotten = 9,
HungerChange = -10,
Calories = 28,
Carbohydrates = 6.54,
Lipids = 0.07,
Proteins = 0.77,
StaticModel = RoundFood_Peach,
WorldStaticModel = Onion_Ground,
EvolvedRecipeName = Mushroom,
Tooltip = Tooltip_item_NeedsSliced,
}
}}
 
[[File:Sandbag.png]] {{ID|Base.SackProduce_Onion}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 8161
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item SackProduce_Onion
{
DisplayName = Sack of Onions,
DisplayCategory = Food,
Type = Food,
Weight = 2,
Icon = Sandbag,
CantEat = TRUE,
DaysFresh = 7,
DaysTotallyRotten = 9,
WorldStaticModel = SandBag,
}
}}
}}


== Evolved Recipes ==
==See also==
{{EvolvedRecipesForItem
{{Navbox items|plants}}
|soup=10|stew=10|pie=10|stirfry=10|sandwich=5|burger=10|salad=10|roastedvegetables=10|ricepot=10|ricepan=10|pastapot=10|pastapan=10|}}


== Code ==
<nowiki>
item Onion
HungerChange = -10,
Weight = 0.2,
Type = Food,
DaysTotallyRotten = 9,
DisplayName = Onion,
Icon = Onion,
DaysFresh = 7,
EvolvedRecipe = Soup:10;Stew:10;Pie:10;Stir fry:10;Sandwich:5;Burger:10;Salad:10;Roasted
  Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
FoodType    = Vegetables,
        Carbohydrates = 6.54,
        Proteins = 0.77,
        Lipids = 0.07,
        Calories = 28,
</nowiki>


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 10:37, 14 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]
Onion
Onion Model.png
Onion (Rotten)
Onion Slices Onion Slices
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
7 days
Days until rotten
9 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
28
CarbohydratesCarbohydrates
6.54
ProteinsProteins
0.77
FatFat
0.07
Technical
Item ID
Base.Onion

Onion is a perishable food item.

Usage

Consumable properties

Onion 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

Onion.png
Hunger: -10


Onion.png
Hunger: -7
Boredom: +10
Unhappiness: +10

Onion rotten.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

What it can make

Onion needs to be cut into slices before addition to most recipes.

Product Ingredients Tools Requirements Workstation XP
Rings.png
Onion Slices
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
Machete.png Machete ×1
KnifeFlint.png Stone Knife ×1
Each of:
Onion.png Onion ×1
none none none 0.75 Cooking

Evolved recipes

Onion is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Sandwich
Sandwich
5
Burger
Burger
10
Pie (savory)
Pie (savory)
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10

Sack of Onion

Product Ingredients Tools Requirements Workstation XP
Onion.png
Onion ×12
Sandbag.png Sack of Onion ×1 none none none none

Distribution

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

Containers
Building/Room Container Rolls Chance
all fridge 4 2
fridge 4 2
fridge 4 2
burgerkitchen fridge 4 4
chinesekitchen fridge 4 8
deepfry_kitchen fridge 4 8
dinerkitchen fridge 4 4
gigamart grocerstand 4 1
grocerstand 4 2
italiankitchen fridge 4 8
mexicankitchen fridge 4 8
restaurantkitchen fridge 4 4
spiffoskitchen fridge 4 4
westernkitchen fridge 4 8
fridge 4 8

Onion is often found in refrigerators and grocery displays.

Sacks of onion can be found in grocery stores and warehouses.

Gallery

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Onion.png Base.Onion
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item Onion
	{
		DisplayName = Onion,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Onion,
		/*EvolvedRecipe = Omelette:10;Soup:10;Stew:10;Pie:10;Stir fry Griddle Pan:10;Stir fry:10;Sandwich:5;Sandwich Baguette:5;Burger:10;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10;Taco:10;Burrito:10,*/
		FoodType = Vegetables,
		DaysFresh = 7,
		DaysTotallyRotten = 9,
		HungerChange = -10,
		Calories = 28,
		Carbohydrates = 6.54,
		Lipids = 0.07,
		Proteins = 0.77,
		StaticModel = RoundFood_Peach,
		WorldStaticModel = Onion_Ground,
		EvolvedRecipeName = Mushroom,
		Tooltip = Tooltip_item_NeedsSliced,
	}

Sandbag.png Base.SackProduce_Onion
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item SackProduce_Onion
	{
		DisplayName = Sack of Onions,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 7,
		DaysTotallyRotten = 9,
		WorldStaticModel = SandBag,
	}

See also