Canned Corned Beef: Difference between revisions

From PZwiki
(new31.9)
 
(+Background colour, +NOTOC, reformatted page, +Description, - incorrect info, + version info, realigned nutritional info. Encountered issue with E.Recipe. updated code, - History (redundant), +stats)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__NOTOC__
{{languages}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1">
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">=== '''Page Updated @ Version: 34.28'''  ===</div>


{{Consumables
{{Consumables
Line 5: Line 8:
|hunger = -20  
|hunger = -20  
|weight = 0.8
|weight = 0.8
|background colour: #f1f5fc
}}
}}
Canned Corned Beef<br>
'''Canned Corn Beef''' is a non-perishable food item which is often found in [[Containers#Kitchen_cupboard|kitchen cupboards]]. It is a [[Food#Non-Perishable|non-perishable]] item while it is sealed.<br>  
[[File:CannedCornedBeef.png]]:Non-Perishable Food<br>
Canned Corned Beef can only be opened with a [[Can Opener#|can opener]], and once opened it becomes a perishable item. A opened can of Corned Beef takes two in-game days to go stale, and four in-game days to rot.
Open Canned Corned Beef<br>
[[File:CannedCornedBeefOpen.png]]:Perishable Food<br>




== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = CannedCornedBeefOpen.png
|image = CannedCornedBeefOpen.png
|hunger = -20
|hunger = -25
|perishable = 1
|perishable = 1
|cookable = 0
|cookable = 0
|dangerous uncooked = 0
|dangerous uncooked = 0
|unhappiness = 0
|unhappiness = 0
|unrotten hunger = 0
|unrotten hunger = -19
|unrotten unhappiness = 0
|unrotten boredom = +10
|rotten hunger = 0
|unrotten unhappiness = +10
|rotten unhappiness = 0
|rotten hunger = -11
|rotten boredom = +20
|rotten unhappiness = +20
|unrottencooked hunger = 0
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked unhappiness = 0
Line 39: Line 45:
|cooked image =  
|cooked image =  
}}
}}
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2065}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 78 <br>
Lipids = 48 <br>
Calories = 720 <br><br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|stew=15|stirfry=15|sandwich=10|salad=10|roasted vegetables=15|pastapot=15|pastapan=15|ricepot=15|ricepan:15|}}
<ref>Encounted issue with Evolved Recipe coding, several not working. Reviewing.</ref>


== Code ==
== Code ==
  <nowiki>item CannedCornedBeef
<br>
     {
''Sealed Can''
         Weight = 0.8,
  <nowiki>   item CannedCornedBeef
         Type = Normal,
      
         DisplayName = Canned Corned Beef,
         Weight = 0.8,
         Icon = CannedCornedBeef,
         Type = Food,
    }</nowiki>
         DisplayName = Canned Corned Beef,
open
         Icon = CannedCornedBeef,
<nowiki>item CannedCornedBeefOpen
         Carbohydrates = 0,
    {
         Proteins = 78,
         Weight = 0.8,
         Lipids = 48,
         Type = Food,
         Calories = 720,
         DisplayName = Open Canned Corned Beef,
         Packaged = TRUE,
         Icon = CannedCornedBeefOpen,
     </nowiki>
         HungerChange = -20,
''Opened Can''
        DaysFresh = 2,
<nowiki>
        DaysTotallyRotten = 4,
     }</nowiki>
 
== History ==


{| class="wikitable" width="550" style="text-align:center;"
    item CannedCornedBeefOpen
|-
   
! Alpha || 
        Weight = 0.8,
|-
        Type = Food,
| Ver31.9 || -
        DisplayName = Open Canned Corned Beef,
|}
        Icon = CannedCornedBeefOpen,
        HungerChange = -25,
        DaysFresh = 2,
        DaysTotallyRotten = 4,
        EvolvedRecipe  = Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;PastaPot:15;PastaPan:15;RicePot:15;RicePan:15,
        Carbohydrates = 0,
        Proteins = 78,
        Lipids = 48,
        Calories = 720,
        Packaged = TRUE,
        FoodType            = Meat,
        EvolvedRecipeName = Canned Corned Beef,
    </nowiki>


==See Also==
==See Also==


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

Revision as of 22:48, 2 July 2016


=== Page Updated @ Version: 34.28 ===


Canned Corn Beef is a non-perishable food item which is often found in kitchen cupboards. It is a non-perishable item while it is sealed.
Canned Corned Beef can only be opened with a can opener, and once opened it becomes a perishable item. A opened can of Corned Beef takes two in-game days to go stale, and four in-game days to rot.


Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 78
Lipids = 48
Calories = 720

Evolved Recipes

Product Nutrition
Stew
Stew
15
Salad
Salad
10
Stir Fry
Stir Fry
15
Sandwich
Sandwich
10
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

[1]

Code


Sealed Can

    item CannedCornedBeef
    
        Weight		= 0.8,
        Type		= Food,
        DisplayName	= Canned Corned Beef,
        Icon		= CannedCornedBeef,
        Carbohydrates 	= 0,
        Proteins 	= 78,
        Lipids 		= 48,
        Calories 	= 720,
        Packaged 	= TRUE,
    

Opened Can


    item CannedCornedBeefOpen
    
        Weight			= 0.8,
        Type			= Food,
        DisplayName		= Open Canned Corned Beef,
        Icon			= CannedCornedBeefOpen,
        HungerChange 		= -25,
        DaysFresh		= 2,
        DaysTotallyRotten	= 4,
        EvolvedRecipe   	= Stew:15;Stir fry:15;Sandwich:10;Salad:10;Roasted Vegetables:15;PastaPot:15;PastaPan:15;RicePot:15;RicePan:15,
        Carbohydrates 		= 0,
        Proteins 		= 78,
        Lipids 			= 48,
        Calories 		= 720,
        Packaged 		= TRUE,
        FoodType            	= Meat,
        EvolvedRecipeName 	= Canned Corned Beef,
    

See Also

Template:Navbox/Consumables

  1. Encounted issue with Evolved Recipe coding, several not working. Reviewing.