Lug Wrench: Difference between revisions

From PZwiki
No edit summary
m (Cleanup)
Line 24: Line 24:
'''''From vehicleitems.txt (Project Zomboid directory/media/scripts/vehicles/)'''''
'''''From vehicleitems.txt (Project Zomboid directory/media/scripts/vehicles/)'''''
{{Retrieved|version=41|incver=78.16}}
{{Retrieved|version=41|incver=78.16}}
<pre>item LugWrench
<pre>
item LugWrench
     {
     {
         DisplayCategory = Tool,
         DisplayCategory = Tool,
Line 40: Line 41:
*[[Wrench]]
*[[Wrench]]


{{Navbox/Tools}}
{{Navbox equipment}}


[[Category:Vehicles and Mechanics (Project)]]
[[Category:Vehicles and Mechanics (Project)]]

Revision as of 23:52, 5 April 2023

Lug Wrench
Lug Wrench
General
Category Item
Encumbrance
Heavy Load
1
Function Remove tires
Technical details
Base ID Base.LugWrench

A lug wrench is a tool used in vehicle mechanics.

Usage

A lug wrench is required to install and uninstall tires from vehicles, thus allowing access to suspension and brakes.

The player will not be able to use the lug wrench on a vehicle if they have not read the appropriate recipe magazine corresponding to the vehicle type.

Distribution

Buildings

Lug wrenches can be found in gas stations, sheds, garages, mechanic, storage units and crates,

Vehicles

Can be found in the trunk of vehicles.

Code

From vehicleitems.txt (Project Zomboid directory/media/scripts/vehicles/) Retrieved: Build 41.78.16

item LugWrench
    {
        DisplayCategory = Tool,
        Weight	=	1,
        Type	=	Normal,
        DisplayName	=	Lug Wrench,
        Icon	=	LugWrench,
        MechanicsItem = TRUE,
        WorldStaticModel = LugWrench,
    }

See also