Orange Soda: Difference between revisions

From PZwiki
(Created page with "{{languages}} {{Consumables |image = Pop4.png |hunger = -10 |weight = 1 }} == Effects == Hungry: -10<br> Moodles: -100<br> Unhappy: -10 == Code == <nowiki>item PopBot...")
 
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Pop4.png
|image = Orangedrink.png
|hunger = -10
|hunger = -10
|weight = 1
|weight = 1

Revision as of 15:36, 29 March 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