With Genshin Impact 3.7 launching in a few days, officials have revealed Phase I character banners. Players who have been waiting for Yoimiya and Yae Miko's rerun will be able to pull on their banners from May 24, 2023, onwards. Many in the community are also excited about Kirara's debut as one of the feature 4-star characters in the Phase I banners.
Kirara is a brand new 4-star with Dendro vision, specializing in providing the party with Dendro shields. She has a pretty unique kit with cool transformation and consistent Dendro application.
She will be accompanied by two other 4-star units, and all three of them have boosted drop-rate. Here is everything players need to know about Yoimiya's third rerun in Genshin Impact 3.7 update.
Genshin Impact 3.7: Officials reveal Yoimiya's banner, 4-star characters, and more
Phase I banners of the Genshin Impact 3.7 update will bring two of the most popular characters from Inazuma, Yoimiya and Yae Miko. Both of these 5-star character rerun banners will drop on May 24, 2023, at 11:00 (UTC+8). Furthermore, the official notice also reveals the following 4-star units that will appear on Yoimiya's banner:
- Chongyun (Cryo)
- Yunjin (Geo)
- Kirara (Dendro)
All of these characters will have boosted drop rate in Phase I banners, which will stay active for the 21 days since their release. Chongyun is a 4-star Cryo who can infuse normal attacks with Cryo using his Elemental Skill. He is a great Cryo/Melt enabler in specific teams.
Yunjin is a 4-star buffer who can increase the party member's normal attack damage based on her DEF. She happens to have had great synergy with Yoimiya since her release.
Lastly, Kirara is a new 4-star Dendro unit, and players are excited to see how she will fit into the current roster and team compositions.
Countdown to track Yoimiya's banner release
Players can refer to this countdown to track the banner release for Yoimiya's third rerun. Keep in mind that this countdown is based on Genshin Impact's official announcements. However, any last-minute changes developers make will not be reflected here.
Phase I weapon banners will feature Yoimiya's signature weapon
The upcoming Epitome Invocation of Genshin Impact 3.7 update will bring two of the best 5-star weapons from Inazuma. Players will have the chance to summon Thundering Pulse (Yoimiya's signature) and Kagura's Verity (Yae Miko's signature).
Here is a list of all the 4-star weapons that are officially announced to be on the weapon banner:
- The Flute (Sword)
- The Rust (Bow)
- Dragon's Bane (Polearm)
- The Widsith (Catalyst)
- Akuoumaru (Claymore)
Lastly, Yoimiya is also announced to get another Story Quest in Genshin Impact 3.7 update. She is currently the only non-Archon character to get a sequel to her Story Quest.
Quick Links
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": 1518396, "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(1518396); 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(1518396) >= 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(1518396) .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 }); })();