Lug Wrench: Difference between revisions

From PZwiki
m (Update link)
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Tools|Mechanic Tools|type=Tool|version=Version 41|incver=78.16}}{{Infobox normal
{{Languages}}{{Header|The Game World|Items|Tools|Mechanic Tools|type=Tool|version=Version 41|incver=78.16}}{{Infobox item
|display_name=Lug Wrench
|display_name=Lug Wrench
|name_colour=Tool
|name_colour=Tool
|name_text_colour=Tool
|name_text_colour=Tool
|image=LugWrench_Model.png
|model=LugWrench_Model.png
|alternate_image=LugWrench.png
|icon=LugWrench.png
|alternate_name=Lug Wrench
|icon_name=Lug Wrench
|weight=1
|weight=1
|primary_use=Remove [[tire]]s
|primary_use=Remove [[tire]]s

Revision as of 06:23, 23 September 2023

Lug Wrench
LugWrench Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
1
Function
Remove tires
Technical
Item 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