Spare Engine Parts: Difference between revisions

From PZwiki
mNo edit summary
(changed infobox to Template:Infobox vehicle part)
Line 1: Line 1:
{{languages|Spare Engine Parts}}
{{languages|Spare Engine Parts}}
{{header|The Game World|Items|type=Mechanic|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|type=Mechanic|version=Version 40|incver=5}}{{Infobox vehicle part
|display_name = Spare Engine Parts
|display_name = Spare Engine Parts
|name_colour = Mechanic
|name_colour = Mechanic
|text_colour = Mechanic
|text_colour = Mechanic
|image = EngineParts_120px.png
|image = EngineParts_120px.png
|weight = 0.4
|function = Repair engine
|primary_use = Repair engine
|tool = [[Wrench]]
|func1 = Weight
|data1 = 0.4
|class_name = Base.EngineParts
|class_name = Base.EngineParts
}}'''Spare engine parts''' are an [[items|item]] used in [[vehicles|vehicle]] [[mechanics]].
}}'''Spare engine parts''' are an [[items|item]] used in [[vehicles|vehicle]] [[mechanics]].

Revision as of 12:36, 7 August 2018

The Game WorldItemsSpare Engine Parts
Spare Engine Parts
General
Category
Vehicle Maintenance
Encumbrance
Moodle Icon HeavyLoad.png
1
Function
Repair engine
Install/Uninstall
Tool(s)

Spare engine parts are an item used in vehicle mechanics.

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 part per 1% for sport and heavy-duty vehicles, and 1 part per 2% for standard vehicles, however this may vary depending on the player's mechanics skill.

Distribution

Spare engine parts do not appear in the world naturally, and can only be obtained by dismantling a vehicle's engine. However, this requires a mechanics level. A wrench is also needed and will set the engine condition to zero. The number of spare engine parts recovered is random, however is influenced by the player's mechanics level and condition of the engine.

Code

From vehiclesitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 39.67.5

	item EngineParts
		Weight		= 0.4,
		Type		= Normal,
		DisplayName	= Spare Engine Parts,
		Icon		= EngineParts,
		MetalValue 	= 30,

See also