Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Onion Slices

From PZwiki
Project ZomboidItemsFoodVegetablesOnion Slices
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Onion Slices
OnionRings Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
4 days
Days until rotten
7 days
Nutrition
HungerUI Hunger.png
-5
CaloriesCalories
30
CarbohydratesCarbohydrates
12
ProteinsProteins
1
FatFat
3
Cooking
Custom recipe
Onion
Technical
Item ID
Base.OnionRings

Onion slices are a perishable food item.

Usage

Consumable properties

Onion slices 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 Onion Slices (Fresh) -5 - - -
Stale Onion Slices (Stale) -4 +10 +10 -
Rotten Onion Slices (Rotten) -2 +20 +20 100%

Crafting

Main article: Cooking

Obtaining

Onion slices are made by slicing onion.

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

What it makes

Onion slices can be used to make fried onion rings.

Product Ingredients Tools Requirements Workstation XP
Fried Onion Rings (Uncooked)
Fried Onion Rings (Uncooked)
One of:
Cornflour.png Corn Flour ×1
Flour.png Flour ×1
Each of:
Rings.png Onion Slices ×1
BakingSoda.png Baking Soda ×1 unit(s)
none none none 0.75 Cooking

Evolved recipes

Onion slices are a cooking ingredient.

Product Nutrition
PotFull.png
Soup
5
PotFull.png
Stew
5
TZ CraftSalat.png
Salad
5
Stir Fry
Stir Fry
5
RoastingpanFull.png
Roasted Vegetables
5
SandwichSandwich
Sandwich
5
Burger
Burger
5
PieWhole.png
Pie (savory)
5
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
5
Rice Pot/SaucepanRice Pot/Saucepan
Pasta Pot/Saucepan
5
Taco.png
Taco (crafted)
5
Burrito.png
Burrito (crafted)
5
PanFull.png
Omelette (crafted)
5
PizzaWhole.png
Pizza (crafted)
5

Location

Onion slices do not spawn naturally and can only be obtained through crafting.

History

Base.OnionRings

Version Description
Build 41.78 Tooltip removed.
Build 41.72 DisplayName changed from Onion Rings to Onion Slices.
EvolvedRecipeName added with value Onion.
EvolvedRecipe changed from {'Soup': '5', 'Stew': '5', 'Pie': '5', 'Stir fry Griddle Pan': '5', 'Stir fry': '5', 'Sandwich': '5', 'Sandwich Baguette': '5', 'Burger': '5', 'Salad': '5', 'Roasted Vegetables': '5', 'RicePot': '5', 'RicePan': '5', 'PastaPot': '5', 'PastaPan': '5', 'Taco': '5', 'Burrito': '5'} to {'Pizza': '5', 'Omelette': '5', 'Soup': '5', 'Stew': '5', 'Pie': '5', 'Stir fry Griddle Pan': '5', 'Stir fry': '5', 'Sandwich': '5', 'Sandwich Baguette': '5', 'Burger': '5', 'Salad': '5', 'Roasted Vegetables': '5', 'RicePot': '5', 'RicePan': '5', 'PastaPot': '5', 'PastaPan': '5', 'Taco': '5', 'Burrito': '5'}.
Tooltip added with value Tooltip_item_NeedsSliced.
Build 41.69 DisplayCategory added with value Food.
Build 41.66 FoodType added with value Vegetables.
WorldStaticModel added with value OnionRings_Ground.
Build 41.65 Released on this version.

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 OnionRings
	{
		DisplayName = Onion Slices,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Rings,
		EvolvedRecipe = Pizza:5;Omelette:5;Soup:5;Stew:5;Pie:5;Stir fry Griddle Pan:5;Stir fry:5;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;Roasted Vegetables:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Taco:5;Burrito:5,
		FoodType = Vegetables,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -5,
		Calories = 30,
		Carbohydrates = 12,
		Lipids = 3,
		Proteins = 1,
		WorldStaticModel = OnionRings_Ground,
		EvolvedRecipeName = Onion,
	}