Battery: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 5: Line 5:
}}
}}
Batteries are used to power certain items such as the [[radio]] and the [[flashlight]]. They can be found throughout the world as well as in appropriate items.
Batteries are used to power certain items such as the [[radio]] and the [[flashlight]]. They can be found throughout the world as well as in appropriate items.
 
== Code ==
<nowiki>item Battery
{
Type = Drainable,
DisplayName = Battery,
Icon = Battery,
Weight = 1,
UseWhileEquipped = false,
}</nowiki>
[[Category:Items]]
[[Category:Items]]
[[Category:Version 0.2.0p]]

Revision as of 21:07, 28 March 2012

Template:Items Batteries are used to power certain items such as the radio and the flashlight. They can be found throughout the world as well as in appropriate items.

Code

item Battery
{
	Type				=			Drainable,
	DisplayName			=			Battery,
	Icon				=			Battery,
	Weight				=			1,
	UseWhileEquipped 	= 			false,
}