Car Battery Charger: Difference between revisions

From PZwiki
m (→‎top: Category Project: Electronics)
(Automated update of distribution header)
Line 20: Line 20:
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.
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.


{{clear}}
==Distribution==
==Distribution==
Can be found in gas stations, sheds, garages, or vehicle trunk.
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
!Building/Room
!Container
! style="width: 3.2em;" |Rolls
! style="width: 3.2em;" |Chance
|-
| rowspan="1"|carsupply
| [[shelves]]
| 4
| 6
|-
| rowspan="1"|garagestorage
| [[counter]]
| 4
| 0.05
|}


==Code==
==Code==

Revision as of 10:53, 11 February 2024

Template:Header/sandbox2

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