User:ZombieLawnGnome/Sandbox: Difference between revisions

From PZwiki
(Undo revision 15884 by ZombieLawnGnome (talk))
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Items
|weight=0.2
|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.


{{ZombieLawnGnome/Sandbox
Found in [[Containers|cupboards and drawers]] in the bathrooms and kitchens of most houses.
{{Consumables2
|name = Dead Rat
|name = Dead Rat
|image = Dead_rat.png
|image = Dead_rat.png
|hunger = -15  
|hunger = -15  
|weight = 0.2
|perishable = 1
|perishable = 1
|cookable = 1
|cookable = 1
|unhappiness = +30
|unhappiness = +30
|unrotten hunger = 999
|unrotten hunger = 0
|unrotten unhappiness = 999
|unrotten unhappiness = 0
|rotten hunger = 999
|rotten hunger = 0
|rotten unhappiness = 999
|rotten unhappiness = 0
|unrottencooked hunger = -11
|unrottencooked hunger = -11
|unrottencooked unhappiness = +40
|unrottencooked unhappiness = +40
|unrottencooked boredom = +10
|unrottencooked boredom = +10
|rottencooked hunger = 999
|rottencooked hunger = -6
|rottencooked unhappiness = 999
|rottencooked unhappiness = +50
|rottencooked boredom = +20
|cooked hunger = -19
|cooked hunger = -19
|cooked unhappiness = +10
|cooked unhappiness = +10
Line 28: Line 34:
|burned image = Dead_rat.png
|burned 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.


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



Revision as of 03:09, 10 December 2013

- 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