All players you can get
The Base Hero Upgrade SBC is one of the two latest additions to EA FC 24 Ultimate Team, and it's a really interesting challenge. By completing it, you can guarantee a Hero item for your squad. Unlike the previously released Max 87 Hero Upgrade SBC, this inclusion comes with no limitations. Moreover, its reward pool is massive, and you can potentially end up making a big profit through this content with some luck.
That said, it's quite important to understand which items are available in this challenge's reward pool. Having an idea about what this Base Hero Upgrade SBC offers will certainly help you decide whether you should attempt it.
All Base Hero Upgrade SBC rewards in EA FC 24
As with any EA FC 24 Squad Building Challenge, you'll have to make an investment in terms of the fodder you can use in this inclusion. The Base Hero Upgrade SBC will cost about 80,000 coins to complete if you get all the fodder from the FUT market.
Its reward pool includes every Base Hero item that's currently available in EA FC 24's Ultimate Team:
- Lars Ricken CAM 85
- DaMarcus Beasley LM 85
- Peter Crouch ST 85
- Tim Cahill ST 85
- Clint Dempsey CAM 85
- Alex Scott RB 85
- Saeed Al Owairan RW 85
- Robbie Keane ST 86
- Ludovic Giuly RM 86
- Ole Gunnar Solksjaer ST 86
- Nwankwo Kanu CF 86
- Freddie Ljunberg LM 86
- Landon Donovan CF 86
- Aleksandr Mostovoi CAM 86
- Tomas Rosicky CAM 86
- Dirk Kuyt CAM 86
- Joan Capdevialla LB 86
- Sidney Govou ST 86
- Jerzy Dudek GK 86
- Ledley King CB 86
- Sami Al-Jaber ST 86
- Ramires CDM 86
- Ji Sung Park LM 86
- Wlodzimierz Smolarek ST 86
- John Arne Riise LB 86
- Sonia Bompastor LB 86
- Joe Cole RW 87
- Rui Costa CAM 87
- Ivan Cordoba CB 87
- Yaya Youre CDM 87
- Dimitar Berbatov ST 87
- Claudio Marchision CM 87
- Jorge Campos GK 87
- Hidetoshi Nakata CAM 87
- Tomas Brolin ST 87
- Harry Kewell LW 87
- Steve McManaman RM 87
- Jay Jay Okocha CAM 88
- Ricardo Carvalho CB 88
- Bixente Lizarazu LWB 88
- Jari Litmanen CAM 88
- Rafael Marquez CB 88
- Antonio Di Natale ST 88
- Javier Mascherano CB 88
- Mario Gomez ST 88
- Paulo Futre LW 88
- Nadine Kessler CM 88
- Vincent Kompany CB 88
- Diego Milito ST 88
- Diego Forlan ST 88
- Wesley Sneijder CAM 88
- Carlos Tevez ST 88
- Enzo Fransescoli CF 88
- Fernando Morientes ST 89
- Rudi Voller ST 89
- 'Jean-Pierre Papin ST 89
- Abedi Pele CAM 89
- David Ginola LM 89
- Gianluca Vialli ST 89
- Jurgen Kohler CB 89
- Lucio CB 89
Do note that there's no way for players to know which item they will get after completing the Base Hero Upgrade SBC in EA FC 24. This is a high-risk, high-reward option for players to enjoy.
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": 1744181, "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(1744181); 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(1744181) >= 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(1744181) .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 }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ2jpbyzwNJonJpllph6c4CMm5isnV2dsrO7jK6noKqRmbJuv8GcZJqknGK9ra3YnqmsZZOWu26zxK0%3D