module Base
{
    model ATASamaraRoofrack
    {
        mesh = vehicles/ATA_Samara_model|Roof_trunk,
        texture = Vehicles/ATA_Muscle_items,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraRoofBag1
    {
        mesh = vehicles/ATA_Samara_model|Roof_bag1,
        texture = DuffelBagBlue,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraRoofBag2
    {
        mesh = vehicles/ATA_Samara_model|Roof_bag2,
        texture = DuffelBagGreen,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraRoofBag3
    {
        mesh = vehicles/ATA_Samara_model|Roof_bag3,
        texture = DuffelBagWhite,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraRoofCase1
    {
        mesh = vehicles/ATA_Samara_model|Roof_case1,
        texture = clothes/bag/Suitcase,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraRoofCase2
    {
        mesh = vehicles/ATA_Samara_model|Roof_case2,
        texture = clothes/bag/Suitcase,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraCooler
    {
        mesh = vehicles/ATA_Samara_model|Roof_Cooler,
        texture = clothes/bag/Cooler,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraGasCan1
    {
        mesh = vehicles/ATA_Samara_model|Roof_GasCan1,
        texture = GasCan,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraGasCan2
    {
        mesh = vehicles/ATA_Samara_model|Roof_GasCan2,
        texture = GasCan,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraGasCan3
    {
        mesh = vehicles/ATA_Samara_model|Roof_GasCan3,
        texture = GasCan,
        shader = vehiclewheel,
        scale = 0.02,
    }
    model ATASamaraGuitarCase
    {
        mesh = vehicles/ATA_Samara_model|Roof_guitar,
        texture = clothes/bag/ClassicGuitarCase,
        shader = vehiclewheel,
        scale = 0.02,
    }
    
    template vehicle ATASamara_RoofRack
    {
        template = ATA2InteractiveTrunk/part/ATA2InteractiveTrunkRoofRack,
        part ATA2InteractiveTrunkRoofRack
        {
            area = ATARoof,
            model ATARoofrack
            {
                file = ATASamaraRoofrack,
            }
            model ATARoofBag1
            {
                file = ATASamaraRoofBag1,
            }
            model ATARoofBag2
            {
                file = ATASamaraRoofBag2,
            }
            model ATARoofBag3
            {
                file = ATASamaraRoofBag3,
            }
            model ATARoofCase1
            {
                file = ATASamaraRoofCase1,
            }
            model ATARoofCase2
            {
                file = ATASamaraRoofCase2,
            }
            model ATACooler
            {
                file = ATASamaraCooler,
            }
            model ATAGasCan1
            {
                file = ATASamaraGasCan1,
            }
            model ATAGasCan2
            {
                file = ATASamaraGasCan2,
            }
            model ATAGasCan3
            {
                file = ATASamaraGasCan3,
            }
            model ATAGuitarCase
            {
                file = ATASamaraGuitarCase,
            }
        }
    }
}