![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Fried Onion Rings
Jump to navigation
Jump to search
![]() |
English |
Navigation: | Main>Project Zomboid>Items>Food>Perishable Food>Vegetables>Fried Onion Rings | Page updated: Version 41.73 |
---|
Fried onion rings are a perishable food item.
Usage
Consumable properties
Fried onion rings can be eaten, providing the player with some positive effects. Consuming after being cooked will reduce more hunger, however these will become negative the longer it's left to perish.
Fresh | Stale | Rotten | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Uncooked
|
|
|
| |||||||||||||||
Cooked
|
|
|
| |||||||||||||||
Burned
|
![]() Hunger: -3 |
Crafting
Obtaining
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 | Ingredient 3 |
---|---|---|---|---|---|---|
![]() Fried Onion Rings (Uncooked) |
0.75 Cooking | none | ![]() Onion Slices (consumed) |
![]() Baking Soda (1 unit) (consumed) |
(1 unit) (consumed) |
Cooking
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 |
---|---|---|---|---|---|
![]() Fried Onion Rings (Cooked) |
2.5 Cooking | none | ![]() Heat source (Cooked: 10 mins) |
![]() Fried Onion Rings (Uncooked) (consumed) |
Evolved recipes
Fried onion rings are a cooking ingredient.
Product | Nutrition |
---|---|
![]() Salad |
5 |
![]() Sandwich |
5 |
![]() Burger |
5 |
Distribution
Fried onion rings can often found inside displays in restaurant.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.73
item FriedOnionRingsCraft { DisplayName = Fried Onion Rings, DisplayCategory = Food, Type = Food, Weight = 0.1, Icon = OnionRings, EvolvedRecipe = Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:5|Cooked;Salad:5|Cooked, FoodType = Vegetables, BadCold = true, BadInMicrowave = true, GoodHot = true, IsCookable = true, MinutesToCook = 10, MinutesToBurn = 30, DaysFresh = 4, DaysTotallyRotten = 7, HungerChange = -10, Calories = 200, Carbohydrates = 22, Lipids = 12, Proteins = 2, WorldStaticModel = OnionRings_Ground, EvolvedRecipeName = Fried Onion Ring, }