Fish Roe: Difference between revisions

From PZwiki
(Created page with "{{Stub}} {{Languages}} {{Header|The Game World|Items|Food|Perishable Food|type=Food|version=Version 41|incver=78.16}} {{Infobox food |display_name=Fish Roe |name_colour=Food |name_text_colour=Food |image=FishRoe.png |alternate_image= |alternate_name= |alternate_link= <!--GENERAL--> |category=Food |weight=0.1 |days_fresh=14 |days_rotten=21 <!--NUTRITION--> |hunger_change=-10 |calories=63 |lipids=4.18 |proteins=5.55 |carbohydrates=0.32 |spice=true <!--TECHNICAL DETAILS-->...")
 
(PZ Updater automated execution(task: fix infobox based on file, eid: f35d2f25))
Tag: Reverted
Line 13: Line 13:
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=14
|days_fresh=144
|days_rotten=21
|days_rotten=211
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10

Revision as of 15:00, 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