Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Car Battery Charger

From PZwiki
Project ZomboidItemsEquipmentToolsMechanics 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
Category
Tool
Encumbrance
Moodle Icon HeavyLoad.png
2
Properties
Metal quantity
1
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.

Location

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

CarBatteryCharger distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
carsupply counter 15.52%
carsupply shelves 15.52%
garagestorage counter 2.22%
garagestorage metal_shelves 2.22%
mechanic metal_shelves 15.52%

Trivia

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

History

Base.CarBatteryCharger

Version Description
Build 41.65 DisplayCategory added with value Tool.
Build 41.54 WorldStaticModel added with value CarBatteryCharger.
Build 41.23 MechanicsItem added with value TRUE.
Build 40.9 Tooltip added with value Tooltip_CarBatteryCharger.
Build 39.67.1 Released on this version.

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,
    }

See also