Tire: Difference between revisions

From PZwiki
m (Cleanup)
(elaborate on information)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|type=Mechanic|version=Version 41|incver=68}}{{Infobox vehicle part
{{Languages}}{{Header|The Game World|Items|type=Mechanic|version=Version 41|incver=78.16}}{{Infobox vehicle part
|name=Tire
|name=Tire
|name_colour=Mechanic
|name_colour=Mechanic
Line 25: Line 25:
|class_name=[[#Item IDs|Item IDs]]}}
|class_name=[[#Item IDs|Item IDs]]}}


{{quote|text=Low condition tire has less friction on the road. <br> A critical lack of condition or pressure can also make the tire burst.|author=In-game description}}A '''tire''' is an [[items|item]] forming an integral part of a [[vehicles|vehicle]], and can be found in three different variants, '''valu-tire''', '''regular tire''' and '''performance tire'''.
{{quote|text=Low condition tire has less friction on the road. <br> A critical lack of condition or pressure can also make the tire burst.|author=In-game description}}A '''tire''' is an [[items|item]] forming an integral part of a [[vehicles|vehicle]], and can be found in three different variants, '''valu-tire''', '''regular tire''' and '''performance tire'''. It is critical that they are well maintained and replaced once they degrade.


==Usage==
==Usage==
A tire is fitted onto the vehicle, over the top of the [[suspension]] and [[brake]]s, therefore the tire must first be removed to access either of these parts. The tires are the only part of the vehicle that makes contact with the ground, therefore the tire friction is important to reduce swerve and improve control.
===Installing===
A tire is fitted onto the vehicle with the use of a [[Jack]] and [[Lug Wrench]], on top of the [[suspension]] and [[brake]]s. Therefore, the tire must first be removed to access either of these parts. This can be done at any [[Mechanics]] skill level without the possibility of damage, which makes installing and removing tires a great way to level the [[Mechanics]] skill.


Tire condition will constantly decrease, however at a much greater rate when driving off-road. Tires with low condition have far less friction on the road and are more prone to bursting. A tire also has air pressure, which must be maintained with a [[Tire Pump|tire pump]], otherwise the risk of the tire bursting will be increased.
It is not possible to mix classes of car parts. For example, a ''standard'' class tire cannot be fitted onto a ''sport'' class vehicle. It is possible, however, to mix '''types''' of tires, as long as they are the same ''class''. For example, a ''standard'' class vehicle can have performance ''tires'' in the front and ''regular'' tires in the back, so long as they are all ''standard'' class parts. This is not recommended, however, as it can severely alter the driving dynamics of the vehicle.
===Driving===
The tires are used to transmit the power of the car onto the surface in order for it to move. Better tires have more grip, allowing faster acceleration and tighter and faster turns, and will wear out slower. The best to worst tires are ''performance'', ''regular'', and ''valu''.


It is possible to drive a vehicle with only three tires, but the handling characteristics will be severely compromised.
===Condition===
Tire condition will constantly decrease while the vehicle is moving, and will decrease at a greater rate when driving off-road, with the exception of heavy duty tires, which degrade slower off-road than on-road. Tires can not be repaired, meaning the only source of new tires is either looting them from various places, or salvaging them from other vehicles.
Tires also have a ''pressure'' stat that must be maintained with the use of a [[Tire Pump]].
Tires with low condition have far less grip on the road and are more prone to bursting. Tires with low pressure will be more prone to bursting or falling off the vehicle.
==Item IDs==
==Item IDs==
{| class="pztable"
{| class="pztable"

Revision as of 05:19, 21 September 2023

Tire
General
Category
Item
Encumbrance
Moodle Icon HeavyLoad.png
15
Function
Road friction
Install/Uninstall
Tool(s)
Low condition tire has less friction on the road.
A critical lack of condition or pressure can also make the tire burst.
— In-game description

A tire is an item forming an integral part of a vehicle, and can be found in three different variants, valu-tire, regular tire and performance tire. It is critical that they are well maintained and replaced once they degrade.

Usage

Installing

A tire is fitted onto the vehicle with the use of a Jack and Lug Wrench, on top of the suspension and brakes. Therefore, the tire must first be removed to access either of these parts. This can be done at any Mechanics skill level without the possibility of damage, which makes installing and removing tires a great way to level the Mechanics skill.

It is not possible to mix classes of car parts. For example, a standard class tire cannot be fitted onto a sport class vehicle. It is possible, however, to mix types of tires, as long as they are the same class. For example, a standard class vehicle can have performance tires in the front and regular tires in the back, so long as they are all standard class parts. This is not recommended, however, as it can severely alter the driving dynamics of the vehicle.

Driving

The tires are used to transmit the power of the car onto the surface in order for it to move. Better tires have more grip, allowing faster acceleration and tighter and faster turns, and will wear out slower. The best to worst tires are performance, regular, and valu.

It is possible to drive a vehicle with only three tires, but the handling characteristics will be severely compromised.

Condition

Tire condition will constantly decrease while the vehicle is moving, and will decrease at a greater rate when driving off-road, with the exception of heavy duty tires, which degrade slower off-road than on-road. Tires can not be repaired, meaning the only source of new tires is either looting them from various places, or salvaging them from other vehicles.

Tires also have a pressure stat that must be maintained with the use of a Tire Pump.

Tires with low condition have far less grip on the road and are more prone to bursting. Tires with low pressure will be more prone to bursting or falling off the vehicle.

Item IDs

Class name Vehicle type
Old Tire Base.OldTire1 Standard
Base.OldTire2 Heavy-Duty
Base.OldTire3 Sport
Regular Tire Base.NormalTire1 Standard
Base.NormalTire2 Heavy-Duty
Base.NormalTire3 Sport
Performance
Tire
Base.ModernTire1 Standard
Base.ModernTire2 Heavy-Duty
Base.ModernTire3 Sport

Code

From vehicleitems.txt (Project Zomboid directory/media/scripts/vehicles/) Retrieved: Build 41.78.16

	
item OldTire1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Valu-Tire,
        Icon	=	CarTire,
        VehicleType =   1,
        MaxCapacity = 30,
        ChanceToSpawnDamaged = 70,
        ConditionMax = 100,
        ConditionLowerStandard = 0.04,
        ConditionLowerOffroad = 0.5,
        WheelFriction = 1.2,
        MechanicsItem = TRUE,
        WorldStaticModel = Wheel,
     }

item NormalTire1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Regular Tire,
        Icon	=	CarTire,
        VehicleType =   1,
        MaxCapacity = 35,
        ChanceToSpawnDamaged = 50,
        ConditionMax = 100,
        ConditionLowerStandard = 0.03,
        ConditionLowerOffroad = 0.4,
        WheelFriction = 1.4,
        MechanicsItem = TRUE,
        WorldStaticModel = Wheel,
    }

    item ModernTire1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	15.0,
        Type	=	Normal,
        DisplayName	=	Performance Tire,
        Icon	=	CarTire,
        VehicleType =   1,
        MaxCapacity = 40,
        ChanceToSpawnDamaged = 30,
        WheelFriction = 1.6,
        ConditionMax = 100,
        ConditionLowerStandard = 0.02,
        ConditionLowerOffroad = 0.35,
        MechanicsItem = TRUE,
        WorldStaticModel = Wheel,
    }

See also