Elden Ring players will find plenty of Easter eggs in the game that translate into powerful items and weaponry.
One such weapon is the Sword of Morne, also known as the Grafted Blade Greatsword. In a subtle nod to the Iron Throne in Game of Thrones, the sword is made up of various other swords the creator defeated.
It is a very strong item that players can find in Castle Morne. However, it won't just be given to them. Players will need to defeat Leonine Misbegotten before the sword can be theirs.
Click here to find out Elden Ring PC
How to obtain the Grafted Blade Greatsword in Elden Ring
The sword can be obtained as part of a quest. It will require players to travel to Castle Morne in the southern portion of the Weeping Peninsula.
The castle has a dungeon-like interior. It has several traps, enemies, and a mighty boss fight in store for players. It is a completely optional area, so unless players are given the quest or are directly on the hunt for the Sword of Morne, it can be completely missed.
While in it, be sure to explore the entirety of Castle Morne. It is filled with rare and valuable treasures, including gear and weapons. However, those won't be obtainable without defeating various enemies within the castle.
To finally move towards the Grafted Blade Greatsword, head to the boss just outside the castle's southern wall. The golden mist leading to the boss can be seen from a Site of Grace that overlooks the ocean.
The detailed Elden Ring PS4 is available here.
Leonine Misbegotten is the boss that needs to be defeated. Leonine is fast, strong, and one of the harder bosses in Elden Ring. Magic spells and ranged weapons work best against him when Leonine leaves an opening for an attack.
Melee players need to get up close and personal, which is a bit of a tougher task. However, with enough patience and a keen eye to see when Leonine Misbegotten can be damaged, players can prevail.
Once Leonine is beaten, the Grafted Blade Greatsword is rewarded. The Sword of Morne requires 40 Strength for players to wield it, so hold onto it until that number is reached or take it to the quest giver.
Click here to view the Melina Elden Ring
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": 1026965, "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(1026965); 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(1026965) >= 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(1026965) .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 }); })();