Skip to main content

How to catch Lugia and Articuno in Pokémon Go

Image via Niantic

Two fan-favorite legendary Pokémon are now available inPokémon Go, but catching them is extremely difficult.

Lugia and Articuno were both introduced to Pokémon Go on July 22 as a part of the game’s one year anniversary event in Chicago, Illinois: Pokémon Go Fest.

Although the event had its share ofproblemsPokémon Go Fest did successfully launch the two legendary bird Pokémon into the game. And since Lugia and Articuno have been added to Pokémon Go, they’re two of the most highly-coveted Pokémon.

Finding Lugia and Articuno, however, is a tough task on its own—and catching these beasts is also very challenging. Here’s everything you need to know about how to catch Lugia and Articuno inPokémon Go.

Find a legendary gym raid

The first step to catching Lugia and Articuno is to locate a Pokémongym that is hosting a raid battle. Raids happen frequently, and can be found using the nearby in-game function.

There are multiple levels to these raid battles—the higher the level, the stronger the raid boss is. The goal of a raid battle is to team up with fellow trainers to defeat these incredibly strong Pokémon.

A level five raid battle indicates that the raid boss will be a legendary Pokémon, which means Lugia and Articuno for the time being. In almost all of the footage captured online of trainers battling these legendary beasts, Lugia and Articuno have over 35,000 or 40,000 CP—which is the in-game number used to determine a Pokémon’s strength. For the sake of comparison, most trainers’ strongest Pokémon rarely even have 3,000 CP.

This is why it’s crucial to team-up with fellow trainers in order to take down Lugia and Articuno—you won’t be able to defeat these monsters on your own. But, the first step is still to get lucky enough to find a nearby gym that is hosting a legendary raid battle. Once you’ve successfully done that, the real challenge begins.

Battling Lugia and Articuno

A trainer can use up to six Pokémon in Pokémon Go raid battles, so picking the right creatures to give you the best advantage in these fights is incredibly important. Trainers will get roughly two minutes to put together their best lineup of Pokémon before entering the five-minute battle against these legendary birds.

Lugia is a Psychic and Flying-type Pokémon, while Articuno is an Ice and Flying-type beast. This means that Lugia is weak against Dark, Ghost, Ice, Electric, and Rock-type attacks, while Articuno struggles with Fire, Rock, Electric, and Steel-moves.

Tyranitar is a strong choice against both Lugia and Articuno—especially if he knows the move Stone Edge, which is super effective against these two legendary birds. Strong Rock-type Pokémon, like Golem and Rhydon, would be good against these creatures, but if the Lugia you’re battling knows Hydro Pump, you’re Pokémon will instantly faint.

Against Lugia, you can use Dark-type Pokémon, like Umbreon or Houndoom, while Articuno will struggle against the best Fire-types, such as Charizard or Flareon. Electric-type Pokémon, such as Jolteon or Ampharos, can deal massive damage to both Lugia and Articuno.

Building a team around the weaknesses of Lugia and Articuno is essential to defeating these strong monsters, so use your strongest Pokémon that can cripple these legendaries as quickly as possible.

If, and when, you and your large group of friends defeat one of these mighty beasts, all that’s left to do is try to catch them.

Catching Lugia and Articuno

Capturing these legendary birds is much easier said than done. After a raid battle is completed, every trainer who participated earns individual in-game items as rewards for defeating the raid boss. But then the trainers are given a certain number of Pokéballs to attempt to catch a weaker version of the raid boss.

It’s suggested that you use Golden Razz Berries—which greatly increase your chance to catch any Pokémon—on every throw when attempting to capture Lugia or Articuno. Even then, it might not be enough.

You’ll need to uses these berries and get an excellent throw to have the optimal percentage of catching a legendary Pokémon. Once you’ve flicked your Pokéball at one of these creatures, you basically need to pray to the Pokémon Go gods for luck. And hopefully, you'll eventually add Lugia or Articuno to your Pokédex.

Well, there you have it. If you’re fortunate enough to find a legendary level five raid battle in your area, assemble your best team of Pokémon and fellow trainers to give yourself the most likely chance to catch one of these legendary creatures—but even then, it might not be enough.

Comments

Popular posts from this blog

Upcoming Book- Kali Linux Revealed: Mastering the Penetration Testing Distribution

More exciting news! In the past year, Kali Linux Official Team has been working internally on an Official Kali Linux book – Kali Linux Revealed: Mastering the Penetration Testing Distribution . This is the first official Kali book from Offsec Press , and is scheduled for release on June 5th, 2017 . Kali Linux Revealed will be available in both hard copy and online formats. Keeping the Kali Linux spirit, the online version of the book will be free of charge, allowing anyone who wishes to hone their skills and improve their knowledge of Kali to do so at no cost. This book, together with our official Kali documentation site will encompass the body of knowledge for the Kali Linux Certified Professional   (KLCP) .

Kali Linux: A complete InfoSec Distro

BackTrack has always been a popular choice when it comes to security and penetration testing. This open source distro has gained a lot of popularity and was rolled till version 5 with frequent changes to the variants. This project from Offensive Security has been moved from Ubuntu to Debian and the operating system is now renamed as Kali Linux. If you have installed a fresh copy of Kali Linux, then you might have noticed some awesome security and penetration tools under Kali Linux drop down menu list. These tools are powerful and yet efficient to use. If you go through the menu list of security tools, you might have noticed that few like Wireless Attacks, Forensics and Reverse Engineering is added, which is quite impressive. One more section has been added in the list, ie Hardware Hacking. One more thing that you would be happy to see is Arduino kit on the list. Arduino is a single-board microcontroller designed to make the process of using electronics in multi-disciplinary projects mo...

EOF of Kali Linux 1.0

Kali Sana (ver. 2.0) has been out there couple of months ago and the response was great. Kali Moto (ver. 1.0) has been given 2 months of grace period to date the version to 2.0. To upgrade, edit the souces.list file and put the following entries. cat >> EOF < /etc/apt/sources.list deb http://http.kali.org/kali sana main non-free contrib deb http://security.kali.org/kali-security/ sana/updates main contrib non-free EOF Then, run the following command to do upgrade Kali Moto to Kali Sana. apt-get update apt-get dist-upgrade # get a coffee, or 10. reboot