Pop: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 23: Line 23:
UnhappyChange = -10,
UnhappyChange = -10,


}</nowiki>
<nowiki>item Pop2
{
Type = Food,
DisplayName = Pop,
Icon = Pop2,
Weight = 1,
HungerChange = 0,
AlwaysWelcomeGift = true,
ThirstChange = -100,
HungerChange = -10,
UnhappyChange = -10,
}</nowiki>
<nowiki>item Pop3
{
Type = Food,
DisplayName = Pop,
Icon = Pop3,
Weight = 1,
HungerChange = 0,
AlwaysWelcomeGift = true,
ThirstChange = -100,
HungerChange = -10,
UnhappyChange = -10,
}</nowiki>
}</nowiki>
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 19:25, 28 March 2012


Pop is a drinkable item. It's often found on the floor with crisps or in Containers usually in Vending machines.

Effects

Hungry: 0
Moodles: -100
Unhappy: -10

Code

item Pop
{
	Type				=			Food,
	DisplayName			=			Pop,
	Icon				=			Pop,
	Weight				=			1,
	HungerChange 		=			0,
	AlwaysWelcomeGift 	=	 		true,
	ThirstChange		=			-100,
	HungerChange		=			-10,
	UnhappyChange		=			-10,

}
item Pop2
{
	Type				=			Food,
	DisplayName			=			Pop,
	Icon				=			Pop2,
	Weight				=			1,
	HungerChange 		=			0,
	AlwaysWelcomeGift 	=	 		true,
	ThirstChange		=			-100,
	HungerChange		=			-10,
	UnhappyChange		=			-10,
}
item Pop3
{
	Type				=			Food,
	DisplayName			=			Pop,
	Icon				=			Pop3,
	Weight				=			1,
	HungerChange 		=			0,
	AlwaysWelcomeGift 	=	 		true,
	ThirstChange		=			-100,
	HungerChange		=			-10,
	UnhappyChange		=			-10,
}

Template:Navbox/Consumables