Rolycoly is a versatile Pokemon from the Galar Region that can run several different sets and natures.
Rolucoly evolves into Coalossal, a very interesting Pokemon since it is both high Defense (base 120) and Special Defense (90). Coupled with a gigantic 110 HP stat, Coalossal is a tank that will need to take several hard-hitting attacks before it goes down. While its signature ability, Steam Engine, can be very effective at getting Coalossal to a high speed if it gets activated, Flame Body can do more favors for the Pokemon at times. Flame Body burns the target if it makes contact with Coalossal, which will cut the opponent’s attack in half and make Coalossal even harder to KO as a result. This is the best nature to help Coalossal’s defenses:
Note: This article is subjective and reflects the opinion of the writer.
The best individual nature for Rolycoly in Pokemon Sword and Shield
With Rolycoly, the debate between defensive and specially defense can be difficult. Rolycoly’s best nature, albeit only by a bit, is Impish. This is especially true if the Pokemon has Flame Body, since it would need to tank the incoming hit to burn the opponent in the first place. A burned target in front of a defensive Rolycoly will do practically no damage. This will allow Rolycoly to get multiple attacks off, or set up with Iron Defense to create a powerful Body Press.
It’s important to note that Impish lowers Special Attack, so this nature really only benefits a physical set on Rolycoly. This works well because Rolycoly’s physical movepool is so great, but Rolycoly also gets a fairly good amount of special moves like Flamethrower, Earth Power, and the new Scorching Sands. If players get a hold of Bold Rolycoly, it may be worth it to teach Rolycoly special moves, since Bold would decrease Attack.
For a specially defensive Rolycoly, it’s better to have a Calm nature, which decreases Attack while it boosts Special Defense. This set could be pretty nice since Coalossal has so many ways to burn the opponent, it may not be necessary to double down on physical defense. Not only does Rolycoly get Flame Body, but Scald, Scorching Sands, Flamethrower and Will-O-Wisp all have a chance to burn opposing Pokemon. Therefore, having a high Special Defense will allow Rolycoly to deal with a larger variety of Pokemon.
While more defensive sets are preferred, when Rolycoly evolves into Coalossal, it gets decent attacking stats (80 for both). An Adamant or Modest set can work well for one specific reason: Assault Vest. Trainers can find this item in the Lake of Outrage, and it works very well on Coalossal given the stats and movepool of the Pokemon. Assault Vest raises the holder’s Special Defense by a stage, but it means that the Pokemon can only run attacking moves.
Fortunately for Coalossal, it usually runs mostly attacks aside from the occasional Will-O-Wisp or Iron Defense (competitive players might also appreciate Stealth Rocks too). Since both of Coalossal’s defenses will be high with this item, it might prefer a more offensive nature so that its moves can deal significant damage.
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": 796741, "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(796741); 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(796741) >= 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(796741) .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 }); })();