Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Trailer

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Trailer
Trailer
[[File:{{{icon2}}}|Trailer|200px]]
[[File:{{{icon3}}}|Trailer|200px]]
[[File:{{{icon4}}}|Trailer|200px]]
[[File:{{{icon5}}}|Trailer|200px]]
A trailer.
General
Manufacturer
Chevalier
Vehicle type
Weight
266-282
Body
Trunk
80-120+ depending on condition
Variants
Style
Cover

The trailer is an unpowered utility vehicle found throughout Knox Country. They can be attached to the back of all vehicles to carry an additional 100+ units of encumbrance.

Characteristics

Trailers are unpowered and thus must be towed behind another vehicle. They do not serve any other purpose besides carrying additional cargo. Be mindful that the extra weight will slow the vehicle down. It is not possible to carry players inside a trailer by any means.

The towing capability of a vehicle is governed by horsepower and not torque, so sport class vehicles are the best at towing trailers, not heavy-duty ones. Why this mechanic functions this way is unknown. It might be changed in a future update.

If the car the trailer spawns attached to is too damaged, it cannot be detached without dismantling the car wreck. Thus, it is recommended to bring metalworking supplies when trailer hunting.

Condition

A trailer can become damaged if it crashes into a zombie or any solid object. It can be repaired in the same manner as the trunk of a vehicle.

Repairing

Big Trunk; Trailer Trunk

Required item(s): Propane Torch Propane Torch (2)

For more information, see Condition
Fixer Skill Repairs Success chance
Metal Sheet Metal Sheet 3 Metalworking
2 Mechanics
61% 95%
Small Metal Sheet Small Metal Sheet 3 Metalworking
2 Mechanics
25% 95%

Variants

Variant Weight Storage
Base.Trailer.png

Normal

266 100
Base.TrailerCover.png

Cover

282 100

Base IDs

Variant Base ID
Normal Base.Trailer
Cover Base.TrailerCover

Locations

The trailer and its cover variant can be found in traffic accidents across Knox Country. 4-lane highways have the highest chance of spawning accidents, thus, it is the place that trailers are most likely to spawn.

Trivia

  • When towing, trailers and advert trailers are the only vehicle types to directly attach to the rear of the vehicle.
  • The trailer will always have a minimum capacity of 80, regardless of how far the condition of the trailer dips.
  • While there doesn't seem to be a specific model the trailer is based off of, its design is that of a two-wheeled utility wagon.
  • It is the only other vehicle that must be towed by a working vehicle other than the advert trailer.
  • Damaged trailers can lose cargo. This is indicated by a thump sound.

History

Base.TrailerTrunk1

Version Description
Build 41.65 DisplayCategory added with value VehicleMaintenance.
Build 41.46 Released on this version.

Base.TrailerTrunk2

Version Description
Build 41.65 DisplayCategory added with value VehicleMaintenance.
Build 41.46 Released on this version.

Base.TrailerTrunk3

Version Description
Build 41.65 DisplayCategory added with value VehicleMaintenance.
Build 41.46 Released on this version.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\vehicles\vehiclesitems.txt

Retrieved: Build 41.78.16
item TrailerTrunk1
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	30.0,
        Type	=	Normal,
        DisplayName	=	Big Trunk,
        Icon	=	CarTrunk,
        VehicleType =   1,
        MaxCapacity = 100,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 10,
        MechanicsItem = TRUE,
    }

Source: ProjectZomboid\media\scripts\vehicles\vehiclesitems.txt

Retrieved: Build 41.78.16
item TrailerTrunk2
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	30.0,
        Type	=	Normal,
        DisplayName	=	Trailer Trunk,
        Icon	=	CarTrunk,
        VehicleType =   2,
        MaxCapacity = 100,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 10,
        MechanicsItem = TRUE,
    }

Source: ProjectZomboid\media\scripts\vehicles\vehiclesitems.txt

Retrieved: Build 41.78.16
item TrailerTrunk3
    {
        DisplayCategory = VehicleMaintenance,
        Weight	=	30.0,
        Type	=	Normal,
        DisplayName	=	Trailer Trunk,
        Icon	=	CarTrunk,
        VehicleType =   3,
        MaxCapacity = 100,
        ConditionAffectsCapacity = false,
        ConditionMax = 100,
        ChanceToSpawnDamaged = 10,
        MechanicsItem = TRUE,
    }

See also