Dead Rat: Difference between revisions

From PZwiki
mNo edit summary
(Added new template and data.)
Line 1: Line 1:
{{languages}}
{{languages}}{{Notice|Short}}
<table border=0 cellspacing=10 style="float:right; valign=top;"> <tr> <td style="background: #f7f7f7; border: 1px solid #ccc; vertical-align: top; width:180px;"> 
{{Items
<div style="margin: 5px; background: #3E3E3E; padding: 5px; font-weight: bold; text-align: center; font-size: 120%; color:#ffffff;"><div style="float: right;"></div> {{PAGENAME}}</div> 
|weight=0.2
<div style="padding: 0em 1em;">
|image = Dead_rat.png
<center>[[Image: Dead rat.png|120px]] <small>Hunger: -15 <br>Unhappiness -30 <br> Weight: -0.2</small></center>
}}
</div> 
A loving friend, and cold comfort companion. Actually just a dead rat that probably died because there was nothing left to loot in a house. Not the most appetizing of meals but will do for an extremely desperate survivor in a pinch.
</td></tr></table>
 
A loving friend, and cold comfort companion. Actually just a dead rat that probably died because there was nothing left to loot in a house. This rat offers a hunger reduction of 15 but also increases unhappiness by 30. If eaten raw, there is a chance of illness. Not the most appetizing of meals but will do for an extremely desperate survivor in a pinch.


Found in [[Containers|cupboards and drawers]] in the bathrooms and kitchens of most houses.
Found in [[Containers|cupboards and drawers]] in the bathrooms and kitchens of most houses.
 
{{Consumables2
|name = Dead Rat
|image = Dead_rat.png
|hunger = -15
|perishable = 1
|cookable = 1
|unhappiness = +30
|unrotten hunger = 0
|unrotten unhappiness = 0
|rotten hunger = 0
|rotten unhappiness = 0
|unrottencooked hunger = -11
|unrottencooked unhappiness = +40
|unrottencooked boredom = +10
|rottencooked hunger = -6
|rottencooked unhappiness = +50
|rottencooked boredom = +20
|cooked hunger = -19
|cooked unhappiness = +10
|cooked boredom = -20
|rotten image = Dead_rat_rotten.png
|cooked image = Item_DeadRatCooked.png
|burned hunger = -5
|burned boredom = +20
|burned unhappiness = +50
|burned image = Dead_rat.png
}}


== Code ==
== Code ==
Line 23: Line 46:
Icon = DeadRat,
Icon = DeadRat,
}</nowiki>
}</nowiki>
{| class="wikitable sortable" style="text-align:center;"
|-
! Item
! class="unsortable" | Effects
|-
|[[File:Dead rat.png|32px]]
Ripe
| Hunger -15 <br> Unhappiness -30
|-
|[[File:Dead rat rotten.png|32px]]
Rotten
| Hunger -?? <br> Unhappiness -??
|}
<!--
== Crafting ==
ITEM NAME can be used in the following recipes:
{| class="wikitable" width="550" style="text-align:center;"
|-
! Ingredients || Other Items || Output || Description
|-
| Ingredient + Ingredient || Oven/None || What the recipe makes || Brief description of what it makes.
|}
-->
{{Navbox/Consumables}}
{{Navbox/Consumables}}



Revision as of 21:22, 7 December 2013

Notebook.png
This article may need more content.
Editors are encouraged to add new material to the page while expanding upon current topics.

Template:Items A loving friend, and cold comfort companion. Actually just a dead rat that probably died because there was nothing left to loot in a house. Not the most appetizing of meals but will do for an extremely desperate survivor in a pinch.

Found in cupboards and drawers in the bathrooms and kitchens of most houses. Template:Consumables2

Code

item Dead Rat
{
	HungerChange	=	-15,
		Weight	=	0.2,
		AlwaysWelcomeGift	=	true,
		Type	=	Food,
		UnhappyChange	=	30,
		DisplayName	=	Dead Rat,
		Icon	=	DeadRat,
}

Template:Navbox/Consumables