Jack: Difference between revisions

From PZwiki
m (category)
(adjustments to layout. Added new infobox and header)
Line 1: Line 1:
__NOTOC__
{{languages|Jack}}
{{languages|Jack}}
{{header|The Game World|Items|Tools|version=Version 39|incver=66.3}}{{Tools|image=Jack_120px.png|primaryuse=Remove tires, brakes and suspension|otheruses=None|weight=1.5}}
{{header|The Game World|Items|Tools|type=Mechanics|version=Version 39|incver=67.5}}{{Infobox normal
The '''jack''' is a [[mechanics]] tool in [[Project Zomboid]] required in removing [[tire]]s, [[brake]]s and [[suspension]] from [[vehicles]]. Alongside the jack, a [[Lug Wrench|lug wrench]] is also needed to remove tires, whereas a [[wrench]] is needed with the jack for removing brakes and suspension, while also ensuring the tire has been removed first. The player will not be able to use the jack on a vehicle if they have not read the appropriate [[Recipe Magazines#Mechanics|recipe magazine]] corresponding to that vehicle type.
|display_name=Jack
|name_colour=Mechanics
|name_text_colour=Mechanics
|image=Jack_120px.png
|weight=1.5
|primary_use=Remove [[tire]]s, [[brake]]s and [[suspension]]
|class_name=Base.Jack}}A '''jack''' is a tool used in [[mechanics]].


==Item distribution==
==Usage==
A jack is required to remove [[tire]]s, [[brake]]s and [[suspension]] from [[vehicles]]. It is used to hold up the vehicle, so other tools, such as a [[Lug Wrench|lug wrench]] and [[wrench]] can remove the parts.
 
The tire must be removed using a lug wrench before the brakes and suspension can be accessed with the wrench. The jack is never removed from the player's inventory during this process and instead, the vehicle is effectively "lowered" back to the ground once a part is removed.
 
The player will not be able to use the jack on a vehicle if they have not read the appropriate [[Recipe Magazines#Mechanics|recipe magazine]] corresponding to the vehicle type.
 
==Distribution==
===Buildings===
===Buildings===
{| class="wikitable" style="text-align:center;"
{| class="wikitable" style="text-align:center;"
Line 77: Line 89:
==Code==
==Code==
'''''From vehicleitems.txt (Project Zomboid directory/media/scripts/vehicles/)'''''
'''''From vehicleitems.txt (Project Zomboid directory/media/scripts/vehicles/)'''''
  <nowiki>
  <pre> item Jack
item Jack
Weight = 1.5,
Weight = 1.5,
Type = Normal,
Type = Normal,
DisplayName = Jack,
DisplayName = Jack,
Icon = CarJack,</pre>
Icon = CarJack,
</nowiki>


==See Also==
==See also==
*[[Lug Wrench]]
*[[Lug Wrench]]
*[[Wrench]]
*[[Wrench]]

Revision as of 17:31, 25 July 2018

Jack
Jack
General
Category Item
Encumbrance
Heavy Load
1.5
Function Remove tires, brakes and suspension
Technical details
Base ID Base.Jack

A jack is a tool used in mechanics.

Usage

A jack is required to remove tires, brakes and suspension from vehicles. It is used to hold up the vehicle, so other tools, such as a lug wrench and wrench can remove the parts.

The tire must be removed using a lug wrench before the brakes and suspension can be accessed with the wrench. The jack is never removed from the player's inventory during this process and instead, the vehicle is effectively "lowered" back to the ground once a part is removed.

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

Distribution

Buildings

Building Container Rolls Chance
All Crate 1 0.2
Fossoil Counter 4 0.8
Garage All 2 0.5
Gas Station Shelves 5 0.8
Counter 5 0.8
Mechanic Metal Locker 3 0.5
Metal Shelves 3 0.5
Shed Counter 1 0.5
Storage Unit All 3 0.5

Vehicles

Profession Container Rolls Chance
All Trunk 2 1.5

Code

From vehicleitems.txt (Project Zomboid directory/media/scripts/vehicles/)

	item Jack
		Weight		= 1.5,
		Type		= Normal,
		DisplayName	= Jack,
		Icon		= CarJack,

See also

Template:Navbox/Tools