User:ZombieLawnGnome/Sandbox: Difference between revisions

From PZwiki
No edit summary
(Replaced content with "== Notes to Self == Validating RJ's cooking data: lvl 1 seems to add 10% to hunger (rounded down)")
 
Line 1: Line 1:
{{languages}}
== Notes to Self ==
{{Items
Validating RJ's cooking data:
|weight=0.2
lvl 1 seems to add 10% to hunger (rounded down)
|image = Dead_rat.png
}}
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.
{{Consumables2/sandbox
|name = Dead Rat
|image = Dead_rat.png
|hunger = -15
|perishable = 1
|cookable = 1
|DangerousUncooked = 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 ==
<nowiki>item Dead Rat
{
HungerChange = -15,
Weight = 0.2,
AlwaysWelcomeGift = true,
Type = Food,
UnhappyChange = 30,
DisplayName = Dead Rat,
Icon = DeadRat,
}</nowiki>
{{Navbox/Consumables}}
 
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable Food]]

Latest revision as of 05:42, 10 December 2013

Notes to Self

Validating RJ's cooking data: lvl 1 seems to add 10% to hunger (rounded down)