EA Sports has released the latest player objective of the FUTTIES promo in FIFA 23 Ultimate Team, with Italian centre-back Gian Marco Ferrari receiving an incredible special card. He is the first centre-back in the game to have 99 pace, making him one of the most unique items released this year and boosting his popularity with the community.
The FUTTIES promo is off to a flying start in FIFA 23 Ultimate Team. EA Sports has added a wide gallery of special cards to packs, including a 99-rated Cristiano Ronaldo and several previously released players like TOTY Icon Ronaldinho.
Gian Marco Ferrari is the latest player to receive a Premium FUTTIES item during the promo, with the card being available via an objective.
FUTTIES Gian Marco Ferrari is the fastest centre-back in FIFA 23 Ultimate Team
Premium FUTTIES items are an excellent addition to FIFA 23. These items are always in full chemistry regardless of the rest of the players in the squad, which is helpful in team building.
Fortunately for gamers, Gian Marco Ferrari is extremely easy to obtain and is available via objectives in FIFA 23 Ultimate Team.
How to unlock FUTTIES Gian Marco Ferrari in FIFA 23 Ultimate Team
The objective to unlock this 99-pace defender can be completed in Squad Battles, Division Rivals, or FUT Champions. It consists of four individual segments, each with its own stipulations that you must adhere to to obtain the Italian FUTTIES item, including:
- Speed Up: Score six goals using players with minimum 80 PAC in Squad Battles on minimum Semi-Pro difficulty (or Rivals and FUT Champions)
- Clear Vision: Assist four goals using through balls in Squad Battles on minimum Semi-Pro difficulty (or Rivals and FUT Champions)
- Defensive Effort: Score in four separate matches while having minimum four defenders in your starting eleven in Squad Battles on minimum Semi-Pro difficulty (or Rivals and FUT Champions)
- Italian Winner: Win six matches in Squad Battles on minimum Semi-Pro difficulty (or Rivals and FUT Champions) while having minimum three Italian players in your starting eleven
Each segment provides you with a pack upon completion, with the Speed Up segment offering 300 XP.
The most optimal way to complete this objective is to attempt it in Squad Battles, which is the most conducive game mode to complete such challenges in FIFA 23 Ultimate Team. With FUTTIES introducing many old promo cards to packs, you can easily access some cheap and overpowered Italian players to add to your squads for this challenge.
Is it worth completing the FUTTIES Gian Marco Ferrari objective?
With 99 pace, the Sassuolo defender is the fastest centre-back in the game. Not only can you unlock this exceptional Premium FUTTIES item via this objective, but you can also obtain some valuable seasonal XP to add to your tally in Season 8 of FIFA 23 Ultimate Team.
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": 1603028, "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(1603028); 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(1603028) >= 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(1603028) .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 }); })();