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

Spare Engine Parts

From PZwiki
Project ZomboidVehiclesVehicle partsSpare Engine Parts
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Spare Engine Parts
EngineParts Model.png
General
Category
Vehicle Maintenance
Encumbrance
Moodle Icon HeavyLoad.png
0.4
Install/Uninstall
Tool(s)
Technical
Item ID
Base.EngineParts

Spare engine parts are an item used in vehicle mechanics to repair engines.

Usage

Spare engine parts are used to repair a vehicle's engine. Repairing an engine requires a wrench and certain mechanics skill depending on the vehicle type: starting at level 4 for standard, level 5 for heavy-duty, and level 6 for sport. To repair an engine, right-click the engine icon and select "Repair Engine", this will use all spare engine parts accessible by the player until the condition reaches 100%. The amount of condition repaired per spare engine part is 1% per part at low level for standard vehicles, up to 4% at 10 mechanics. For sport and heavy-duty vehicles the amount is reduced, with a maximum of 3% at level 10.

It is important to distinguish that while an engine's condition can be repaired, an engine's quality cannot be altered in any way. The quality of the engine affects the chance for the engine to start. While the engine condition also heavily influences this, the quality still plays a major role. Therefore, it is possible to have an engine at 100% condition that still does not start reliably. The engine quality can be checked by clicking on the engine in the Mechanics menu. It is a separate stat from condition.

Location

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

EngineParts 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
all toolcabinet 23.28%
carsupply metal_shelves 23.28%
closet crate 23.28%
garagestorage crate 23.28%
mechanic metal_shelves 23.28%
storageunit crate 23.28%
storageunit metal_shelves 23.28%

Spare engine parts sparsely appear in the world within car repair shops, and can also be obtained by dismantling a vehicle's engine. However, this requires a mechanics level. A wrench is also needed and will always set the engine condition to zero, no matter how many parts are salvaged or the engine's previous condition. The number of spare engine parts recovered is partially random, however it is influenced by the player's mechanics level and condition of the engine. A rough estimate for max level mechanic is 0-2 parts for each 10% of engine condition.

History

Base.EngineParts

Version Description
Build 41.65 DisplayCategory added with value VehicleMaintenance.
Build 41.54 WorldStaticModel added with value EngineParts.
Build 41.23 MechanicsItem added with value TRUE.
Build 39.45 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 EngineParts
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	0.4,
        Type	=	Normal,
        DisplayName	=	Spare Engine Parts,
        Icon	=	EngineParts,
        MetalValue = 30,
        MechanicsItem = TRUE,
        WorldStaticModel = EngineParts,
    }

See also