module Base
{
    model ATAMustangRoofrack
    {
        mesh = vehicles/ATA_Mustang_model|Roof_trunk,
        texture = Vehicles/ATA_Mustang_items,
        scale = 0.02,
    }
    model ATAMustangRoofBag1
    {
        mesh = vehicles/ATA_Mustang_model|Roof_bag1,
        texture = clothes/bag/DuffelBagBlue,
        scale = 0.02,
    }
    model ATAMustangRoofBag2
    {
        mesh = vehicles/ATA_Mustang_model|Roof_bag2,
        texture = clothes/bag/DuffelBagGreen,

        scale = 0.02,
    }
    model ATAMustangRoofBag3
    {
        mesh = vehicles/ATA_Mustang_model|Roof_bag3,
        texture = clothes/bag/DuffelBagWhite,

        scale = 0.02,
    }
    model ATAMustangRoofCase1
    {
        mesh = vehicles/ATA_Mustang_model|Roof_case1,
        texture = clothes/bag/Suitcase,

        scale = 0.02,
    }
    model ATAMustangRoofCase2
    {
        mesh = vehicles/ATA_Mustang_model|Roof_case2,
        texture = clothes/bag/Suitcase,

        scale = 0.02,
    }
    model ATAMustangCooler
    {
        mesh = vehicles/ATA_Mustang_model|Roof_Cooler,
        texture = clothes/bag/Cooler,

        scale = 0.02,
    }
    model ATAMustangGasCan1
    {
        mesh = vehicles/ATA_Mustang_model|Roof_GasCan1,
        texture = GasCan,

        scale = 0.02,
    }
    model ATAMustangGasCan2
    {
        mesh = vehicles/ATA_Mustang_model|Roof_GasCan2,
        texture = GasCan,

        scale = 0.02,
    }
    model ATAMustangGasCan3
    {
        mesh = vehicles/ATA_Mustang_model|Roof_GasCan3,
        texture = GasCan,

        scale = 0.02,
    }
    model ATAMustangGuitarCase
    {
        mesh = vehicles/ATA_Mustang_model|Roof_guitar,
        texture = clothes/bag/ClassicGuitarCase,

        scale = 0.02,
    }
    
    template vehicle ATAMustang_RoofRack
    {
        template = ATA2InteractiveTrunk/part/ATA2InteractiveTrunkRoofRack,
        part ATA2InteractiveTrunkRoofRack
        {
            area = ATARoof,
            model ATARoofrack
            {
                file = ATAMustangRoofrack,
            }
            model ATARoofBag1
            {
                file = ATAMustangRoofBag1,
            }
            model ATARoofBag2
            {
                file = ATAMustangRoofBag2,
            }
            model ATARoofBag3
            {
                file = ATAMustangRoofBag3,
            }
            model ATARoofCase1
            {
                file = ATAMustangRoofCase1,
            }
            model ATARoofCase2
            {
                file = ATAMustangRoofCase2,
            }
            model ATACooler
            {
                file = ATAMustangCooler,
            }
            model ATAGasCan1
            {
                file = ATAMustangGasCan1,
            }
            model ATAGasCan2
            {
                file = ATAMustangGasCan2,
            }
            model ATAGasCan3
            {
                file = ATAMustangGasCan3,
            }
            model ATAGuitarCase
            {
                file = ATAMustangGuitarCase,
            }
        }
    }
}