Canned Sardines

From PZwiki
Revision as of 16:12, 9 September 2018 by Vaileasys (talk | contribs) (New infobox + new layout)
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 only be opened with 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