![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Tire
Jump to navigation
Jump to search
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.
![]() |
English |
Tire | |
---|---|
![]() | |
General | |
Category | Item |
Weight | 15 |
Function | Road friction |
Required tool | Jack and Lug Wrench |
Type Standard | |
Wheel friction |
1.2 Valu-Tire 1.4 Regular Tire 1.6 Performance Tire |
Degradation on road |
0.04 Valu-Tire 0.03 Regular Tire 0.02 Performance Tire |
Degradation off-road |
0.5 Valu-Tire 0.4 Regular Tire 0.35 Performance Tire |
Type Heavy-Duty | |
Wheel friction |
1.3 Valu-Tire 1.5 Regular Tire 1.6 Performance Tire |
Degradation on road |
0.04 Valu-Tire 0.03 Regular Tire 0.02 Performance Tire |
Degradation off-road |
0.35 Valu-Tire 0.25 Regular Tire 0.15 Performance Tire |
Type Sport | |
Wheel friction |
1.3 Valu-Tire 1.6 Regular Tire 1.8 Performance Tire |
Degradation on road |
0.08 Valu-Tire 0.05 Regular Tire 0.02 Performance Tire |
Degradation off-road |
0.5 Valu-Tire 0.4 Regular Tire 0.35 Performance Tire |
Technical details | |
Base ID | Item IDs |
“ | “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 |
Usage
A tire is fitted onto the vehicle, over the top of the suspension and brakes, 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.
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, otherwise the risk of the tire bursting will be increased.
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 | |
---|---|
Version 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
Vehicles v • d • e | |
Standard | Chevalier Cerise Wagon • Chevalier Dart • Chevalier Nyala • Dash Rancher • Masterson Horizon |
Heavy-Duty | Chevalier D6 • Chevalier Step Van • Dash Bulldriver • Franklin All-Terrain • Franklin Valuline |
Sport | Chevalier Cossette • Chevalier Primani • Dash Elite • Mercia Lang 4000 |
Trailer | Advert Trailer • Trailers |
Parts | Brake • Car Battery • Door • Gas Tank • Hood • Muffler • Seat • Spare Engine Parts • Suspension • Tire • Trunk Lid • Trunk • Window |