Exotic items in Destiny 2 can often alter the build that a player uses when they're participating in activities. The armor pieces of this rarity are class-specific, while Exotic weapons can be shared between characters on the same account through the Vault. There are two ways these gear pieces can be acquired in the game. One is by purchasing them from the Monument to Lost Light at the Tower, and the other is by completing specific activities in this game.

The Star Eater Scales is an Exotic leg armor for Hunters in Destiny 2. This item's neutral game isn't that strong, and it's mostly used to deal a lot of damage during boss DPS phases. Here's how players can get their hands on this item in the game.


How to unlock the Star Eater Scales in Destiny 2

youtube-cover

Unlike Exotic weapons, the Star Eater Scales — like all armor pieces in Destiny 2 — can be acquired by completing Legend and Master Lost Sectors solo. These Lost Sectors usually have mission modifiers that make the overall activity more difficult than it normally is.

Alternatively, if you've acquired the Star Eater Scales once, whenever you successfully complete a Grandmaster Nightfall, you'll stand a chance of receiving a copy of this gear with different stat rolls. In fact, whenever there's an easy Grandmaster Nightfall like the Devil's Lair, it's worth completing to obtain better rolls of the Exotic Armor pieces that you already have.


What does the Star Eater Scales do?

youtube-cover

With the Star Eater Scales equipped, whenever you pick up an Orb of Light, you receive a buff known as Feast of Light, which stacks five times. After you've successfully picked up five stacks, you will do bonus damage whenever you hit an enemy with your super. This makes the Star Eater Scales one of the best DPS Exotics right now.

However, there are a few things that you need to keep in mind while using this Exotic armor piece in Destiny 2. First of all, if your super meter isn't full, then you won't receive the Feast of Light buff whenever you pick up an Orb of Power. So you will have to ensure that you've filled your super meter before you enter a DPS phase.

Secondly, the Star Eater Scales offers no neutral buffs, making it a very situational Exotic in Destiny 2. What you can do is, use some other Exotic, and right before you enter the DPS phase, you swap into this one before you deploy your super. You will still have to collect around five Orbs of Power to fill your super meter.

This works best if there's a Well Warlock on the team. Whenever they pop their Well of Radiance, they generate Orbs of Power. So you can switch to the Star Eater Scales, collect those orbs, and then launch your super in Destiny 2.

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": 1548116, "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(1548116); 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(1548116) >= 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(1548116) .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 }); })();