module Base
{
	template vehicle SVU_Armor_Windshield
	{
		part Windshield
        {
            table uninstall
            {
                requireUninstalled = ATA2ProtectionWindshield,
            }
        }
	}
	template vehicle SVU_Armor_WindshieldRear
	{
		part WindshieldRear
		{
            table uninstall
            {
                requireUninstalled = ATA2ProtectionWindshieldRear,
            }
	    }
	}
	template vehicle SVU_Armor_WindowFrontLeft
	{
		part WindowFrontLeft
		{
            table uninstall
            {
                requireUninstalled = ATA2ProtectionWindowFrontLeft,
            }
	    }
	}
	template vehicle SVU_Armor_WindowFrontRight
	{
		part WindowFrontRight
		{
            table uninstall
            {
                requireUninstalled = ATA2ProtectionWindowFrontRight,
            }
	    }
	}
	template vehicle SVU_Armor_WindowMiddleLeft
	{
		part WindowMiddleLeft
		{
            table uninstall
            {
                requireUninstalled = ATA2ProtectionWindowMiddleLeft,
            }
	    }
	}
	template vehicle SVU_Armor_WindowMiddleRight
	{
		part WindowMiddleRight
		{
            table uninstall
            {
                requireUninstalled = ATA2ProtectionWindowMiddleRight,
            }
	    }
	}
	template vehicle SVU_Armor_WindowRearLeft
	{
		part WindowRearLeft
		{
            table uninstall
            {
                requireUninstalled = ATA2ProtectionWindowRearLeft,
            }
	    }
	}
	template vehicle SVU_Armor_WindowRearRight
	{
		part WindowRearRight
		{
            table uninstall
            {
                requireUninstalled = ATA2ProtectionWindowRearRight,
            }
	    }
	}
}
