Cheese: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Consumables |image = OCheese.png |hunger = -20 |weight = 0.2 }} == Effects == Hungry: -20 == Code == <nowiki>item Cheese { Type = Food, DisplayName ...")
 
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = OCheese.png
|image = Cheese.png
|hunger = -20
|hunger = -20
|weight = 0.2
|weight = 0.2

Revision as of 20:46, 28 March 2012


Effects

Hungry: -20

Code

item Cheese
{
	Type				=			Food,
	DisplayName			=			Cheese,
	Icon				=			Cheese,
	Weight				=			0.2,
	HungerChange 		=			-20,
	DaysFresh 			=			14,
	DaysTotallyRotten 	= 			20,
}

Template:Navbox/Consumables