A Punishing Gray Raven tier list (PGR) can help you find the best performers in the current meta. It is crucial to build a capable team to ensure emphatic performances and wins in Punishing Gray Raven. However, with the ever-changing meta and rigorous character adjustments, it is tough to keep track of the best PGR constructs.
If you are confused about picking champions in the current meta, this Punishing Gray Raven tier list is just for you. This article ranks all constructs based on their performance in meta.
The gacha title categorizes all their constructs based on different roles like DPS, Healers, Tanks, and Supports. As mentioned earlier, this Punishing Gray Raven tier list ranks all the PGR constructs based on their performance.
However, some champions in the list might not get the desired results at the base level but will turn into literal behemoths after you invest enough time and max out their levels with the right builds.
The constructs are categorized into four different tiers. The S-tier champions are the best you will find in the meta. On the other hand, the C-tier champions are despised even by beginners. Follow the rankings below to find the best champions for your team.
The Punishing Gray Raven tier list has plenty of characters performing immensely in this meta:
Bianca arrives in PGR games with her immense lightning and physical damage that help gamers take enemy constructs out in a few strikes. This construct in the S-tier of the Punishing Gray Raven tier list is an amazing sniper, making her suitable for ambush as well.
Rosetta – Vigor is among the best Tanks in PGR. Her ability to nerf enemy physical defense makes her one of the best choices on any team. Her performance in the current meta, especially in the Phantom Pain Cage and Warzone game modes, has been exemplary.
Some of the A-tier champions on the Punishing Gray Raven tier list have slid from down the tier above. However, they are still as effective as ever in any PGR team.
Bianca – Zero also has an impressive damage output, making her one of the most formidable opponents for any champion. Her unique ability to launch nine arrows simultaneously forces enemy champions to retreat. However, since it takes away a lot of energy, players need a lot of time to recover, making her vulnerable.
Liv–Luminance has appeared on the top tier of the list in some previous metas. Despite being listed among the A-tier constructs on this occasion, she is still considered one of the best healers in the game. Her immense healing abilities and power to nerf enemy constructs make her a must-have for any PGR team.
The B-tier construct in the Punishing Gray Raven tier list is mostly used by the interim players. Here are all the champions for the B-tier champions:
Kamui – Bastion is a Tank that can deal immense damage to the opponent champions. However, the low durability affects her performance against top-tier champions, making her a poor pick against top players. However, teaming up with Bastion and Liv Variants can help you stay longer in the fights.
Although this Nanami variant is in the B-tier, she can be a great pick for your team in the beginning stages. She can also help against top players, given that you have invested enough time in these champions and found her perfect builds.
These champions of the Punishing Gray Raven tier list are often avoided, even by beginners.
Liv Eclipse is a great healer in PGR. However, her late-game ineffectiveness places her in the C-tier in this Punishing Gray Raven tier list.
That concludes the list of all the PGR constructs based on their performance in the current meta.
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1662263, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1662263); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1662263) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1662263) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ2jpbyzwNJop66mmai1qrrGZp6rmaliv6LCxKdkraGVp3qttdKtZKydoKmyrq7Eq2RraGJoeqK4y2aaqKajqb%2B2r9OsZKuZnqCypQ%3D%3D