Dead Rat: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Notice|Improve}}
<table border=0 cellspacing=10 style="float:right; valign=top;"> <tr> <td style="background: #f7f7f7; border: 1px solid #ccc; vertical-align: top; width:180px;">   
<table border=0 cellspacing=10 style="float:right; valign=top;"> <tr> <td style="background: #f7f7f7; border: 1px solid #ccc; vertical-align: top; width:180px;">   
<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>   
<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>   
<div style="padding: 0em 1em;">  
<div style="padding: 0em 1em;">  
<center>[[Image: Dead rat.png|120px]] <small>Hunger: -15 <br>Unhappiness -30 <br> Weight: -??</small></center>
<center>[[Image: Dead rat.png|120px]] <small>Hunger: -15 <br>Unhappiness -30 <br> Weight: -0.2</small></center>
</div>   
</div>   
</td></tr></table>
</td></tr></table>


A loving friend, and cold comfort companion. Actually just a dead rat.
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]]
Found in [[Containers|cupboards and drawers]] in the bathrooms and kitchens of most houses.


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


{| class="wikitable sortable" style="text-align:center;"
{| class="wikitable sortable" style="text-align:center;"

Revision as of 18:35, 3 September 2013

Dead Rat
File:Dead rat.png Hunger: -15
Unhappiness -30
Weight: -0.2

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 cupboards and drawers in the bathrooms and kitchens of most houses.


Code

item Dead Rat
{
	HungerChange	=	-15,
		Weight	=	0.2,
		AlwaysWelcomeGift	=	true,
		Type	=	Food,
		UnhappyChange	=	30,
		DisplayName	=	Dead Rat,
		Icon	=	DeadRat,
}
Item Effects
File:Dead rat.png

Ripe

Hunger -15
Unhappiness -30
Dead rat rotten.png

Rotten

Hunger -??
Unhappiness -??


Template:Navbox/Consumables