Canned Sardines

From PZwiki
Revision as of 23:01, 24 July 2018 by Simian (talk | contribs)


Page Updated @ Version: 34.28

Canned sardines are a non-perishable food item which are often found in kitchen counters.
Canned sardines can be opened without a can opener, and once opened become a perishable item. An opened can of sardines takes two in-game days to go stale, and four in-game days to rot.


Nutritional information

Template:Consumables2












Its nutritional values are as follows:
Carbohydrates = 0
Proteins = 14
Lipids = 11
Calories = 150

Evolved recipes

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

Code


Sealed can

    item CannedSardines
        Weight		= 0.7,
        Type		= Food,
        DisplayName	= Canned Sardines,
        Icon		= CannedSardines,
        Carbohydrates 	= 0,
        Proteins 	= 14,
        Lipids 		= 11,
        Calories 	= 150,
        Packaged 	= TRUE,
 

Opened can

    item CannedSardinesOpen
        Weight			= 0.7,
        Type			= Food,
        DisplayName		= Open Canned Sardines,
        Icon			= CannedSardinesOpen,
        HungerChange 		= -13,
        EvolvedRecipe 		= Stew:13;Stir fry:13;RicePot:13;RicePan:13;Sandwich:13,
        DaysFresh		= 2,
        DaysTotallyRotten	= 4,
        Carbohydrates 		= 0,
        Proteins 		= 14,
        Lipids 			= 11,
        Calories 		= 150,
        Packaged 		= TRUE,
        FoodType    		= Fish,
        EvolvedRecipeName 	= Canned Sardines,
    

Template:Navbox/Consumables