Canned Sardines: Difference between revisions

From PZwiki
m (fixed days_rotten value)
m (Minor cleanups)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=73}}{{Infobox food
{{Languages}}
{{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
Line 26: Line 28:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CannedSardines<br>Base.CannedSardinesOpen
|class_name=Base.CannedSardines<br>Base.CannedSardinesOpen
}}'''Canned sardines''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}
'''Canned sardines''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


==Usage==
==Usage==
Line 36: Line 39:
===Consumable properties===
===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.
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
{{Consumables
|image = CannedSardinesOpen.png
|image = CannedSardinesOpen.png
|hunger = -14
|hunger = -14
Line 64: Line 67:
==Gallery==
==Gallery==
<gallery>
<gallery>
CannedSardines_Model.png|Model for: [[File:CannedSardines.png]]
CannedSardines Model.png|Model for: [[File:CannedSardines.png]]
CannedSardinesOpen_Model.png|Model for: [[File:CannedSardinesOpen.png]]
CannedSardinesOpen Model.png|Model for: [[File:CannedSardinesOpen.png]]
CannedSardinesRottenOpen_Model.png|Model for: [[File:CannedSardinesOpen.png]] (Rotten)
CannedSardinesRottenOpen_Model.png|Model for: [[File:CannedSardinesOpen.png]] (Rotten)
</gallery>
</gallery>
Line 74: Line 77:
''Canned Sardines'' [[File:CannedSardines.png|32px]]
''Canned Sardines'' [[File:CannedSardines.png|32px]]
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item CannedSardines
<pre>
    item CannedSardines
{
{
DisplayName = Canned Sardines,
DisplayName = Canned Sardines,
Line 90: Line 94:
StaticModel = CanClosed,
StaticModel = CanClosed,
WorldStaticModel = CannedSardines_Ground,
WorldStaticModel = CannedSardines_Ground,
}</pre>
}
</pre>
''Opened Canned Sardines'' [[File:CannedSardinesOpen.png|32px]]
''Opened Canned Sardines'' [[File:CannedSardinesOpen.png|32px]]
{{Retrieved|version=41|incver=73}}
{{Retrieved|version=41|incver=73}}
<pre>   item CannedSardinesOpen
<pre>
    item CannedSardinesOpen
{
{
DisplayName = Opened Canned Sardines,
DisplayName = Opened Canned Sardines,
Line 117: Line 123:
StaticModel = CanOpen,
StaticModel = CanOpen,
WorldStaticModel = CannedSardines_Open_Ground,
WorldStaticModel = CannedSardines_Open_Ground,
}</pre>
}
</pre>
</div>
</div>



Revision as of 13:44, 2 September 2023

Canned Sardines
Canned Sardines
Canned Sardines Opened Canned Sardines
General
Category Food
Encumbrance
Heavy Load
0.3
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.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