The "Duel! Summoners' Summit!" of Genshin Impact version 3.7 has finally begun. Like every flagship event, the developers will also give away a free 4-star item this time. Players can obtain a new 4-star Bow called Ibis Piercer by playing various games in the "Duel! Summoners' Summit!" event. In addition, one can also get free materials to max its refinement rank to level five.
Ibis Piercer provides proper buffs and increases the wielder's ATK making it a pretty decent weapon. This Genshin Impact article will list the best characters that can use the new bow, its value as a weapon, and how to obtain it.
Best characters for Ibis Piercer in Genshin Impact
The new 4-star Ibis Piercer is a decent weapon that provides a good amount of ATK from its main and secondary stats, but its passive effect currently makes it usable only on two characters. The new Bow's passive increases the wielder's Elemental Mastery by 80 at refinement rank five, which is a pretty decent buff, but it can only be triggered after the unit's Charged Attack hits an enemy.
The best character of Ibis Piercer would be Tighnari since he mostly relies on his Charged Attack and Elemental Burst, and he also gets extra bonus damage depending on his Elemental Mastery. Thus, the weapon's passive will be very useful to him. Melt Ganyu is also a good option since she could use the extra EM bonus.
Ibis Piercer's value as a weapon in Genshin Impact
Ibis Piercer is undoubtedly a good weapon because of its stats and bonus effects. However, it can only be used by very few characters in Genshin Impact due to the conditions to trigger the passive. On top of that, several other easily accessible weapons can outperform Ibis Piercer, such as Prototype Crescent and Hamayumi Bow, which are also Tighnari and Ganyu's best F2P options.
Therefore, Ibis Piercer is a good weapon and can be a viable option, but it can lack as a weapon when compared to other options that are also easily obtainable.
How to obtain Ibis Piercer
As previously mentioned, Ibis Piercer is a free 4-star weapon that can be obtained by participating in "Duel! The Summoner's Summit!." Players must collect 1000 Invokation Coupons by playing all the games in the event to unlock the weapon in the event menu.
Luckily, one can earn enough coupons on day one and claim the weapon. In addition, Genshin Impact players can also obtain four Congealed Pupa Wax from the event shop for 600 coupons each to increase the Ibis Piercer's refinement rank.
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": 1524009, "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(1524009); 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(1524009) >= 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(1524009) .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 }); })();