Canned Sardines: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Canned Sardines}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 40|incver=14}}{{Infobox food
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
|display_name=Canned Sardines
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name_colour=Food
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_text_colour=Food
{{Consumables
|image=CannedSardines_120px.png
|image = CannedSardines.png
|alternate_image=CannedSardinesOpen.png
|hunger = -13
|alternate_link=
|weight = 0.7
|alternate_name=Opened Canned Sardines
}}
<!--GENERAL-->
'''Canned sardines''' are a [[Food#Non-Perishable|non-perishable]] food item which are often found in [[Containers#Kitchen_Counter|kitchen counters]].<br>
|category=Food
Canned sardines can be opened ''without'' a [[Can Opener#|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.
|weight=0.7
 
|days_fresh=2
|days_rotten=4
|packaged=True
<!--NUTRITION-->
|hunger_change=-13
|thirst_change=
|calories=150
|lipids=11
|proteins=14
|carbohydrates=0
<!--TECHNICAL DETAILS-->
|class_name=Base.CannedSardines<br>Base.CannedSardinesOpen
}}'''Canned sardines''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


== Nutritional information ==
==Usage==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
Canned sardines can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|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.
{{Consumables2
{{Consumables2
|image = CannedSardinesOpen.png
|image = CannedSardinesOpen.png
Line 31: Line 44:
|rotten image = CannedSardinesOpen.png
|rotten image = CannedSardinesOpen.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 14 <br>
Lipids = 11 <br>
Calories = 150 <br><br>


== Evolved recipes ==
==Crafting==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
===Cooking===
{{EvolvedRecipesForItem
{{Main|Cooking}}
|stew=13|stirfry=13|ricepot=13|ricepan=13|sandwich=13|}}
Canned sardines can be used in various cooking recipes.
====Evolved recipes====
{{EvolvedRecipesForItem|stew=13|stirfry=13|ricepot=13|ricepan=13|sandwich=13}}
 
==Distribution==
Canned sardines is often found in [[Containers#Kitchen Counter|kitchen counters]].


== Code ==
== Code ==
<br>
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
''Sealed can''
 
<nowiki>
''Canned Sardines'' [[File:CannedSardines.png|32px]]
    item CannedSardines
{{Retrieved|version=40|incver=14}}
        Weight = 0.7,
<pre> item CannedSardines
        Type = Food,
        Weight = 0.7,
        DisplayName = Canned Sardines,
        Type = Food,
        Icon = CannedSardines,
        DisplayName = Canned Sardines,
        Carbohydrates = 0,
        Icon = CannedSardines,
        Proteins = 14,
        Carbohydrates = 0,
        Lipids = 11,
        Proteins = 14,
        Calories = 150,
        Lipids = 11,
        Packaged = TRUE,
        Calories = 150,
</nowiki>
        Packaged = TRUE,</pre>
''Opened can''
 
<nowiki>
''Opened Canned Sardines'' [[File:CannedSardinesOpen.png|32px]]
    item CannedSardinesOpen
{{Retrieved|version=40|incver=14}}
        Weight = 0.7,
<pre> item CannedSardinesOpen
        Type = Food,
        Weight = 0.7,
        DisplayName = Open Canned Sardines,
        Type = Food,
        Icon = CannedSardinesOpen,
        DisplayName = Open Canned Sardines,
        HungerChange = -13,
        Icon = CannedSardinesOpen,
        EvolvedRecipe = Stew:13;Stir fry:13;RicePot:13;RicePan:13;Sandwich:13,
        HungerChange = -13,
        DaysFresh = 2,
        EvolvedRecipe = Stew:13;Stir fry:13;RicePot:13;RicePan:13;Sandwich:13,
        DaysTotallyRotten = 4,
        DaysFresh = 2,
        Carbohydrates = 0,
        DaysTotallyRotten = 4,
        Proteins = 14,
        Carbohydrates = 0,
        Lipids = 11,
        Proteins = 14,
        Calories = 150,
        Lipids = 11,
        Packaged = TRUE,
        Calories = 150,
        FoodType    = Fish,
        Packaged = TRUE,
        EvolvedRecipeName = Canned Sardines,
        FoodType    = Fish,
    </nowiki>
        EvolvedRecipeName = Canned Sardines,</pre>
 
==See also==
*[[Canned Corned Beef]]
*[[Canned Tuna]]
*[[Dog Food]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 17:12, 9 September 2018

Template:Infobox foodCanned 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