Battery: Difference between revisions

From PZwiki
(New refitting features in RC2.9)
m (Fixed Weight)
Line 2: Line 2:
{{items
{{items
|image = Battery.png
|image = Battery.png
|weight = 1
|weight = 0.9
}}
}}
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 26: Line 26:
DisplayName = Battery,
DisplayName = Battery,
Icon = Battery,
Icon = Battery,
Weight = 1,
Weight = 0.9,
UseWhileEquipped = false,
UseWhileEquipped = false,
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Illumination]]
[[Category:Illumination]]

Revision as of 15:23, 4 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
{
	Type				=			Drainable,
	DisplayName			=			Battery,
	Icon				=			Battery,
	Weight				=			0.9,
	UseWhileEquipped 	= 			false,
}