Orange Soda: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 5: Line 5:
|weight = 1
|weight = 1
}}
}}
== Effects ==
== Effects ==
[[Hunger]]: -10<br>
[[Hunger]]: -10<br>
[[Thirst]]: -100<br>
[[Thirst]]: -100<br>
[[Unhappy]]: -10
[[Unhappy]]: -10
== Code ==
== Code ==
  <nowiki>item PopBottle
  <nowiki>item PopBottle

Revision as of 00:39, 2 April 2012



Effects

Hungry: -10
Moodles: -100
Unhappy: -10





Code

item PopBottle
{
	Type				=			Food,
	DisplayName			=			Orange Soda,
	Icon				=			Pop4,
	Weight				=			1,
	ThirstChange		=			-100,
	HungerChange		=			-10,
	UnhappyChange		=			-10,
	ReplaceOnUse 		=			PopBottleEmpty,
}

Template:Navbox/Consumables