Skip to main content

This is Tier List NieR Re[in]carnation, 2B & Frenlyse Overpower

This is the tier list of RPG-turnbased game NieR Re[in]carnation, and it should be noted that this tier list is based on the default weapon that comes with the character. If you reroll, you should focus on getting A2 and other high tier characters.

CharacterWeapon ElementScore
2P Light Sword tuberculosis
2B Dark Sword 9.5
frenlyse Wind Sword 9.5
Dimis Dark Gun 9
9S Light Sword 8
Rion Dark Staff 8
meter Light Spear 8
Fio Light Fist 7.5
063y Greatsword 7.5
Akeha Water Greatsword 7
F66 Staff 7
A2 Fire Greatsword 10
Tier List NieR Re[in]carnation

Tier List NieR Re[in]carnation

tier list neir reincarnation

A2

The most difficult character to beat. A2 is capable of dealing a large amount of damage to the opponent. Together with A2’s weapons, A2 can perform multiple attacks by increasing the combo meter. However, A2 is a glass cannon because A2’s defense and HP are very low. Players must quickly level up weapons to increase defense in battle. It is highly recommended to make it a starter.

2B

The most popular character in the game. 2B is a very good damage dealer that can issue huge combo points for the team. 2B is easy to build because there are many swords currently in the game. 2B may be weaker in terms of damage compared to A2 or Frenlyse but 2B can shine when its HP drops below 50%. This character’s skill will increase his attack by 26% when HP is below 50%.

9S

9S is one of the characters with the highest HP and Defense values ​​in the game. While 9S can’t do a lot of damage, its attacks are mostly a few hits that can greatly increase the combo meter. No, the 9S weapon has a 10% chance to stun one enemy. This is a bonus for PVP.

2P

Global Exclusive Character, stats need to be confirmed.

frenlyse

The best damage dealer in the game. In fact, with his high agility, Frenlyse can quickly deal a lot of damage to the enemy. This is especially useful in PVP because speed is paramount. Not only that, Frenlyse can increase party-damage and also reduce enemy defense. Frenlyse is definitely a good character for the team especially in Boss fights.

Rion

This is a *4 character at the start of the game. As a unit, the Rion is pretty average good. However, its exclusive weapon (Black Thirst) is an important thing that makes it valuable. Skill one on the weapon has a 75% chance of blinding one target. This is very useful in boss fights and PVP. Furthermore, the second skill can increase the damage power of all allies.

Dimis

Dimis is great in Boss and PVP battles. This character’s skill-set allows Dimis to blind one target with a 75% chance. As a Gunner, Dimis can usually move first in PVP and deal massive damage before it’s the opponent’s turn.

Akeha

Akeha is good for boss fights with high HP and defense stats. Akeha can reduce the enemy’s Attack Power and perform self-healing. However, apart from boss fights, Akeha isn’t quite useful.

meter

Argo is one of the average good characters. Some Japanese wiki sites rank it fairly high while others place it at the bottom of the list. As a spear user, Argo can help build a combo meter for the team. Because Argo’s 2 weapon skill can increase the Agility of all allies.

Fio

Fio is a mixed character of 9s and Argo. Fio has high defensive stats and the ability to increase the team’s Agility.

F66

F66 comes along with the second event of this mobile game. Basically this is a Support character. If the player has just started the game and is in the rerolling stage, it is not recommended to withdraw it as a starter unit.

063y

063y is a new character in this event game. Unlike 2B, 063y doesn’t have a lot of burst damage. However, its strength lies in its Poison ability which is useful against enemies with high HP.

===

Read more articles related to other mobile games on the FajarYusuf.Com mobile game information website.
Follow Facebook Fanpages and also FajarYusuf.Com Google News so you don’t miss the latest information!

Comments

Popular posts from this blog

Contoh Program C++ : Konversi Bilangan Hexadesimal, Oktal , Biner.

Hai Pembaca FajarYusuf.Com yang pintar dan berwawasan tinggi, kali ini FajarYusuf.Com akan post Contoh Program C++ : Konversi Bilangan Hexadesimal, Oktal , Biner . Mari kita membuat program konversi bilangan yang sangat mudah di buat dengan menggunakan bahasa pemrograman C++. Yaitu dengan menggunakan type data long, untuk Hexadesimal dengan rumus : <<hex<<desimal (merubah dari bilangan Desimal ke Hexadesimal) , untuk Oktal dengan rumus : <<oct<<desimal (merubah dari bilangan Desimal ke Oktal). Dan untuk biner dilakukan pembagian 2. Contoh Coding Program C++ Konversi Bilangan: #include<iostream> using namespace std; int main() { long desimal, pembagi=1073741824, bit; cout<<"Nilai Desimal : "; cin>>desimal; cout<<"Hexadesimal = "<<hex<<desimal<<endl; cout<<"Oktal = "<<oct<<desimal<<endl; ...

Menambahkan Peraturan Komentar Pada Blog

Menambahkan Peraturan Komentar Pada Blog : Ngblog Menulis sebuah artikel dan dikomentari dengan link aktif/promosi produk dan kata kata spam lainnya memang tidak mengenakan anda mungkin akan sangat merasa kecewa sekali, anda mungkin seperti menulis sebuah artikel namun tidak dihargai karyanya oleh orang lain. Mungkin membuat aturan berkomentar di blog adalah salah 1 cara menetralisirnya, mungkin jika ada aturan tersebut orang berpikir 2 kali untuk meninggalkan komentar Spam, lalu bagaimana cara membuat aturan komentar tersebut? langsung saja kita praktekan Ikuti langkah berikut : Login ke bloger,masuk ke blog yang anda inginkan, Klik Setelan -> POS-KOMENTAR   Scroll kebawah dan cari menu "pesan formulir komentar" klik tambahkan , dan isi kolom sesuai keinginan kalian atau peraturan yang kalian inginkan.  Setelah selesai silakan klik simpan setelan dipojok kanan atas. Lihat hasilnya di blog kalian ,akan seperti ini : Jika ada pertanyaan...

Mengenal Struktur Pada Bahasa Pemrograman C++

Hai Pembaca FajarYusuf.Com yang pintar dan berwawasan tinggi, kali ini FajarYusuf.Com akan post  Mengenal Struktur Pada Bahasa Pemrograman C++ . Secara umum, struktur bahasa pemrograman C++ umumnya adalah seperti dibawah ini : // contoh program C++ #include <iostream> using namespace std; int main () { cout << "Selamat Belajar C++ di fajaryusuf.com"; return 0; } Hasil output: Klik gambar untuk memperbesar Sisi atas merupakan source code, dan sisi bawah adalah hasilnya setelah dilakukan compile dan di eksekusi. persatu Program diatas merupakan salah satu program paling sederhana dalam C++, tetapi dalam program tersebut mengandung komponen dasar yang selalu ada pada setiap pemrograman C++. Jika dilihat satu : // contoh program C++ Baris ini adalah komentar. semua baris yang diawali dengan dua garis miring (//) akan dianggap sebagai komentar dan tidak akan berpengaruh terhadap program. Dapat digunakan oleh programmer ...