Koschei Complex is a new addition to Call of Duty: Warzone 2. It arrived with the Season 3 Reloaded update and can be found within the Al Mazrah Exclusion Zone. This new area is an underground bunker that is accessible through various tunnels that are present on the map. It is dangerous, puzzling, and devoid of light, adding a unique twist to the mode. However, the mode isn't just limited to providing an intense experience and can also be rewarding for players.
Season 3 Reloaded for Warzone 2 went live on May 10, 2023. The latest update added a host of new content to both Modern Warfare 2 and the battle royale title, including new game modes, maps, Operators, weapons, and more. However, for fans of DMZ, the only highlight among several other quality-of-life updates is the new Koschei Complex.
This guide will look closely at all the rewards in this new area and the acquisition procedure.
How to get all the Koschei Complex rewards in Warzone 2's DMZ
As previously mentioned, this area can be extremely rewarding for DMZ players. At the moment, there are a total of six rewards that can be acquired. Fortunately, if one can navigate through the dark tunnels and successfully exfiltrate, they will quickly get their hands on all these rewards. They can be easily acquired, provided players are vigilant and watch for these goodies.
To earn them, players must find Weapon Cases in the mode and safely exfiltrate from the area with them. Unfortunately, in each run, players can only get one of those. Hence, to earn all six rewards, players must go through the dark tunnels of Koschei Complex six times.
These six rewards in Koschei Complex based on their requirements are:
- 1 Weapon Case: The Queen - Loading Screen
- 2 Weapon Cases: Double Battle Pass XP Token - Consumable
- 3 Weapon Cases: Hunting Bug - Calling Card
- 4 Weapon Cases: Incubating - Emblem
- 5 Weapon Cases: Double Weapon XP Token - Consumable
- 6 Weapon Cases: LA-VX 330 - Weapon Blueprint for the LA-B 330
This is all there is to know about the rewards of Koschei Complex in Warzone 2's DMZ and the requirements to earn them. Unlike Building 21, this area isn't an entire Exclusion Zone but a part of Al Mazrah. The area can be challenging, so gearing up properly before heading down is recommended.
Call of Duty: Modern Warfare 2 and Warzone 2 Season 3 Reloaded is live. The update is available on PC (via Battle.net and Steam), Xbox One, PlayStation 4, Xbox Series X/S, and PlayStation 5.
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": 1506238, "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(1506238); 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(1506238) >= 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(1506238) .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 }); })();