Fried Onion Rings: Difference between revisions

From PZwiki
m (Replace old template)
(PZ Updater automated execution(task: fix infobox based on file, eid: 83818eee))
Line 8: Line 8:
|weight=0.1
|weight=0.1
|days_fresh=4
|days_fresh=4
|days_rotten=3
|days_rotten=7
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10

Revision as of 14:58, 3 July 2023

Project ZomboidItemsFoodPerishable FoodVegetablesFried Onion Rings

Template:Infobox foodFried 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. Template:Consumables2

Crafting

Main article: Cooking

Obtaining

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Fried Onion Rings (Uncooked)
Fried Onion Rings (Uncooked)
0.75 Cooking none Rings.png
Onion Slices
(consumed)
BakingSoda.png
Baking Soda
(1 unit)

(consumed)

(1 unit)

(consumed)

Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Fried Onion Rings (Cooked)
Fried Onion Rings (Cooked)
2.5 Cooking none Heat source.gif
Heat source
(Cooked: 10 mins)
Fried Onion Rings (Uncooked)
Fried Onion Rings (Uncooked)
(consumed)

Evolved recipes

Fried onion rings are a cooking ingredient.

Product Nutrition
Salad
Salad
5
Sandwich
Sandwich
5
Burger
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,
	}