Spare Engine Parts: Difference between revisions

From PZwiki
m (Remove 120px)
m (Cleanup)
Line 1: Line 1:
{{languages|Spare Engine Parts}}
{{Languages}}{{Header|The Game World|Items|type=Mechanic|version=Version 40|incver=5}}{{Infobox vehicle part
{{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
Line 13: Line 12:


==Usage==
==Usage==
Spare engine parts are used to repair a vehicle's engine. Repairing an engine requires a [[wrench]] and certain [[Skills|mechanics skill]] depending on the [[Vehicles Guide|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 for heavy-duty.
Spare engine parts are used to repair a vehicle's engine. Repairing an engine requires a [[wrench]] and certain [[Skills|mechanics skill]] depending on the [[Vehicles#Types|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 for heavy-duty.


==Distribution==
==Distribution==
Spare engine parts sparsely appear in the [[Knox Country|world]] within car repair shops, and can also be obtained by dismantling a vehicle's engine. However, this requires a [[Skills|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. A rough estimate for max level mechanic is 0-2 parts for each 10% of engine condition
Spare engine parts sparsely appear in the [[Knox Country|world]] within car repair shops, and can also be obtained by dismantling a vehicle's engine. However, this requires a [[Skills|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. A rough estimate for max level mechanic is 0-2 parts for each 10% of engine condition.


==Code==
==Code==
'''''From vehiclesitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From vehiclesitems.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=49}}
{{Retrieved|version=41|incver=49}}
<pre>   item EngineParts
<pre>
    item EngineParts
      Weight = 0.4,
      Weight = 0.4,
      Type = Normal,
      Type = Normal,
Line 27: Line 27:
      Icon = EngineParts,
      Icon = EngineParts,
      MetalValue = 30,
      MetalValue = 30,
      MechanicsItem = TRUE,</pre>
      MechanicsItem = TRUE,
</pre>


==See also==
==See also==
*[[Vehicles Guide]]
*[[Vehicles]]
*[[Mechanics|Mechanics Guide]]
*[[Mechanics]]


{{Navbox vehicles}}
{{Navbox vehicles}}
[[Category:Vehicles and Mechanics (Project)]]
[[Category:Vehicles and Mechanics (Project)]]

Revision as of 17:50, 29 June 2023

The Game WorldItemsSpare Engine Parts
Spare Engine Parts
General
Category
Item
Encumbrance
Moodle Icon HeavyLoad.png
0.4
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% 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 for heavy-duty.

Distribution

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 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. A rough estimate for max level mechanic is 0-2 parts for each 10% of engine condition.

Code

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

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

See also