Filters

The speed in the editor is different from the front end.

The effect will not be complete in the editor because the js is only executed in the front end.

Important watch the tutorial: https://youtu.be/ZHHJLM2u9-0

PS90

03/2024
3 mins

Title: Exploring the FN PS90: A Modern Marvel of Firearm Engineering

Introduction: Welcome to our latest exploration into the world of firearms enthusiasts! Today, we’re delving into the remarkable FN PS90, a firearm that seamlessly blends innovation, performance, and futuristic design. Join us as we uncover the features, capabilities, and allure of this cutting-edge firearm from FN Herstal.

Overview of the FN PS90: The FN PS90, developed by the renowned Belgian firearms manufacturer FN Herstal, is a compact and lightweight semi-automatic carbine. It’s a civilian variant of the FN P90, which was originally designed for military and law enforcement applications. The PS90 boasts a distinctive bullpup design, with the magazine situated above the barrel and the action located behind the trigger.

Key Features and Specifications:

  1. Bullpup Design: The FN PS90’s bullpup configuration contributes to its compact size and exceptional maneuverability. Despite its compactness, the PS90 features a full-length barrel, maximizing accuracy and ballistic performance.
  2. Caliber: Chambered in the proprietary 5.7x28mm caliber, the PS90 offers low recoil and impressive velocity, making it suitable for a variety of applications including personal defense, target shooting, and recreational plinking.
  3. High-Capacity Magazine: One of the most distinctive features of the PS90 is its high-capacity magazine, which typically holds 50 rounds of ammunition. This generous capacity provides users with ample firepower while minimizing the need for frequent reloads.
  4. Ambidextrous Controls: The PS90 is equipped with ambidextrous controls, including the charging handle, safety selector, and magazine release, making it equally accessible to both left- and right-handed shooters.
  5. Integrated Optics: The PS90 comes standard with integrated optical sights, including a reflex sight or a traditional scope, depending on the variant. These sights offer rapid target acquisition and enhanced accuracy right out of the box.

Performance and Ergonomics: The FN PS90 excels in terms of performance, offering exceptional accuracy, reliability, and controllability. Its ergonomic design, featuring a comfortable pistol grip and an adjustable shoulder stock, ensures a natural point of aim and minimal fatigue during extended shooting sessions. The low recoil of the 5.7x28mm cartridge further enhances the PS90’s shootability, allowing for rapid follow-up shots with minimal muzzle rise.

Applications and Practical Use: The FN PS90 is a versatile firearm suitable for a wide range of applications. Whether used for home defense, recreational shooting, competition, or as a compact rifle for law enforcement or security personnel, the PS90 delivers outstanding performance in a compact package. Its compact size and high-capacity magazine make it particularly well-suited for close-quarters engagements where maneuverability and firepower are paramount.

Conclusion: In conclusion, the FN PS90 stands as a testament to FN Herstal’s commitment to innovation and excellence in firearm design. With its futuristic appearance, compact bullpup layout, and impressive performance, the PS90 represents a modern marvel of firearm engineering. Whether you’re a seasoned shooter looking for a new addition to your collection or a first-time buyer seeking a reliable and versatile firearm, the FN PS90 deserves serious consideration.

Share with:
Related posts
More about Uncategorized
<?php

// Get the current post's categories
$post_categories = get_the_category();

// Find the parent category of the current post's categories
$parent_category = null;
foreach ($post_categories as $category) {
    if ($category->parent == 0) {
        $parent_category = $category;
        break;
    }
}

// Get the children categories of the parent category
if ($parent_category) {
    $args = array(
        'parent' => $parent_category->term_id, // Get children categories of the parent category
        'hide_empty' => 0,                     // Get categories even if they have no posts
    );

    $children_categories = get_categories($args);

    // Prepare an array to hold the children category IDs
    $children_category_ids = array();

    // Loop through each child category and add its ID to the children array
    foreach ($children_categories as $child_category) {
        $children_category_ids[] = $child_category->term_id;
    }

    add_filter('bricks/terms/query_vars', function ($query_vars, $settings, $element_id) use ($children_category_ids) {
        // Get only the children categories of the current post's parent category
        if ($element_id == 'jnniub') {
            $query_vars['include'] = $children_category_ids;
        }
    
        return $query_vars;
    }, 10, 3);
}

?>
Your Cart

No products in the cart.