Canned Sardines

From PZwiki

Template:Infobox foodCanned 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 newitems.txt (Project Zomboid directory/media/scripts/)

Canned Sardines CannedSardines.png Retrieved: Build 40.14

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

Opened Canned Sardines CannedSardinesOpen.png Retrieved: Build 40.14

	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,

See also

Template:Navbox/Consumables