Fish Roe: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: fix infobox based on file, eid: f35d2f25))
Tag: Reverted
(PZ Updater automated execution(task: fix infobox based on file(attempt partial repatch #1), eid: 2b287777))
Tag: Manual revert
Line 13: Line 13:
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=144
|days_fresh=14
|days_rotten=211
|days_rotten=21
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10

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 foodFish Roe is a perishable food item used in cooking.

Evolved recipes

This item is an ingredient in the following evolved recipes.

Product Nutrition
Soup
Soup
2
Salad
Salad
2
Sandwich
Sandwich
2

Code

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

    item FishRoe
    {
        DisplayName = Fish Roe,
        DisplayCategory = Food,
        Type = Food,
        Weight = 0.1,
        Icon = FishRoe,
        EvolvedRecipe = Salad:2;Sandwich:2;Sandwich Baguette:2;Soup:2,
        Spice = true,
        DaysFresh = 14,
        DaysTotallyRotten = 21,
        HungerChange = -10,
        Calories = 63,
        Carbohydrates = 0.32,
        Lipids = 4.18,
        Proteins = 5.55,
        WorldStaticModel = FishRoe_Ground,
        FoodType = NoExplicit,
    }

See also