Car Battery Charger

From PZwiki
Project ZomboidItemsEquipmentToolsMechanic toolsCar Battery Charger
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Car Battery Charger
CarBatteryCharger Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
2
Function
Recharge Car Battery
Technical
Item ID
Base.CarBatteryCharger

A car battery charger is an electrical item used in vehicle mechanics.

Usage

A car battery charger is used to recharge a car battery. To do so, the battery charger must be placed on a powered tile. The car battery must be in the player's main inventory. Then the player can context menu the car battery charger, and choose the charge battery option in the context menu.

Note that the car battery's condition and remaining charge are different. The car battery charger will not improve the condition of a car battery.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
carsupply counter 4 6
shelves 4 6
garagestorage counter 4 0.05

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\vehicles\vehiclesitems.txt

Retrieved: Build 41.78.16
item CarBatteryCharger
    {
        DisplayCategory = Tool,
        Weight	=	2,
        Type	=	Normal,
        DisplayName	=	Car Battery Charger,
        Icon	=	CarBatteryCharger,
        MetalValue = 1,
        Tooltip = Tooltip_CarBatteryCharger,
        MechanicsItem = TRUE,
        WorldStaticModel = CarBatteryCharger,
    }

Trivia

  • Before an icon for it was created, it used an icon of Car Battery with a red color on it: CarBatteryCharger-placeholder.png

See also