Chips: Difference between revisions

From PZwiki
(Pat Bren moved page Chips to Chips: Page "crisps" needs to be moved to this page since crisps are now called chips.)
 
No edit summary
Line 1: Line 1:
#REDIRECT [[Chips/fr]]
{{languages}}
{{Consumables
|image = Crispsanim.gif
|hunger = -15
|weight = 0.2
}}
 
Crisps are an efficient nonperishable item. Although they do not reduce a lot of hunger, they are the only nonperishable food that can be eaten without a can opener or any cooking.They are often found inside vending machines, in the general store, and in some houses, where they are usually scattered on the floor with [[pop]]
 
 
 
== Effects ==
[[Hunger]]: - 15
 
 
 
 
 
 
== Code ==
<nowiki>item Crisps
{
Type = Food,
DisplayName = Crisps,
Icon = Crisps,
Weight = 0.2,
HungerChange         = -15,
 
}
item Crisps2
{
Type = Food,
DisplayName = Crisps,
Icon = Crisps2,
Weight = 0.2,
HungerChange         = -15
}
item Crisps3
{
Type = Food,
DisplayName = Crisps,
Icon = Crisps3,
Weight = 0.2,
HungerChange         = -15
}</nowiki>
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Version 0.2.0p]]

Revision as of 15:28, 8 July 2014


Crisps are an efficient nonperishable item. Although they do not reduce a lot of hunger, they are the only nonperishable food that can be eaten without a can opener or any cooking.They are often found inside vending machines, in the general store, and in some houses, where they are usually scattered on the floor with pop


Effects

Hungry: - 15




Code

item Crisps
{
	Type				=			Food,
	DisplayName			=			Crisps,
	Icon				=			Crisps,
	Weight				=			0.2,
	HungerChange 		        =			-15,

}
item Crisps2
{
	Type				=			Food,
	DisplayName			=			Crisps,
	Icon				=			Crisps2,
	Weight				=			0.2,
	HungerChange	 	        =			-15
}
item Crisps3
{
	Type				=			Food,
	DisplayName			=			Crisps,
	Icon				=			Crisps3,
	Weight				=			0.2,
	HungerChange 		        =			-15
}

Template:Navbox/Consumables