Dog Food: Difference between revisions

From PZwiki
(Updated to the latest version and moved the page back via Talk:Dog Food)
(Updated page, +nutritional info, description, +navigation, +info, -TOC, - location section,)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{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"> <!-- 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:Non-Perishable_Food|Non Perishable Foods]] -> [[Dogfood|Dogfood]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Dogfood.png
|image = Dogfood.png
|hunger = -30
|hunger = -30
|weight = 0.5
|unhappiness = +50
|weight = 1
}}
}}
== Description ==
Canned Dogfood 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>
Dogfood is a canned food item that must first be opened with a [[can opener]] before eating. Whilst once opened, Dogfood is unperishable and will last forever. However, after opened, it becomes perishable and will rot if left uneaten after seven days, only staying fresh for five days.<br />
Canned Dogfood can only be opened with a [[Can Opener#|can opener]], and once opened it becomes a perishable item. <br>
Eating Dogfood causes a massive drop in happiness and is likely to make the player actively [[Moodles|unhappy]], which can lead to a delay in performing actions if left untreated.
A opened can of canned peas takes five in-game days to go stale, and seven in-game days to rot.
Eating Dogfood will cause immense unhappiness to a character.


== Locations ==
 
Can be found in [[containers#Kitchen_cupboard|kitchen cupboards]].
== Nutritional Information ==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
{{Consumables2
|image = CANDogfoodOpened.png
|hunger = -30
|thirst = 0
|unhappiness = +50
|unrotten hunger = -11
|unrotten boredom = +10
|unrotten unhappiness = +50
|unrotten thirst = 0
|rotten hunger = -7
|rotten boredom = +20
|rotten unhappiness = +50
|rotten thirst = 0
|perishable = 1
|rotten image = CANDogfoodOpened.png
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 77.56 <br>
Proteins = 16.04 <br>
Lipids = 12.58 <br>
Calories = 498 <br><br>


== Code ==
== Code ==
<br>
''Sealed Can''
  <nowiki>
  <nowiki>
     item Dogfood
     item Dogfood
{
Weight = 1,
Weight = 0.5,
Type = Food,
Type = Normal,
DisplayName = Dogfood,
DisplayName = Dogfood,
Icon = Dogfood,
Icon = Dogfood,
        Carbohydrates = 77.56,
}
        Proteins = 16.04,
</nowiki>
        Lipids = 12.58,
 
        Calories = 498,
        Packaged = TRUE,
</nowiki>
''Opened Can''
  <nowiki>
  <nowiki>
item DogfoodOpen
    item DogfoodOpen
{
HungerChange = -30,
HungerChange = -30,
Weight = 1,
Weight = 1,
Type = Food,
Type = Food,
DaysFresh = 5,
DaysTotallyRotten = 7,
DaysTotallyRotten = 7,
UnhappyChange = 50,
UnhappyChange = 50,
DisplayName = Open Dogfood,
DisplayName = Open Dogfood,
Icon = DogfoodOpen,
Icon = DogfoodOpen,
DaysFresh = 5,
        Carbohydrates = 77.56,
}
        Proteins = 16.04,
</nowiki>
        Lipids = 12.58,
 
        Calories = 498,
        Packaged = TRUE,
    </nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 0.2.0r]]
[[Category:Version 34.28]]

Revision as of 18:15, 3 July 2016


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

Canned Dogfood is a non-perishable food item which is often found in kitchen cupboards. It is a non-perishable item while it is sealed.
Canned Dogfood can only be opened with a can opener, and once opened it becomes a perishable item.
A opened can of canned peas takes five in-game days to go stale, and seven in-game days to rot. Eating Dogfood will cause immense unhappiness to a character.


Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 77.56
Proteins = 16.04
Lipids = 12.58
Calories = 498

Code


Sealed Can

    item Dogfood
	Weight		= 1,
	Type		= Food,
	DisplayName	= Dogfood,
	Icon		= Dogfood,
        Carbohydrates 	= 77.56,
        Proteins 	= 16.04,
        Lipids 		= 12.58,
        Calories 	= 498,
        Packaged 	= TRUE,
 

Opened Can

    item DogfoodOpen
	HungerChange		= -30,
	Weight			= 1,
	Type			= Food,
	DaysFresh		= 5,
	DaysTotallyRotten	= 7,
	UnhappyChange		= 50,
	DisplayName		= Open Dogfood,
	Icon			= DogfoodOpen,
        Carbohydrates 		= 77.56,
        Proteins 		= 16.04,
        Lipids 			= 12.58,
        Calories 		= 498,
        Packaged 		= TRUE,
    

Template:Navbox/Consumables