Battery: Difference between revisions

From PZwiki
m (Fixed Weight)
mNo edit summary
Line 2: Line 2:
{{items
{{items
|image = Battery.png
|image = Battery.png
|weight = 0.9
|weight = 0.6
}}
}}
Batteries are used to power the [[flashlight]]. They can be found throughout the world as well as in the flashlight. The battery can be fitted and un-fitted and its power storage will gradually decrease as it is used in the flashlight.
Batteries are used to power the [[flashlight]]. They can be found throughout the world as well as in the flashlight. The battery can be fitted and un-fitted and its power storage will gradually decrease as it is used in the flashlight.




Line 23: Line 22:
  <nowiki>item Battery
  <nowiki>item Battery
{
{
Type = Drainable,
Weight = 0.6,
DisplayName = Battery,
Type = Drainable,
Icon = Battery,
UseWhileEquipped = FALSE,
Weight = 0.9,
DisplayName = Battery,
UseWhileEquipped = false,
Icon = Battery,
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Illumination]]
[[Category:Illumination]]

Revision as of 08:12, 12 May 2013

Template:Items Batteries are used to power the flashlight. They can be found throughout the world as well as in the flashlight. The battery can be fitted and un-fitted and its power storage will gradually decrease as it is used in the flashlight.








Code

item Battery
{
	Weight	=	0.6,
		Type	=	Drainable,
		UseWhileEquipped	=	FALSE,
		DisplayName	=	Battery,
		Icon	=	Battery,
}