Key of Khaj Nisut, Xiphos' Moonlight, and Wandering Evenstar
Entering the second phase in each version of Genshin Impact always brings new items into the game, and version 3.1 is no exception. On October 14, Travelers will enter the second phase of the 3.1 update with brand-new characters and weapon banners.
Nilou and Albedo are the featured 5-star characters in the event wish, with Key of Khaj-Nisut and Primordial Jade Cutter as the 5-star weapons. Players who are hesitant about whether to wish on the weapon banner can read this article to understand more about the new weapons' stats and passive skills that the developer recently revealed.
Key of Khaj-Nisut, Xiphos' Moonlight, and Wandering Evenstar stats in Genshin Impact 3.1
Genshin Impact revealed all the featured weapons in the next weapon banner on October 11. Based on the tweet above, Travelers can see three brand new weapons: Key of Khaj-Nisut, Xiphos' Moonlight, and Wandering Evenstar.
Key of Khaj-Nisut
Key of Khaj-Nisut is a 5-star sword and one of the featured weapons alongside Primordial Jade Cutter in Genshin Impact. The following are the base stats and passive skills for the said weapon based on Level 90 and Refinement Rank 1:
Base ATK: 542
Secondary Stat (HP): 66.2%
Passive Skill: Increase the wielder's HP by 20%. When an Elemental Skill hits opponents, the active character will gain a Grand Hymn effect for 20 seconds, increasing their Elemental Mastery by 0.12% of their Max HP. This effect can be triggered once every 0.3s, with a maximum of 3 stacks.
Last but not least, when this effect gains 3 stacks, the Elemental Mastery of all nearby party members will be increased by 0.2% of the wielder's max HP for 20 seconds. This sword is perfect for characters that have HP-based skills, like Nilou and Kuki Shinobu.
Xiphos' Moonlight
Xiphos' Moonlight is a 4-star sword in Genshin Impact with Elemental Mastery as the secondary stat, making it a favorable weapon for Kaedehara Kazuha.
Base ATK: 510
Secondary Stat (EM): 165
Passive Skill: The wielder will gain 0.036% Energy Recharge for each point of their Elemental Mastery every 10 seconds, and this effect will last for 12 seconds. Nearby party members will also gain 30% of the same buff for the same duration.
Multiple instances of this weapon in the party will stack the buffs, and the effect can still be triggered even if the wielder is not on the field, making it perfect for any supporting character in the game that benefits from Elemental Mastery stats.
Wandering Evenstar
Wandering Evenstar is a 4-star catalyst in Genshin Impact with the same Elemental Mastery stats as Xiphos' Moonlight.
Base ATK: 510
Secondary Stat (EM): 165
Passive Skill: The wielder will gain 24% of their Elemental Mastery as a bonus attack every 10 seconds, and the buff will stay for 12 seconds. Nearby party members will gain 30% of the same buff and duration. Multiple instances of this weapon can allow this effect to stack and be triggered when the wielder is not on the field.
With this description of the new weapons, Genshin Impact players can think more about whether the weapon banner is worth their Primogems or not.
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": 1257419, "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(1257419); 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(1257419) >= 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(1257419) .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 }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ2jpbyzwNJonp6mo522r3nIpqeam6Riu6q4zq5km5meo7KzedaemKmnnqh6qMHInZxmo5Wueqy0wKNkp6GjqsFuxMipn6irXaK8sLrLop6hrF2srq%2BwxKugp59dmsOmutKtmKs%3D