Tire Pump: Difference between revisions

From PZwiki
No edit summary
Line 1: Line 1:
{{languages|Tire Pump}}
{{languages|Tire Pump}}
{{header|The Game World|Items|Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
{{header|The Game World|Items|Tools|Mechanic Tools|type=Tool|version=Version 39|incver=67.5}}{{Infobox normal
|display_name=Tire Pump
|display_name=Tire Pump
|name_colour=Tool
|name_colour=Tool

Revision as of 06:40, 2 April 2023

Tire Pump
Tire Pump
General
Category Item
Encumbrance
Heavy Load
2
Function Inflate tires
Technical details
Base ID Base.TirePump

A tire pump is a tool used in vehicle mechanics.

Usage

A tire pump is used to inflate the tires of a vehicle. Tires have a maximum tire pressure of 40 and will not increase beyond this. This does not require the player to have read any recipe magazines and can therefore be performed on any vehicle type.

To inflate a tire, open the Vehicle Mechanics menu and right-click on the wheel in question. Note that tires can be overfilled, and the current/max pressure will be shown in the upper right. Move or choose to inflate the next tire to cancel the inflation.

The tire pump is not required to deflate a tire.

Distribution

Buildings

Tire pumps 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

    item TirePump
    {
        DisplayCategory = Tool,
        Weight	=	2,
        Type	=	Normal,
        DisplayName	=	Tire Pump,
        Icon	=	TirePump,
        MechanicsItem = TRUE,
        WorldStaticModel = TirePump,
    }

See also

Template:Navbox/Tools