In Starfield, Mathis Castillo is a space pirate and a member of the Crimson Fleet. Depending on how you approach the Crimson Fleet mission, this character can become a companion or an enemy. In the game, your actions have consequences; recruiting him in your crew during the Echoes of the Past mission also has effects. Although you can make him join your team, he can hold grudges based on how you respond to fleet leader Delgado about Mathis after completing the mission.
Diving deep into Starfield's main story helps you uncover what this game offers. Each companion has differing moral standards. They can disapprove of your decision when they don't like it. The crew members aren't anything like Mathis Castillo, as he is a notorious pirate from the Crimson Fleet.
With the help of this guide, you can recruit Mathis Castillo, learn about rewards, and more in Starfield.
Starfield: How to recruit Mathis Castillo
To recruit Mathis Castillo in Starfield, you need to side with him during the Echoes of the Past mission assigned by Delgado. Although this is the first step in recruiting a new companion, he will wait to join your team. During the mission, you have to head down to The Lock with the leader, Mathis, and fleet members to find the lost legacy of the Crimson Fleet founder, Kyrx.
While searching the prison, at a certain point, roofs start to collapse and separate you and Mathis from Delgado and the group. Once divided, Castillo offers to take all the loot and kill the leader afterward. Using your in-game dialog, consider the suggestion, but pay attention to it. You must explore the place and find the founder's lost legacy in his jail cell.
As the mission ends, the fleet leader will ask you if Mathis Castillo has been helpful. Choosing not to speak badly about him and telling Delgado that the mission's success depended on him earns loyalty. Despite completing this part, you still need to achieve one more objective.
This time, you must side with the factions to make Mathis Castillo your companion in Starfield. At the end of the Crimson Fleet's final mission—Eye of the Storm—you must decide which path to choose. The one that aids you in recruiting Mathis requires Kyrx's information to be handed to Delgado.
After all is said and done, you will find Mathis Castillo in the command quarters, The Key, alongside Delgado and his followers.
Starfield: Mathis Castillo skills and rewards
Completing the fleet mission will reward you with 250,000 Credits and 350 XP. Mathis will join your crew as a Starfield companion. Adding him, on the one hand, will uncover the storyline, and on the other, he will increase your Outpost security because of his skills.
Mathis Castillo Companion skills and stats:
- Incapacitation with 2-Stars
- Ballistics with 1-Star
- Weight Lifting with 1-Star
Incapacitation is an Advanced Combat Skill where your EM weapons deal significant damage. Along with that, Castillo uses Ballistics, which boosts Ballistics weapons damage. His Weight Lifting Physical Skill can increase carrying capacity, which is crucial in exploring the vast Galaxy.
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": 1679644, "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(1679644); 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(1679644) >= 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(1679644) .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 }); })();