The newest addition to the League of Legends skin line will be the world of Soul Fighter. The skin line features ten champions from various classes, such as assassins, bruisers, and marksmen. It is set in a gladiatorial yet animesque universe filled with fighters having powerful abilities while retaining a vibrant and colorful feel.

Fans should be highly excited about this bundle as it will feature some of the most popular champions in the entire game and the upcoming champion, Naafiri. This article will cover the forthcoming skins in League of Legends.


fortnite-promotional-banner

Full details about the new Soul Fighter skinline in League of Legends

Twelve new unique skins will be introduced in the Soul Fighter skin line. The following champions will be a part of the Soul Fighter timeline:

  • Samira
  • Viego
  • Naafiri
  • Shaco
  • Pyke
  • Sett
  • Lux
  • Jhin
  • Gwen
  • Evelynn

It must be noted that Pyke and Shaco will receive prestige editions for their skins. The Soul Fighter skins are also expected to debut alongside an in-game event similar to the Spirit Blossom and Sentinels of Light events. Hence, the skin line will be released in two halves. The first half will feature Samira, Sett, Lux, Pyke, and the newest champion, Naafiri.


Splash Art and expected prices of the initial Soul Fighter skins in League of Legends

1) Soul Fighter Samira - Ultimate

Soul Fighter Samira (Image via Riot Games)
Soul Fighter Samira (Image via Riot Games)

Expected price: 2275-3250 RP


2) Soul Fighter Sett - Epic

Soul Fighter Sett (Image via Riot Games)
Soul Fighter Sett (Image via Riot Games)

Expected price: 1350RP


3) Soul Fighter Naafiri - Epic

Soul Fighter Naafiri (Image via Riot Games)
Soul Fighter Naafiri (Image via Riot Games)

Expected price: 1350 RP


4) Soul Fighter Lux - Epic

Soul Fighter Lux (Image via Riot Games)
Soul Fighter Lux (Image via Riot Games)

Expected price: 1350RP


5) Soul Fighter Pyke - Epic

Soul Fighter Pyke (Image via Riot Games)
Soul Fighter Pyke (Image via Riot Games)

Expected price: 1350RP


6) Soul Fighter Pyke Prestige Edition - Prestige

Soul Fighter Pyke Prestige Edition (Image via Riot Games)
Soul Fighter Pyke Prestige Edition (Image via Riot Games)

Expected price: 2000 Event tokens


7) Soul Fighter Evelynn

(Image via Riot Games)
(Image via Riot Games)

Expected price: 1350 RP


8) Soul Fighter Gwen

Soul Fighter Gwen (Image via Riot Games)
Soul Fighter Gwen (Image via Riot Games)

Expected price: 1350 RP


9) Soul Fighter Jhin

Soul Fighter Jhin (Image via Riot Games)
Soul Fighter Jhin (Image via Riot Games)

Expected price: 1350 RP


10) Soul Fighter Shaco Prestige Edition

Soul Fighter Shaco Prestige Edition (Image via Riot Games)
Soul Fighter Shaco Prestige Edition (Image via Riot Games)

Expected price: 2000 Event tokens


11) Soul Fighter Shaco

Soul Fighter Shaco (Image via Riot Games)
Soul Fighter Shaco (Image via Riot Games)

Expected price: 1350 RP


12) Soul Fighter Viego

Soul Fighter Viego (Image via Riot Games)
Soul Fighter Viego (Image via Riot Games)

Expected price: 1820 RP


Soul Fighter Samira will highlight this skin line as she will be the seventh League of Legends champion to receive an Ultimate skin. Viego will also receive a Legendary skin when the second half arrives. Fans can expect the Soul Fighter skins to be released on Patch 13.14 along with the new 2v2v2v2 game mode.

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": 1564547, "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(1564547); 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(1564547) >= 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(1564547) .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 }); })();