module Base
{
	model 84oldsmobile98WindshieldaW
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_windshield_aw,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }
    model 84oldsmobile98WindshieldaM
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_windshield_am,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }    
    model 84oldsmobile98WindowflaW
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_fl_aw,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowflaM
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_fl_am,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowfraW
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_fr_aw,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowfraM
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_fr_am,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowrlaW
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_rl_aw,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowrlaM
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_rl_am,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowrraW
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_rr_aw,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowrraM
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_rr_am,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindshieldRearaW
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_windshield_rear_aw,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }
    model 84oldsmobile98WindshieldRearaM
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_windshield_rear_am,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }
    model 84oldsmobile98WindowflaWC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_fl_aw_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowflaMC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_fl_am_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowfraWC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_fr_aw_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowfraMC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_fr_am_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    }
    model 84oldsmobile98WindowrlaWC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_rl_aw_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }
    model 84oldsmobile98WindowrlaMC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_rl_am_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }
    model 84oldsmobile98WindowrraWC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_rr_aw_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }
    model 84oldsmobile98WindowrraMC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_window_rr_am_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }
    model 84oldsmobile98WindshieldRearaWC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_windshield_rear_aw_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }
    model 84oldsmobile98WindshieldRearaMC
    {
        mesh = vehicles/Vehicles_84oldsmobile98_Body|84c-platform_windshield_rear_am_c,
		shader = damn_vehicle_shader,
        scale = 0.1,
    }

	template vehicle OLD84WindshieldArmor
		{
		part DAMNWindshieldArmor
        	{

			model OLD84windaW
				{
                		file = 84oldsmobile98WindshieldaW,
				}
            model OLD84windaM
				{
                		file = 84oldsmobile98WindshieldaM,
				}

			area = Engine,
			category = bodywork,
			specificItem = false,
			itemType = Base.85gmBbodyWindshieldArmorW;Base.85gmBbodyWindshieldArmorM,
			mechanicRequireKey = false,
            durability = 5,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	tags = Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

                	time = 550,
                	skills = Mechanics:4,
                	recipes = Intermediate Mechanics,
                	test = Vehicles.InstallTest.Default,
                	complete = OLD84.InstallComplete.WindshieldArmor,
                	requireInstalled = Windshield,
            		}

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				tags = Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

						time = 600,
						skills = Mechanics:4,
						recipes = Intermediate Mechanics,
			            test = Vehicles.UninstallTest.Default,
						complete = OLD84.UninstallComplete.WindshieldArmor,
            		}

            		lua
            		{
					create = OLD84.Create.WindshieldArmor,
					init = OLD84.Init.WindshieldArmor,
					}
		}

    }

	template vehicle OLD84SideArmor
	{

		part DAMNFrontLeftArmor
        {

			model OLD84leftWindowaW
				{
                		file = 84oldsmobile98WindowflaW,
				}
            model OLD84leftWindowaM
				{
                		file = 84oldsmobile98WindowflaM,
				}

			area = SeatFrontLeft,
			category = bodywork,
			parent = DoorFrontLeft,
			specificItem = false,
			itemType = Base.85gmBbodyFrontWindowArmorW;Base.85gmBbodyFrontWindowArmorM,
			mechanicRequireKey = false,
            durability = 5,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	tags = Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

                	time = 500,
                	skills = Mechanics:4,
                	recipes = Intermediate Mechanics,
                	test = Vehicles.InstallTest.Default,
                	complete = OLD84.InstallComplete.FrontLeftArmor,
                	requireInstalled = WindowFrontLeft,
            		}

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				tags = Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

					time = 550,
					skills = Mechanics:4,
					recipes = Intermediate Mechanics,
		            test = Vehicles.UninstallTest.Default,
					complete = OLD84.UninstallComplete.FrontLeftArmor,
            		}

            		lua
            		{
					create = OLD84.Create.FrontLeftArmor,
					init = OLD84.Init.FrontLeftArmor,
					}
		}

		part DAMNFrontRightArmor
        {

			model OLD84rightWindowaW
				{
                		file = 84oldsmobile98WindowfraW,
				}
            model OLD84rightWindowaM
				{
                		file = 84oldsmobile98WindowfraM,
				}

			area = SeatFrontRight,
			category = bodywork,
			parent = WindowFrontRight,
			specificItem = false,
			itemType = Base.85gmBbodyFrontWindowArmorW;Base.85gmBbodyFrontWindowArmorM,
			mechanicRequireKey = false,
            durability = 5,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	tags = Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

                	time = 500,
                	skills = Mechanics:4,
                	recipes = Intermediate Mechanics,
                	test = Vehicles.InstallTest.Default,
                	complete = OLD84.InstallComplete.FrontRightArmor,
                	requireInstalled = WindowFrontRight,
            		}

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				tags = Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

					time = 550,
					skills = Mechanics:4,
					recipes = Intermediate Mechanics,
		            test = Vehicles.UninstallTest.Default,
					complete = OLD84.UninstallComplete.FrontRightArmor,
            		}

            		lua
            		{
					create = OLD84.Create.FrontRightArmor,
					init = OLD84.Init.FrontRightArmor,
					}
		}

		part DAMNRearLeftArmor
        {

			model OLD84leftWindowraW
				{
                		file = 84oldsmobile98WindowrlaW,
				}
            model OLD84leftWindowraM
				{
                		file = 84oldsmobile98WindowrlaM,
				}

			area = SeatRearLeft,
			category = bodywork,
			parent = WindowRearLeft,
			specificItem = false,
			itemType = Base.85gmBbodyRearWindowArmorW;Base.85gmBbodyRearWindowArmorM,
			mechanicRequireKey = false,
            durability = 5,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	tags = Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

                	time = 500,
                	skills = Mechanics:4,
                	recipes = Intermediate Mechanics,
                	test = Vehicles.InstallTest.Default,
                	complete = OLD84.InstallComplete.RearLeftArmor,
                	requireInstalled = WindowRearLeft,
            		}

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				tags = Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

					time = 550,
					skills = Mechanics:4,
					recipes = Intermediate Mechanics,
		            test = Vehicles.UninstallTest.Default,
					complete = OLD84.UninstallComplete.RearLeftArmor,
            		}

            		lua
            		{
					create = OLD84.Create.RearLeftArmor,
					init = OLD84.Init.RearLeftArmor,
					}
		}

		part DAMNRearRightArmor
        {

			model OLD84rightWindowraW
				{
                		file = 84oldsmobile98WindowrraW,
				}
            model OLD84rightWindowraM
				{
                		file = 84oldsmobile98WindowrraM,
				}

			area = SeatRearRight,
			category = bodywork,
			parent = WindowRearRight,
			specificItem = false,
			itemType = Base.85gmBbodyRearWindowArmorW;Base.85gmBbodyRearWindowArmorM,
			mechanicRequireKey = false,
            durability = 5,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	tags = Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

                	time = 500,
                	skills = Mechanics:4,
                	recipes = Intermediate Mechanics,
                	test = Vehicles.InstallTest.Default,
                	complete = OLD84.InstallComplete.RearRightArmor,
                	requireInstalled = WindowRearRight,
            		}

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				tags = Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

					time = 550,
					skills = Mechanics:4,
					recipes = Intermediate Mechanics,
		            test = Vehicles.UninstallTest.Default,
					complete = OLD84.UninstallComplete.RearRightArmor,
            		}

            		lua
            		{
					create = OLD84.Create.RearRightArmor,
					init = OLD84.Init.RearRightArmor,
					}
		}

    }

    template vehicle OLD84SideArmorCoupe
	{
        template! = OLD84SideArmor,

		part DAMNFrontLeftArmor
        {

			model OLD84leftWindowaW
				{
                		file = 84oldsmobile98WindowflaWC,
				}
            model OLD84leftWindowaM
				{
                		file = 84oldsmobile98WindowflaMC,
				}
		}

		part DAMNFrontRightArmor
        {

			model OLD84rightWindowaW
				{
                		file = 84oldsmobile98WindowfraWC,
				}
            model OLD84rightWindowaM
				{
                		file = 84oldsmobile98WindowfraMC,
				}
		}

		part DAMNRearLeftArmor
        {

			model OLD84leftWindowraW
				{
                		file = 84oldsmobile98WindowrlaWC,
				}
            model OLD84leftWindowraM
				{
                		file = 84oldsmobile98WindowrlaMC,
				}
		}

		part DAMNRearRightArmor
        {

			model OLD84rightWindowraW
				{
                		file = 84oldsmobile98WindowrraWC,
				}
            model OLD84rightWindowraM
				{
                		file = 84oldsmobile98WindowrraMC,
				}
		}

    }

    template vehicle OLD84WindshieldRearArmorSedan
	{

		part DAMNWindshieldRearArmor
        	{

			model OLD84windraW
				{
                		file = 84oldsmobile98WindshieldRearaW,
				}
            model OLD84windraM
				{
                		file = 84oldsmobile98WindshieldRearaM,
				}

			area = TruckBed,
			category = bodywork,
			specificItem = false,
			itemType = Base.85gmBbodyWindshieldRearArmorW;Base.85gmBbodyWindshieldRearArmorM,
			mechanicRequireKey = false,
            durability = 5,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	tags = Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

                	time = 550,
                	skills = Mechanics:4,
                	recipes = Intermediate Mechanics,
                	test = Vehicles.InstallTest.Default,
                	complete = OLD84.InstallComplete.WindshieldRearArmorS,
                	requireInstalled = WindshieldRear,
            		}

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				tags = Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

						time = 600,
						skills = Mechanics:4,
						recipes = Intermediate Mechanics,
			            test = Vehicles.UninstallTest.Default,
						complete = OLD84.UninstallComplete.WindshieldRearArmorS,
            		}

            		lua
            		{
					create = OLD84.Create.WindshieldRearArmorS,
					init = OLD84.Init.WindshieldRearArmorS,
					}
		}
	}

    template vehicle OLD84WindshieldRearArmorCoupe
	{
        template! = OLD84WindshieldRearArmorSedan,

		part DAMNWindshieldRearArmor
        	{

			model OLD84windraW
				{
                		file = 84oldsmobile98WindshieldRearaWC,
				}
            model OLD84windraM
				{
                		file = 84oldsmobile98WindshieldRearaMC,
				}
		}
	}

    template vehicle OLD84ArmorSedan
	{
        template! = OLD84WindshieldArmor,
        template! = OLD84SideArmor,
        template! = OLD84WindshieldRearArmorSedan,
    }

    template vehicle OLD84ArmorCoupe
	{
        template! = OLD84WindshieldArmor,
        template! = OLD84SideArmorCoupe,
        template! = OLD84WindshieldRearArmorCoupe,
    }

}