Pepperoni: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: 6e8d20aa))
Tag: Reverted
(PZ Updater automated execution(task: fix infobox based on file(attempt partial repatch #1), eid: 33bf945b))
Tag: Manual revert
Line 13: Line 13:
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=155
|days_fresh=15
|days_rotten=300
|days_rotten=30
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-20
|hunger_change=-20

Revision as of 15:13, 3 July 2023

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Template:Infobox foodPepperoni is a perishable food item used in cooking.

Crafting

Evolved recipes

This item is an ingredient in the following evolved recipes.

Product Nutrition
Stew
Stew
20
Stir Fry
Stir Fry
20
Roasted Vegetables
Roasted Vegetables
20
Sandwich
Sandwich
5
Rice Pot/Saucepan
Rice Pot/Saucepan
20
Pasta Pot/Saucepan
Pasta Pot/Saucepan
20
Pizza
Pizza
20

Code

From items_food.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.78

        item Pepperoni
        {
                DisplayName = Pepperoni,
                DisplayCategory = Food,
                Type = Food,
                Weight = 0.1,
                Icon = Pepperoni,
                EvolvedRecipe = Pizza:20;Stew:20;Stir fry Griddle Pan:20;Stir fry:20;Sandwich:5;Sandwich Baguette:5;Roasted Vegetables:20;PastaPot:20;PastaPan:20;RicePot:20;RicePan:20,
                FoodType = Sausage,
                DaysFresh = 15,
                DaysTotallyRotten = 30,
                HungerChange = -20,
                Calories = 180,
                Carbohydrates = 0,
                Lipids = 4.35,
                Proteins = 15.62,
                WorldStaticModel = Pepperoni_Ground,
        }

See also