module Base
{
	model SVU_FL_Window_VVE_C73_Light_a
 	{
		mesh = vehicles/SVU/VVE/C73/doorF|windowfrontlightleft,
		shader = vehicle_armor,
 		scale = 0.004,
		static = FALSE,
 	}
	model SVU_FL_Window_VVE_C73_Light_Spiked_a
	{
		mesh = vehicles/SVU/VVE/C73/doorF|windowfrontlightspikedleft,
        texture = Vehicles/puv_parts,
        shader = vehicle_armor,
        scale = 0.004,
		static = FALSE,
	}
	model SVU_FL_Window_VVE_C73_Heavy_a
	{
		mesh = vehicles/SVU/VVE/C73/doorF|windowfrontheavyleft,
		texture = Vehicles/puv_parts,
		shader = vehicle_armor,
		scale = 0.004,
		static = FALSE,
	}
	model SVU_FL_Window_VVE_C73_Heavy_Spiked_a
	{
		mesh = vehicles/SVU/VVE/C73/doorF|windowfrontheavyspikedleft,
		texture = Vehicles/puv_parts,
		shader = vehicle_armor,
		scale = 0.004,
		static = FALSE,
	}
	model SVU_FL_Window_VVE_C73_Reinforced_a
	{
		mesh = vehicles/SVU/VVE/C73/doorF|windowfrontreinforcedleft,
		texture = Vehicles/puv_parts,
		shader = vehicle_armor,
		scale = 0.004,
		static = FALSE,
	}

    template vehicle PU_armor_VVE_C73_doorwindowsFL {
        part ATA2ProtectionWindowFrontLeft
		{
			parent = DoorFrontLeft,
			model anchorNormal {
				file = VVA_SVU_Dummy,
			}
			model anchorRusted {
				file = VVA_SVU_DummyRust,
			}
			model Light
			{
				file = SVU_FL_Window_VVE_C73_Light_a,
			}
			model Heavy
			{
				file = SVU_FL_Window_VVE_C73_Heavy_a,
			}
			model LightSpiked
			{
				file = SVU_FL_Window_VVE_C73_Light_Spiked_a,
			}
			model HeavySpiked
			{
				file = SVU_FL_Window_VVE_C73_Heavy_Spiked_a,
			}
			model LightRusted
			{
				file = SVU_FL_Window_VVE_C73_Light_a,
			}
			model HeavyRusted
			{
				file = SVU_FL_Window_VVE_C73_Heavy_a,
			}
			model LightSpikedRusted
			{
				file = SVU_FL_Window_VVE_C73_Light_Spiked_a,
			}
			model HeavySpikedRusted
			{
				file = SVU_FL_Window_VVE_C73_Heavy_Spiked_a,
			}
			model Reinforced
			{
				file = SVU_FL_Window_VVE_C73_Reinforced_a,
			}
			model ReinforcedRusted
			{
				file = SVU_FL_Window_VVE_C73_Reinforced_a,
			}

			table install
            {
            	complete = ATATuning2.InstallComplete.AnchorTuning,
            }
            table uninstall
            {
            	complete = ATATuning2.UninstallComplete.AnchorTuning,
            }
            lua
            {
            	create = ATATuning2.Create.AnchorTuning,
        		init = ATATuning2.Init.AnchorTuning,
        		update = ATATuning2.Update.Protection,
            }
		}
    }
}
