module Base
{
	template vehicle KI5TRTrunkCompartment
	{
		part KI5TRTrunk
		{
			category = bodywork,
			area = TruckBed,
			itemType = Base.KI5trailersTrunk,
			mechanicRequireKey = false,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = KI5TR.ContainerAccess.TruckBed,
			}
			lua
			{
				create = Vehicles.Create.Default,
			}
		}

		part TruckBed
		{
			category = nodisplay,
			area = TruckBed,
			itemType = nil,
			mechanicRequireKey = false,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = KI5TR.ContainerAccess.TruckBed,
			}
			lua
			{
				DAMN.Create.Blank
			}
		}
	}

    template vehicle KI5TRCLTrunkCompartment
	{
		part KI5TRCLTrunk
		{
			category = bodywork,
			area = TruckBed,
			itemType = Base.KI5trailersTrunk,
			mechanicRequireKey = false,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = KI5TR.ContainerAccess.TruckBed,
			}
			lua
			{
				create = Vehicles.Create.Default,
			}
		}

		part TruckBed
		{
			category = nodisplay,
			area = TruckBed,
			itemType = nil,
			mechanicRequireKey = false,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = KI5TR.ContainerAccess.TruckBed,
			}
			lua
			{
				DAMN.Create.Blank
			}
		}
	}

    template vehicle KI5TRCMTrunkCompartment
	{
		part KI5TRCMTrunk
		{
			category = bodywork,
			area = TruckBed,
			itemType = Base.KI5trailersTrunk,
			mechanicRequireKey = false,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = KI5TR.ContainerAccess.TruckBed,
			}
			lua
			{
				create = Vehicles.Create.Default,
			}
		}

		part TruckBed
		{
			category = nodisplay,
			area = TruckBed,
			itemType = nil,
			mechanicRequireKey = false,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = KI5TR.ContainerAccess.TruckBed,
			}
			lua
			{
				DAMN.Create.Blank
			}
		}
	}

    template vehicle KI5TRCSTrunkCompartment
	{
		part KI5TRCSTrunk
		{
			category = bodywork,
			area = TruckBed,
			itemType = Base.KI5trailersTrunk,
			mechanicRequireKey = false,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = KI5TR.ContainerAccess.TruckBed,
			}
			lua
			{
				create = Vehicles.Create.Default,
			}
		}

		part TruckBed
		{
			category = nodisplay,
			area = TruckBed,
			itemType = nil,
			mechanicRequireKey = false,
			repairMechanic = true,
			container
			{
				conditionAffectsCapacity = false,
				test = KI5TR.ContainerAccess.TruckBed,
			}
			lua
			{
				DAMN.Create.Blank
			}
		}
	}
}