Salmon: Difference between revisions

From PZwiki
m (Updated actual salmon stats)
(Redesigned page, +Navbar, Corrected consumables, changed description, +evolved values (approx), +evolved nutrition, +code, +relevant categories)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Salmon}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Salmon.png
|image = Salmon.png
|hunger = -30
|weight = 0.3
|weight = 0.3
|hunger = -40
}}
}}
 
[[Salmon]] is a perishable food item generally found in a [[containers#Refrigerator|Refrigerator]]. Salmon takes two in-game days to go stale, and four ingame days to rot. It can cooked alone or used in various recipes.
Salmon is a perishable food item that is found in [[refrigerator]]s.
 
It goes bad as time passes; it takes four days to become rotten or ten days in a [[refrigerator]]. <br>
 
Salmon is a versatile food item and can be used in many varieties of food preparation. As of the current version, Salmon cannot be caught by [[Fishing|fishing]]. Cooking Salmon will replenish more hunger than [[Raw Salmon|raw salmon]] and remove the chance of illness from eating [[Raw Salmon|raw salmon]] or [[Rotten Salmon|rotten salmon]].  


== Nutritional Information ==
== Nutritional Information ==
*Stats may be inaccurate, please correct if changed.
{| border=0 align=left
{| border=0 align=left
|
|
{{Consumables2
{{Consumables2
|image = Salmon.png
|image = Salmon.png
|hunger = -40
|hunger = -30
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
|dangerous uncooked = 1
|dangerous uncooked = 1
|unhappiness = 0
|unhappiness = 0
|unrotten hunger = -30
|unrotten hunger = -23
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten boredom = +10
|unrotten boredom = +10
|rotten hunger = -20
|rotten hunger = -13
|rotten unhappiness = +20
|rotten unhappiness = +20
|rotten boredom = +20
|rotten boredom = +20
|unrottencooked hunger = -30
|unrottencooked hunger = -23
|unrottencooked unhappiness = +10
|unrottencooked unhappiness = +10
|unrottencooked boredom = +10
|unrottencooked boredom = +10
|rottencooked hunger = -20
|rottencooked hunger = -13
|rottencooked unhappiness = +20
|rottencooked unhappiness = +20
|rottencooked boredom = +20
|rottencooked boredom = +20
|cooked hunger = -52
|cooked hunger = -39
|cooked unhappiness = 0
|cooked unhappiness = 0
|cooked boredom = 0
|cooked boredom = 0
|burned hunger = -13
|burned hunger = -10
|burned boredom = +20
|burned boredom = +20
|burned unhappiness = +20
|burned unhappiness = +20
Line 48: Line 44:
}}
}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
 
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0 <br>
Proteins = 34.28 <br>
Lipids = 10.55 <br>
Calories = 270 <br><br>


== Evolved Recipes ==
== Evolved Recipes ==
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|salad=10|roastedvegetables=15}}
|soup=15|stew=15|pie=15|stirfry=15|sandwich=5|salad=10|roastedvegetables=15|ricepot=15|ricepan=15|pastapot=15|pastapan=15|}}


== Code ==
== Code ==
  <nowiki>item Salmon
  <nowiki>
{
item Salmon
Type = Food,
HungerChange = -30,
DisplayName = Salmon,
Weight = 0.3,
Icon = Salmon,
Type = Food,
Weight = 0.3,
IsCookable = TRUE,
IsCookable = true,
DangerousUncooked = TRUE,
MinutesToCook  = 80,
DaysTotallyRotten = 4,
MinutesToBurn  = 130,
MinutesToBurn = 130,
HungerChange = -40,
DisplayName = Salmon,
DaysFresh = 2,
Icon = Salmon,
DaysTotallyRotten = 4,
DaysFresh = 2,
DangerousUncooked = true
MinutesToCook = 80,
        EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Salad:10|Cooked;Roasted Vegetables:15
EvolvedRecipe = Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Salad:10|Cooked;
}</nowiki>
  Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
 
FoodType    = Fish,
 
        Carbohydrates = 0,
 
        Proteins = 34.28,
        Lipids = 10.55,
        Calories = 270,
        Packaged = TRUE,
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Cookable Food]]
[[Category:Perishable_Food]]
[[Category:Perishable Food]]
[[Category:Version 34.28]]
[[Category:Version 0.2.0p]]

Revision as of 05:44, 29 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Salmon   

Salmon is a perishable food item generally found in a Refrigerator. Salmon takes two in-game days to go stale, and four ingame days to rot. It can cooked alone or used in various recipes.

Nutritional Information

Template:Consumables2






















It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 34.28
Lipids = 10.55
Calories = 270

Evolved Recipes

Product Nutrition
Soup
Soup
15
Stew
Stew
15
Salad
Salad
10
Stir Fry
Stir Fry
15
Roasted Vegetables
Roasted Vegetables
15
Sandwich
Sandwich
5
Pie (savory)
Pie (savory)
15
Rice Pot/Saucepan
Rice Pot/Saucepan
15
Pasta Pot/Saucepan
Pasta Pot/Saucepan
15

Code

	
	item Salmon
		HungerChange		= -30,
		Weight			= 0.3,
		Type			= Food,
		IsCookable		= TRUE,
		DangerousUncooked	= TRUE,
		DaysTotallyRotten	= 4,
		MinutesToBurn		= 130,
		DisplayName		= Salmon,
		Icon			= Salmon,
		DaysFresh		= 2,
		MinutesToCook		= 80,
		EvolvedRecipe 		= Soup:15;Stew:15;Pie:15;Stir fry:15;Sandwich:5|Cooked;Salad:10|Cooked;
					  Roasted Vegetables:15;RicePot:15;RicePan:15;PastaPot:15;PastaPan:15,
		FoodType    		= Fish,
        	Carbohydrates 		= 0,
        	Proteins 		= 34.28,
        	Lipids 			= 10.55,
        	Calories 		= 270,
        	Packaged 		= TRUE,

Template:Navbox/Consumables