Battery: Difference between revisions

From PZwiki
m (Minor)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 39|incver=67.5}}{{Infobox drainable
{{Languages}}
{{Header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 39|incver=67.5}}
{{Infobox drainable
|display_name=Battery
|display_name=Battery
|name_colour = Electric
|name_colour = Electric
Line 9: Line 11:
|contents=[[Electricity]]
|contents=[[Electricity]]
|class_name=Base.Battery
|class_name=Base.Battery
}}{{About|batteries required to power small appliances|batteries that power vehicles|Car Battery}}
}}
{{About|batteries required to power small appliances|batteries that power vehicles|Car Battery}}
A '''battery''' is a source of power for small household items.
A '''battery''' is a source of power for small household items.



Revision as of 11:49, 15 July 2023

Battery
Battery
General
Category Item
Encumbrance
Heavy Load
0.6
Function Power small appliances
Capacity 100,000 units
Contents Electricity
Technical details
item ID Base.Battery
PlushSpiffo.pngThis article is about batteries required to power small appliances. For batteries that power vehicles, see Car Battery.

A battery is a source of power for small household items.

Usage

Batteries are used to power the flashlight, radio, ham radio, walkie talkie and lamp on pillar.

Batteries will begin to drain when the device they're powering is on, until it eventually dies, upon which it is destroyed/consumed. When used to power a flashlight, the player can tell when the battery is getting low, as the light will begin to flicker rapidly.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Battery.png
Battery
0 XP none
(keep)

Flashlight.png
Flashlight
0 XP none Flashlight.png
Flashlight
(consumed)
Battery.png
Battery
(consumed)
Flashlight2.png
Hand Torch
0 XP none Flashlight2.png
Hand Torch
(consumed)
Battery.png
Battery
(consumed)
Rubber Duck
Rubber Duck
0 XP none Rubber Duck
Rubber Duck
(consumed)
Battery.png
Battery
(consumed)

Distribution

Batteries can be found in various places throughout the world, such as in garbage cans, wooden crates, counters and many other places. They can also be found inside radios and flashlights, so long as they haven't been left on. It can also be found in very large amounts in the Egenerex Battery Factory, in the Northeast corner of Louisville.

If a Zombie spawns with a Walkie Talkie as loot, you can take one full battery from it.

Disposal

Much like most Batteries in 1993, Battery in Project Zomboid are non-recharable (ie. Alkaline) batteries. In the event the player finds a battery with 0% charge, the only thing that can be done with these is disposing of them. Either in any Garbage Bin with the ability to delete items not disabled in settings, or via leaving in the inventory of a Zombie corpse as it decays.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.71

	item Battery
		DisplayCategory  = Electronics,
		Weight	         = 0.1,
		Type      	 = Drainable,
		UseDelta	 = 0.00001,
		UseWhileEquipped = FALSE,
		DisplayName	 = Battery,
		Icon	         = Battery,
		MetalValue       = 1,
		cantBeConsolided = TRUE,
		WorldStaticModel = Battery,

History

Alpha
0.2.0f Batteries fittable / removable for flashlights.
RC 2.9 Slowly drain and is consumed automatically by Flashlights.
2.9.9.16 Flashlight can flicker, especially when they're almost out of batteries
2.9.9.17 You can now build light sources, requiring batteries
Build 31 Fixed infinite batteries from "Remove Battery > All" action.
Build 33 Radios will have battery that can be removed.
Build 35 Can't consolidate batteries, candle and torch.

See also