module Base
{
    model 63beetledoorfla
    	{
        mesh = vehicles/Vehicles_63beetle_Body|63beetle_window_fl_a,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    	}

    model 63beetledoorfra
    	{
        mesh = vehicles/Vehicles_63beetle_Body|63beetle_window_fr_a,
		shader = damn_vehicle_shader,
        scale = 0.1,
        static = FALSE,
    	}

    model 63beetledoorrla
    	{
        mesh = vehicles/Vehicles_63beetle_Body|63beetle_window_rl_a,
		shader = damn_vehicle_shader,
        scale = 0.1,
    	}

    model 63beetledoorrra
    	{
        mesh = vehicles/Vehicles_63beetle_Body|63beetle_window_rr_a,
		shader = damn_vehicle_shader,
        scale = 0.1,
    	}

    model 63beetlewindshielda
    	{
        mesh = vehicles/Vehicles_63beetle_Body|63beetle_windshield_a,
		shader = damn_vehicle_shader,
        scale = 0.1,
    	}

    model 63beetlewindshieldreara
    	{
        mesh = vehicles/Vehicles_63beetle_Body|63beetle_windshield_rear_a,
		shader = damn_vehicle_shader,
        scale = 0.1,
    	}

	template vehicle BTL63Armor
		{
		part BTL63WindshieldArmor
        	{

			model BTL63winda
				{
                		file = 63beetlewindshielda,
				}

			area = TruckBed,
			category = bodywork,
			specificItem = false,
			itemType = Base.63beetleWindshieldArmor,
			mechanicRequireKey = false,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	type = Base.Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

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

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				type = Base.Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

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

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

		part BTL63FrontLeftArmor
        {

			model BTL63fla
				{
                		file = 63beetledoorfla,
				}

			area = SeatFrontLeft,
			category = bodywork,
			parent = DoorFrontLeft,
			specificItem = false,
			itemType = Base.63beetleFrontWindowArmor,
			mechanicRequireKey = false,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	type = Base.Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

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

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				type = Base.Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

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

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

		part BTL63FrontRightArmor
        {

			model BTL63fra
				{
                		file = 63beetledoorfra,
				}

			area = SeatFrontRight,
			category = bodywork,
			parent = DoorFrontRight,
			specificItem = false,
			itemType = Base.63beetleFrontWindowArmor,
			mechanicRequireKey = false,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	type = Base.Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

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

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				type = Base.Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

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

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

		part BTL63RearLeftArmor
        {

			model BTL63rla
				{
                		file = 63beetledoorrla,
				}

			area = SeatRearLeft,
			category = bodywork,
			parent = DoorRearLeft,
			specificItem = false,
			itemType = Base.63beetleRearWindowArmor,
			mechanicRequireKey = false,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	type = Base.Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

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

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				type = Base.Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

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

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

		part BTL63RearRightArmor
        {

			model BTL63rra
				{
                		file = 63beetledoorrra,
				}

			area = SeatRearRight,
			category = bodywork,
			parent = DoorRearRight,
			specificItem = false,
			itemType = Base.63beetleRearWindowArmor,
			mechanicRequireKey = false,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	type = Base.Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

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

            		table uninstall
            		{
                	items
                	{
                    	1
                    		{
			  				type = Base.Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

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

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

		part BTL63WindshieldRearArmor
        {

				model BTL63windra
				{
                		file = 63beetlewindshieldreara,
				}

			area = Engine,
			category = bodywork,
			specificItem = false,
			itemType = Base.63beetleWindshieldRearArmor,
			mechanicRequireKey = false,

			table install
			{
                	items
                	{
                    	1
                    		{
                        	type = Base.Screwdriver,
                        	count = 1,
                        	keep = true,
							equip = primary,
                    		}
                	}

                	time = 700,
                	skills = Mechanics:4,
                	recipes = Intermediate Mechanics,
                	test = Vehicles.InstallTest.Default,
                	complete = BTL63.InstallComplete.WindshieldRearArmor,
                	requireInstalled = WindshieldRear,
            }

            table uninstall
            {
                	items
                	{
                    	1
                    		{
			  				type = Base.Screwdriver,
							count = 1,
							keep = true,
							equip = primary,
                    		}
                	}

					time = 750,
					skills = Mechanics:4,
					recipes = Intermediate Mechanics,
		            test = Vehicles.UninstallTest.Default,
					complete = BTL63.UninstallComplete.WindshieldRearArmor,
            		}

            		lua
            		{
					create = BTL63.Create.WindshieldRearArmor,
					init = BTL63.Init.WindshieldRearArmor,
			}
		}
	}
}
