Canned Spaghetti Bolognese: Difference between revisions

From PZwiki
m (Vaileasys moved page Canned Spaghetti Bolognese to Canned Spaghetti Bolognese: Name change as of build 41.50)
m (Name change fixes and update)
Line 1: Line 1:
{{languages|Canned Bolognese}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 40|incver=14}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=50}}{{Infobox food
|display_name=Canned Bolognese
|display_name=Canned Spaghetti Bolognese
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
Line 23: Line 23:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CannedBolognese<br>Base.CannedBologneseOpen
|class_name=Base.CannedBolognese<br>Base.CannedBologneseOpen
}}'''Canned bolognese''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}'''Canned spaghetti bolognese''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  


==Usage==
==Usage==
Canned bolognese can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].  
Canned spaghetti bolognese can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].  
===Consumable properties===
===Consumable properties===
Opened canned spaghetti bolognese can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Opened canned spaghetti bolognese can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Line 48: Line 48:
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
Canned bolognese can be used in various cooking recipes.
Canned spaghetti bolognese can be used in various cooking recipes.
====Evolved recipes====
====Evolved recipes====
{{EvolvedRecipesForItem|stew=10|stirfry=10|roastedvegetables=10|ricepot=10|ricepan=10|pastapot=10|pastapan=10}}
{{EvolvedRecipesForItem|stew=10|stirfry=10|roastedvegetables=10|ricepot=10|ricepan=10|pastapot=10|pastapan=10}}


==Distribution==
==Distribution==
Canned bolognese is often found in [[Containers#Kitchen Counter|kitchen counters]].
Canned spaghetti bolognese is often found in [[Containers#Kitchen Counter|kitchen counters]].


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''


''Canned Bolognese'' [[File:CannedBolognese.png|32px]]
''Canned Spaghetti Bolognese'' [[File:CannedBolognese.png|32px]]
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=50}}
<pre> item CannedBolognese
<pre>   item CannedBolognese
        Weight = 0.8,
    {
        Type = Food,
        Weight = 0.8,
        DisplayName = Canned Bolognese,
        Type = Food,
        Icon = CannedBolognese,
        DisplayName = Canned Bolognese,
        Carbohydrates = 68,
        Icon = CannedBolognese,
        Proteins = 18,
        Carbohydrates = 68,
        Lipids = 22,
        Proteins = 18,
        Calories = 540,
        Lipids = 22,
        Packaged = TRUE,</pre>
        Calories = 540,
        Packaged = TRUE,
        StaticModel = CanClosed,
        CannedFood = TRUE,
    }</pre>


''Opened Canned Spaghetti Bolognese'' [[File:CannedBologneseOpen.png|32px]]
''Opened Canned Spaghetti Bolognese'' [[File:CannedBologneseOpen.png|32px]]
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=50}}
<pre> item CannedBologneseOpen
<pre>   item CannedBologneseOpen
        DisplayName = Open Canned Spaghetti Bolognese,
    {
        Icon = CannedBologneseOpen,
        DisplayName = Opened Canned Spaghetti Bolognese,
        HungerChange = -25,
        Icon = CannedBologneseOpen,
        DaysFresh = 3,
        HungerChange = -25,
        DaysTotallyRotten = 5,
        DaysFresh = 3,
        EvolvedRecipe   = Stew:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
        DaysTotallyRotten = 5,
        FoodType = Meat,
        EvolvedRecipe   =   Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
        Weight = 0.8,
        FoodType = Meat,
        Type = Food,
        Weight = 0.8,
        Carbohydrates = 68,
        Type = Food,
        Proteins = 18,
        Carbohydrates = 68,
        Lipids = 22,
        Proteins = 18,
        Calories = 540,
        Lipids = 22,
        Packaged = TRUE,
        Calories = 540,
        EvolvedRecipeName = Canned Bolognese,
        Packaged = TRUE,
        ReplaceOnUse   = TinCanEmpty,</pre>
        EvolvedRecipeName = Canned Bolognese,
        ReplaceOnUse   =   TinCanEmpty,
        StaticModel = CanOpen,
        EatType = can,
        CannedFood = TRUE,
    }</pre>


==See also==
==See also==

Revision as of 11:32, 8 March 2021

Project ZomboidItemsFoodNon-Perishable FoodCanned FoodCanned Spaghetti Bolognese
Canned Spaghetti Bolognese
Canned Spaghetti Bolognese
Opened Canned Spaghetti Bolognese
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 3 days
Days until rotten 5 days
Packaged True
Nutrition
Hunger
Hunger
-25
Calories
Calories
540
Carbohydrates
Carbohydrates
68
Proteins
Proteins
18
Fat
Fat
22
Technical details
Item ID Base.CannedBolognese
Base.CannedBologneseOpen

Canned spaghetti bolognese is a non-perishable food item.

Usage

Canned spaghetti bolognese can only be opened with a can opener, and once opened become perishable.

Consumable properties

Opened canned spaghetti bolognese 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 spaghetti bolognese can be used in various cooking recipes.

Evolved recipes

Product Nutrition
Stew
Stew
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10

Distribution

Canned spaghetti bolognese is often found in kitchen counters.

Code

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

Canned Spaghetti Bolognese CannedBolognese.png Retrieved: Build 41.50

    item CannedBolognese
    {
        Weight	=	0.8,
        Type	=	Food,
        DisplayName	=	Canned Bolognese,
        Icon	=	CannedBolognese,
        Carbohydrates = 68,
        Proteins = 18,
        Lipids = 22,
        Calories = 540,
        Packaged = TRUE,
        StaticModel = CanClosed,
        CannedFood = TRUE,
    }

Opened Canned Spaghetti Bolognese CannedBologneseOpen.png Retrieved: Build 41.50

    item CannedBologneseOpen
    {
        DisplayName	=	Opened Canned Spaghetti Bolognese,
        Icon	=	CannedBologneseOpen,
        HungerChange 		=		-25,
        DaysFresh			=	3,
        DaysTotallyRotten	=	5,
        EvolvedRecipe   =   Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
        FoodType = Meat,
        Weight	=	0.8,
        Type	=	Food,
        Carbohydrates = 68,
        Proteins = 18,
        Lipids = 22,
        Calories = 540,
        Packaged = TRUE,
        EvolvedRecipeName = Canned Bolognese,
        ReplaceOnUse    =   TinCanEmpty,
        StaticModel = CanOpen,
        EatType = can,
        CannedFood = TRUE,
    }

See also

Template:Navbox/Consumables