module Base
{

/****Hitches****/

	item FRTrailerHitch1
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Trailer Hitch,
		Icon	=	FR_TrailerHitch,
		VehicleType	=	1,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_TrailerHitch,
	}

	item FRTrailerHitch2
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Trailer Hitch,
		Icon	=	FR_TrailerHitch,
		VehicleType	=	2,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_TrailerHitch,
	}

	item FRTrailerHitch3
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	2,
		Type	=	Normal,
		DisplayName	=	Trailer Hitch,
		Icon	=	FR_TrailerHitch,
		VehicleType	=	3,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_TrailerHitch,
	}

	item FRFifthWheelHitch
	{
		DisplayCategory = VehicleMaintenance,
		Weight	=	10,
		Type	=	Normal,
		DisplayName	=	Fifth Wheel Hitch,
		Icon	=	FR_TrailerHitch,
		ConditionMax = 100,
		MechanicsItem = TRUE,
		WorldStaticModel = FR_World_TrailerHitch,
	}
}