Canned Sardines: Difference between revisions

From PZwiki
m (Category Project: Canned food)
m (→‎Evolved recipes: Update link - avoid redirect)
Line 60: Line 60:


===Evolved recipes===
===Evolved recipes===
Canned sardines is a [[cooking]] [[Recipe Ingredients|ingredient]].
Canned sardines is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|Pizza=14|Stew=14|StirFry=14|Rice=14|Sandwich=7|Omelette=7|Toast=7}}
{{EvolvedRecipesForItem|Pizza=14|Stew=14|StirFry=14|Rice=14|Sandwich=7|Omelette=7|Toast=7}}



Revision as of 03:13, 28 January 2024

Template:Header/sandbox2

Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Canned Sardines
Canned Sardines
Canned Sardines Opened Canned Sardines
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 2 days
Days until rotten 4 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)

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.

Fresh Stale Rotten

CannedSardinesOpen.png
Hunger: -14


CannedSardinesOpen.png
Hunger: -10
Boredom: +10
Unhappiness: +10

CannedSardinesOpen.png
Hunger: -6
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

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.8,
		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