Tire Pump: Difference between revisions

From PZwiki
No edit summary
m (Cleanup)
Line 1: Line 1:
{{languages|Tire Pump}}
{{Languages}}{{header|The Game World|Items|Tools|Mechanic 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
Line 17: Line 16:


==Distribution==
==Distribution==
===Buildings===
===Buildings===
Tire pumps can be found in gas stations, sheds, garages, mechanic, storage units and [[Containers#Crates|crates]],  
Tire pumps can be found in gas stations, sheds, garages, mechanic, storage units and [[Containers#Crates|crates]],  
Line 26: Line 26:
'''''From vehicleitems.txt (Project Zomboid directory/media/scripts/vehicles/)'''''
'''''From vehicleitems.txt (Project Zomboid directory/media/scripts/vehicles/)'''''
{{Retrieved|version=41|incver=78}}
{{Retrieved|version=41|incver=78}}
<pre>   item TirePump
<pre>
    item TirePump
     {
     {
         DisplayCategory = Tool,
         DisplayCategory = Tool,
Line 35: Line 36:
         MechanicsItem = TRUE,
         MechanicsItem = TRUE,
         WorldStaticModel = TirePump,
         WorldStaticModel = TirePump,
     }</pre>
     }
</pre>


==See also==
==See also==
Line 41: Line 43:
*[[Jack]]
*[[Jack]]


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


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

Revision as of 23:58, 5 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