Chocolate: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Chocolate.png  
|image = Chocolate.png
|hunger = -20
|hunger = -10
|weight = 0.1
|weight = 0.1
}}
}}
Line 8: Line 8:


== Effects ==
== Effects ==
[[Hunger]]: -20
[[Hunger]]: -10<br>
 
[[Unhappy]]: -10
 
== Code ==
 
<nowiki>item Chocolate
 
{
 
Type = Food,
 
DisplayName = Chocolate,
 
Icon = Chocolate,
 
Weight = 0.1,
 
HungerChange = -10,
 
UnhappyChange = -10,
 
}</nowiki>
 
 
 


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Version 0.2.0p]]}}
[[Category:Consumables]]
[[Category:Consumables]]

Revision as of 20:53, 28 March 2012


Chocolate is an edible item. It is often found inside of houses, usually within a kitchen cupboard.

Effects

Hungry: -10
Unhappy: -10

Code

item Chocolate
{
	Type				=			Food,
	DisplayName			=			Chocolate,
	Icon				=			Chocolate,
	Weight				=			0.1,
	HungerChange 		=			-10,
	UnhappyChange		=			-10,
}

Template:Navbox/Consumables}}