Jack: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
m (Bump to .16, minor fixes)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Tools|Mechanic Tools|type=Tool|version=Version 41|incver=78}}{{Infobox item
{{Languages}}
{{Header|The Game World|Items|Tools|Mechanic Tools|type=Tool|version=Version 41|incver=78.16}}
{{Infobox item
|display_name=Jack
|display_name=Jack
|name_colour=Tool
|name_colour=Tool
Line 7: Line 9:
|icon_name=Jack
|icon_name=Jack
|weight=1.5
|weight=1.5
|primary_use=Remove [[tire]]s, [[brake]]s and [[suspension]]
|primary_use=Remove [[tire]]s, [[brake]]s, and [[suspension]]
|class_name=Base.Jack}}A '''jack''' is a tool used in [[mechanics]].
|class_name=Base.Jack
}}
A '''jack''' is a tool used in [[mechanics]].


==Usage==
==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.
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 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.
Line 18: Line 22:


==Distribution==
==Distribution==
===Buildings===
===Buildings===
{| class="pztable" style="text-align:center;"
{| class="pztable" style="text-align:center;"

Revision as of 20:11, 23 October 2023

Jack
Jack Model.png
General
Encumbrance
Moodle Icon HeavyLoad.png
1.5
Function
Remove tires, brakes, and suspension
Technical
Item 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/) Retrieved: Build 41.78.16

item Jack
    {
        DisplayCategory = Tool,
        Weight	=	1.5,
        Type	=	Normal,
        DisplayName	=	Jack,
        Icon	=	CarJack,
        MechanicsItem = TRUE,
        WorldStaticModel = CarJack,
    }

See also