More actions
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 (2)
Fixer | Skill | Repairs | Success chance |
---|---|---|---|
1× Metal Sheet | 3 Metalworking 2 Mechanics |
61% | 95% |
2× Small Metal Sheet | 3 Metalworking 2 Mechanics |
25% | 95% |
Variants
Variant | Weight | Storage |
---|---|---|
Normal |
266 | 100 |
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
Source: ProjectZomboid\media\scripts\vehicles\vehiclesitems.txt
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
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
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,
}