Canned Sardines: Difference between revisions

From PZwiki
(updated to 41.68)
Line 1: Line 1:
{{languages|Canned Sardines}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Canned Sardines
|display_name=Canned Sardines
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=CannedSardines_120px.png
|image=CannedSardines_Model.png
|alternate_image=CannedSardinesOpen.png
|image_width=300px
|alternate_image=CannedSardines.png
|alternate_link=
|alternate_link=
|alternate_name=Opened Canned Sardines
|alternate_name=Canned Sardines
|alternate_image2=CannedSardinesOpen.png
|alternate_link2=
|alternate_name2=Opened Canned Sardines
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 56: Line 60:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''


''Canned Sardines'' [[File:CannedSardines.png|32px]]
''Canned Sardines'' [[File:CannedSardines.png|32px]]
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=68}}
<pre> item CannedSardines
<pre>   item CannedSardines
        Weight = 0.7,
    {
        Type = Food,
        DisplayCategory = Food,
        DisplayName = Canned Sardines,
        Weight = 0.7,
        Icon = CannedSardines,
        Type = Food,
        Carbohydrates = 0,
        DisplayName = Canned Sardines,
        Proteins = 14,
        Icon = CannedSardines,
        Lipids = 11,
        Carbohydrates = 0,
        Calories = 150,
        Proteins = 14,
        Packaged = TRUE,</pre>
        Lipids = 11,
        Calories = 150,
        Packaged = TRUE,
        StaticModel = CanClosed,
        CannedFood = TRUE,
        WorldStaticModel = CannedSardines_Ground,
    }</pre>


''Opened Canned Sardines'' [[File:CannedSardinesOpen.png|32px]]
''Opened Canned Sardines'' [[File:CannedSardinesOpen.png|32px]]
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=68}}
<pre> item CannedSardinesOpen
<pre>   item CannedSardinesOpen
        Weight = 0.7,
    {
        Type = Food,
        DisplayCategory = Food,
        DisplayName = Open Canned Sardines,
        Weight = 0.7,
        Icon = CannedSardinesOpen,
        Type = Food,
        HungerChange = -13,
        DisplayName = Opened Canned Sardines,
        EvolvedRecipe = Stew:13;Stir fry:13;RicePot:13;RicePan:13;Sandwich:13,
        Icon = CannedSardinesOpen,
        DaysFresh = 2,
        HungerChange = -13,
        DaysTotallyRotten = 4,
        EvolvedRecipe = Stew:13;Stir fry Griddle Pan:13;Stir fry:13;RicePot:13;RicePan:13;Sandwich:13;Sandwich Baguette:13,
        Carbohydrates = 0,
        DaysFresh = 2,
        Proteins = 14,
        DaysTotallyRotten = 4,
        Lipids = 11,
        Carbohydrates = 0,
        Calories = 150,
        Proteins = 14,
        Packaged = TRUE,
        Lipids = 11,
        FoodType   = Fish,
        Calories = 150,
        EvolvedRecipeName = Canned Sardines,</pre>
        Packaged = TRUE,
        FoodType   = Fish,
        EvolvedRecipeName = Canned Sardines,
        ReplaceOnUse    =  TinCanEmpty,
        StaticModel = CanOpen,
        EatType = can,
        CannedFood = TRUE,
        WorldStaticModel = CannedSardines_Open_Ground,
    }</pre>


==See also==
==See also==
Line 95: Line 113:
*[[Dog Food]]
*[[Dog Food]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 15:04, 12 March 2022

Canned Sardines
Canned Sardines
Canned Sardines Opened Canned Sardines
General
Category Food
Encumbrance
Heavy Load
0.7
Days until stale 2 days
Days until rotten 4 days
Packaged True
Nutrition
Hunger
Hunger
-13
Calories
Calories
150
Carbohydrates
Carbohydrates
0
Proteins
Proteins
14
Fat
Fat
11
Technical details
Item ID Base.CannedSardines
Base.CannedSardinesOpen

Canned sardines is a non-perishable food item.

Usage

Canned sardines can be opened without a can opener, and once opened become perishable.

Consumable properties

Opened canned sardines can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Cooking

Main article: Cooking

Canned sardines can be used in various cooking recipes.

Evolved recipes

Product Nutrition
Stew
Stew
13
Stir Fry
Stir Fry
13
Sandwich
Sandwich
13
Rice Pot/Saucepan
Rice Pot/Saucepan
13

Distribution

Canned sardines is often found in kitchen counters.

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Canned Sardines CannedSardines.png Retrieved: Build 41.68

    item CannedSardines
    {
        DisplayCategory = Food,
        Weight	=	0.7,
        Type	=	Food,
        DisplayName	=	Canned Sardines,
        Icon	=	CannedSardines,
        Carbohydrates = 0,
        Proteins = 14,
        Lipids = 11,
        Calories = 150,
        Packaged = TRUE,
        StaticModel = CanClosed,
        CannedFood = TRUE,
        WorldStaticModel = CannedSardines_Ground,
    }

Opened Canned Sardines CannedSardinesOpen.png Retrieved: Build 41.68

    item CannedSardinesOpen
    {
        DisplayCategory = Food,
        Weight	=	0.7,
        Type	=	Food,
        DisplayName	=	Opened Canned Sardines,
        Icon	=	CannedSardinesOpen,
        HungerChange 		=		-13,
        EvolvedRecipe = Stew:13;Stir fry Griddle Pan:13;Stir fry:13;RicePot:13;RicePan:13;Sandwich:13;Sandwich Baguette:13,
        DaysFresh			=	2,
        DaysTotallyRotten	=	4,
        Carbohydrates = 0,
        Proteins = 14,
        Lipids = 11,
        Calories = 150,
        Packaged = TRUE,
        FoodType    = Fish,
        EvolvedRecipeName = Canned Sardines,
        ReplaceOnUse    =   TinCanEmpty,
        StaticModel = CanOpen,
        EatType = can,
        CannedFood = TRUE,
        WorldStaticModel = CannedSardines_Open_Ground,
    }

See also