Canned Sardines: Difference between revisions

From PZwiki
mNo edit summary
m (Remove 120px, minor fixes)
Line 1: Line 1:
{{languages|Canned Sardines}}
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=73}}{{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.png
|alternate_image=CannedSardinesOpen.png
|alternate_image=CannedSardinesOpen.png
|alternate_link=
|alternate_link=
Line 51: Line 50:
==Crafting==
==Crafting==
{{Main|Cooking}}
{{Main|Cooking}}
===Evolved recipes===
===Evolved recipes===
Canned sardines is a [[cooking]] [[Recipe Ingredients|ingredient]].
Canned sardines is a [[cooking]] [[Recipe Ingredients|ingredient]].
Line 66: Line 66:


<div class="mw-collapsible mw-collapsed">
<div class="mw-collapsible mw-collapsed">
 
==Code==
== Code ==
<div class="mw-collapsible-content">'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
<div class="mw-collapsible-content">'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
''Canned Sardines'' [[File:CannedSardines.png|32px]]
''Canned Sardines'' [[File:CannedSardines.png|32px]]
Line 122: Line 121:
*[[Dog Food]]
*[[Dog Food]]


{{Navbox_food}}
{{Navbox food}}

Revision as of 14:40, 18 February 2023

Canned Sardines
Canned Sardines
Opened Canned Sardines
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 2 days
Packaged Yes
Nutrition
Hunger
Hunger
-14
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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Opened Canned Sardines
Opened Canned Sardines
0 XP none CannedSardines.png
Canned Sardines
(consumed)

Template:Crafting table footer

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

Main article: Cooking

Evolved recipes

Canned sardines is a cooking ingredient.

Product Nutrition
Stew
Stew
14
Stir Fry
Stir Fry
14
Sandwich
Sandwich
7
Rice Pot/Saucepan
Rice Pot/Saucepan
14
Omelette
Omelette
7
Pizza
Pizza
14
Toast
Toast
7

Distribution

Canned sardines can often be found in kitchen counters.

Gallery

Code

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

Canned Sardines CannedSardines.png Retrieved: Build 41.73

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

Opened Canned Sardines CannedSardinesOpen.png Retrieved: Build 41.73

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

See also