Battery: Difference between revisions

From PZwiki
m (→‎Code: Removed long spacing.)
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{languages|Battery}}
{{languages}}
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 39|incver=67.5}}{{Infobox drainable
{{header|The Game World|Items|Electricity and Engineering|type=Electric|version=Version 39|incver=67.5}}{{Infobox drainable
|display_name=Battery
|display_name=Battery
Line 10: Line 10:
|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.


Line 19: Line 19:


==Crafting==
==Crafting==
{{Crafting table header}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4036 -->
{{RecipeLookup|4036}}
{{Crafting header|ing=1}}
{{RecipeLookup|4037}}
{{Crafting/core|ing=1
{{Crafting table footer}}
| product_image = [[File:Battery.png|link=Battery|Battery]] | product_name = [[Battery]] | product_quantity = x1
 
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Flashlight.png|link=Flashlight|Flashlight]] | i1 = [[Flashlight]] | q1 = x1
}}
|}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4037 -->
{{Crafting header|ing=2}}
{{Crafting/core|ing=2
| product_image = [[File:Flashlight.png|link=Flashlight|Flashlight]] | product_name = [[Flashlight]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Flashlight.png|link=Flashlight|Flashlight]] | i1 = [[Flashlight]] | q1 = x1
| f2 = [[File:Battery.png|link=Battery|Battery]] | i2 = [[Battery]] | q2 = x1 | tag2 = (consumed)
}}
|}
==Distribution==
==Distribution==
Batteries can be found in various places throughout the world, such as in [[Containers#Bins|garbage cans]], [[Containers#Wooden Crate|wooden crates]], [[Containers#Counters|counters]] and many other places. They can also be found inside [[radio]]s and [[flashlight]]s, so long as they haven't been left on.<br>
Batteries can be found in various places throughout the world, such as in [[Containers#Bins|garbage cans]], [[Containers#Wooden Crate|wooden crates]], [[Containers#Counters|counters]] and many other places. They can also be found inside [[radio]]s and [[flashlight]]s, so long as they haven't been left on.<br>
Line 30: Line 46:
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=39|incver=67.5}}
{{Retrieved|version=41|incver=71}}
  <nowiki> item Battery
  <nowiki> item Battery
Weight = 0.6,
DisplayCategory  = Electronics,
Type = Drainable,
Weight         = 0.1,
UseDelta = 0.00001,
Type     = Drainable,
UseWhileEquipped = FALSE,
UseDelta = 0.00001,
DisplayName = Battery,
UseWhileEquipped = FALSE,
Icon = Battery,
DisplayName = Battery,
MetalValue = 1,
Icon         = Battery,
cantBeConsolided = TRUE,</nowiki>
MetalValue       = 1,
cantBeConsolided = TRUE,
WorldStaticModel = Battery,</nowiki>


== History ==
== History ==

Revision as of 22:19, 5 June 2022

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
Battery
Battery x1
none Flashlight
Flashlight x1
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Flashlight
Flashlight x1
none Flashlight
Flashlight x1
Battery
Battery x1
(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.

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

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

Template:Navbox/Electricity and Engineering