Dead Rat: Difference between revisions

From PZwiki
m (Added some more actual game data.)
mNo edit summary
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages}}{{Notice|Short}}
{{Items
 
|weight=0.2
{{Consumables
|image = Dead_rat.png
|image = 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. Not the most appetizing of meals but will do for an extremely desperate survivor in a pinch.
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 [[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.
== Nutritional Information ==
{{Consumables2
{{Consumables2
|name = Dead Rat
|name = Dead Rat
Line 37: Line 43:
|burned image = Dead_rat.png
|burned image = Dead_rat.png
}}
}}
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2051}}
|}


== Code ==
== Code ==
  <nowiki>item Dead Rat
  <nowiki>item DeadRat
{
{
HungerChange = -15,
HungerChange = -15,
Weight = 0.2,
Weight = 0.2,
AlwaysWelcomeGift = true,
AlwaysWelcomeGift = true,
Line 48: Line 64:
DisplayName = Dead Rat,
DisplayName = Dead Rat,
Icon = DeadRat,
Icon = DeadRat,
}</nowiki>
        IsCookable = TRUE,
DangerousUncooked = TRUE,
DaysTotallyRotten = 10,
MinutesToBurn = 60,
        MinutesToCook = 20,
DaysFresh = 6,
}</nowiki>
 
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}
 
==See Also==
* [[Small Animal Meat]]
* [[Trapping]]
 
 
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]

Revision as of 12:06, 17 March 2015

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


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.


Nutritional Information

Template:Consumables2

Crafting

Name Recipe Description Crafting Level












Code

item DeadRat
	{
		HungerChange	=	-15,
		Weight	=	0.2,
		AlwaysWelcomeGift	=	true,
		Type	=	Food,
		UnhappyChange	=	30,
		DisplayName	=	Dead Rat,
		Icon	=	DeadRat,
        IsCookable	=	TRUE,
		DangerousUncooked	=	TRUE,
		DaysTotallyRotten	=	10,
		MinutesToBurn	=	60,
        MinutesToCook	=	20,
		DaysFresh	=	6,
	}

History

Alpha
- -

See Also


Template:Navbox/Consumables