CINXE.COM
IGN Nordic
<!DOCTYPE html> <html lang="en-se" data-ign="2018" prefix="og: http://ogp.me/ns#" id="IGN2023"> <head> <title>IGN Nordic</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="IGN Nordic is your site for everything about PS5, Xbox Series, PC, Switch. With expert reviews, news, previews, trailers and more." /> <link rel="canonical" href="http://nordic.ign.com/article/feature"> <link rel="alternate" hreflang="en-se" href="https://nordic.ign.com/article/feature" /> <meta http-equiv="content-language" content="en-se" /> <meta name="robots" content="max-image-preview:large"> <link rel="next" id="infinitenext" href="https://nordic.ign.com/article/feature?page=2"> <link href="/s/ign/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link rel="mask-icon" href="https://oystatic.ignimgs.com/src/core/img/favicon/safari_favicon.svg" color="#bf1313"/> <script id="gdpr" type="text/javascript"> (function() { if (window !== window.top) { return; } var getGeoCC = function() { var match = document.cookie.match(/(^|;)\s*geoCC\s*=\s*([^;]+)/); if (match) return match[2]; } window.geoCC = getGeoCC(); //gdprApplies namespace should be fine, the stub function below is a let within an iife window.gdprApplies = (geoCC && /be|bg|cz|dk|de|ee|ie|el|es|fr|gr|hr|it|cy|lv|lt|lu|hu|mt|nl|at|pl|pt|ro|si|sk|fi|no|se|gb|uk|unk/i.test(geoCC)) ? true : false; if (gdprApplies) { (function() { function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if (args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); function makeGppStub() { const CMP_ID = 10; const SUPPORTED_APIS = [ '2:tcfeuv2', '6:uspv1', '7:usnatv1', '8:usca', '9:usvav1', '10:uscov1', '11:usutv1', '12:usctv1' ]; window.__gpp_addFrame = function(n) { if (!window.frames[n]) { if (document.body) { var i = document.createElement("iframe"); i.style.cssText = "display:none"; i.name = n; document.body.appendChild(i); } else { window.setTimeout(window.__gpp_addFrame, 10, n); } } }; window.__gpp_stub = function() { var b = arguments; __gpp.queue = __gpp.queue || []; __gpp.events = __gpp.events || []; if (!b.length || (b.length == 1 && b[0] == "queue")) { return __gpp.queue; } if (b.length == 1 && b[0] == "events") { return __gpp.events; } var cmd = b[0]; var clb = b.length > 1 ? b[1] : null; var par = b.length > 2 ? b[2] : null; if (cmd === "ping") { clb({ gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, true ); } else if (cmd === "addEventListener") { if (!("lastId" in __gpp)) { __gpp.lastId = 0; } __gpp.lastId++; var lnr = __gpp.lastId; __gpp.events.push({ id: lnr, callback: clb, parameter: par, }); clb({ eventName: "listenerRegistered", listenerId: lnr, // Registered ID of the listener data: true, // positive signal pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // list of supported APIs sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "removeEventListener") { var success = false; for (var i = 0; i < __gpp.events.length; i++) { if (__gpp.events[i].id == par) { __gpp.events.splice(i, 1); success = true; break; } } clb({ eventName: "listenerRemoved", listenerId: par, // Registered ID of the listener data: success, // status info pingData: { gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1” cmpStatus: "stub", // possible values: stub, loading, loaded, error cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled signalStatus: "not ready", // possible values: not ready, ready supportedAPIs: SUPPORTED_APIS, // list of supported APIs cmpId: CMP_ID, // CMP ID sectionList: [], applicableSections: [-1], gppString: "", parsedSections: {}, }, }, true ); } else if (cmd === "hasSection") { clb(false, true); } else if (cmd === "getSection" || cmd === "getField") { clb(null, true); } //queue all other commands else { __gpp.queue.push([].slice.apply(b)); } }; window.__gpp_msghandler = function(event) { var msgIsString = typeof event.data === "string"; try { var json = msgIsString ? JSON.parse(event.data) : event.data; } catch (e) { var json = null; } if (typeof json === "object" && json !== null && "__gppCall" in json) { var i = json.__gppCall; window.__gpp( i.command, function(retValue, success) { var returnMsg = { __gppReturn: { returnValue: retValue, success: success, callId: i.callId, }, }; event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*"); }, "parameter" in i ? i.parameter : null, "version" in i ? i.version : "1.1" ); } }; if (!("__gpp" in window) || typeof window.__gpp !== "function") { window.__gpp = window.__gpp_stub; window.addEventListener("message", window.__gpp_msghandler, false); window.__gpp_addFrame("__gppLocator"); } }; makeGppStub(); }()); } })(); </script> <script> (function(){ if (window !== window.top){return;} if (!gdprApplies){return;} var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '2raWnDggRWy8v', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <script type="text/javascript"> window.ICMS = window.ICMS || { cmd: [], libs: [], css: [], tcf2loader: [], deferredJSLoader:[] }; ICMS.lang = 'en'; ICMS.siteID = 'ign_nordic'; ICMS.siteName = 'IGN Nordic'; ICMS.amzTag = 'zdintlignse-21'; ICMS.contentId = ''; ICMS.keywordSlug = ''; ICMS.baseUri = ''; ICMS.pageName = ''; ICMS.pageUrl = ''; ICMS.isPublished = ''; ICMS.backendEditUrl = ''; ICMS.isEmbed = (window.self !== window.top) ? true : false; ICMS.articletype = ''; ICMS.staticVersioning = '?612'; ICMS.cmd.push(function() { IGNInternationalInit(); }); </script> <script type="text/javascript">window.ICMS.cmd.push(function() { var urlParam = function(name){ var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href); if (results==null){ return null; } else{ return decodeURI(results[1]) || 0; } } if (urlParam('order_by')) { document.getElementById('orderby').value = urlParam('order_by'); } if (urlParam('keyword__genre')) { document.getElementById('selectplatform').value = urlParam('keyword__genre'); } function toggle(selector) { elements = document.querySelectorAll(selector); for (var i = 0, len = elements.length; i < len; i++) { if ( elements[i].style.display == '' || elements[i].style.display == 'block' ) { elements[i].style.display = 'none'; } else { elements[i].style.display = 'block'; } } } ICMS.on("#reviewScores", "click", function() { if (this.checked) { document.getElementById("labelscore").classList.add('checked'); } else { document.getElementById("labelscore").classList.remove('checked'); } toggle('.little'); }); ICMS.on("#editorsChoice", "click", function() { if (this.checked) { document.getElementById("labeleditor").classList.add('checked'); } else { document.getElementById("labeleditor").classList.remove('checked'); } document.querySelector('.featured').style.display = 'block'; }); ICMS.on("#orderby", "change", function() { index = document.location.href.indexOf('order_by'); if(index != -1){ newURL = document.location.href.substring(0, index-1); } else { newURL = document.location.href } if (newURL.indexOf('?')=='-1') { var url = newURL+"?order_by="+this.value; } else{ var url = newURL+"&order_by="+this.value; } window.location.href = url; }); ICMS.on("#selectplatform", "change", function() { index = document.location.href.indexOf('platform'); if(index != -1){ newURL = document.location.href.substring(0, index-1); } else { newURL = document.location.href } if (this.value=='All') { location.href = newURL; return; } if (newURL.indexOf('?')=='-1') { var url = newURL+"?platform="+this.value; } else{ var url = newURL+"&platform="+this.value; } window.location.href = url; }); });</script> <script src="/s/bundle_ign.js?612" defer></script><script src="https://sm.ign.com/zdadkit2.js?612" defer></script><script src="https://sm.ign.com/themes_9.js?612" defer></script> <meta name="twitter:site" content="@IGNNordic"><meta property="og:site_name" content="IGN Nordic" /><meta property="fb:app_id" content="115982828429116" /><meta property="fb:profile_id" content="https://www.facebook.com/ignnordic" /><meta property="og:type" content="website"><meta property="og:title" content="IGN Nordic"><meta property="og:locale" content="en_US"><meta property="og:url" content="https://nordic.ign.com/article/feature"><meta property="og:image" content="https://nordic.ign.com/s/ign/social_logo.png"><meta property="og:description" content="IGN Nordic is your site for everything about PS5, Xbox Series, PC, Switch. With expert reviews, news, previews, trailers and more."> <link rel="alternate" type="application/rss+xml" title="IGN Nordic Feed " href="/feed.xml" /> <!-- Trackers --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Y9QCVCEGQ3"></script> <script> window.dataLayer = window.dataLayer || []; window.gtag = window.gtag||function(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-Y9QCVCEGQ3', { }) gtag('config', 'G-G0Z2FQREVE'); </script> <script type="text/javascript">var _comscore = _comscore || []; _comscore.push({c1: "2", c2: "3000068" });</script> <script type="text/javascript" src="https://sb.scorecardresearch.com/beacon.js" async="true"></script> <noscript><img src="https://sb.scorecardresearch.com/p?c1=2&c2=3000068&c4=" alt="*" style="position: absolute" width="1" height="1"></noscript> <style type="text/css">@font-face{font-family:"Inter Var";font-style:normal;font-weight:100 1000;font-display:swap;font-stretch:normal;src:url(/s/ign/Inter-VariableFont_slnt,wght.ttf)format("truetype-variations")}body,html{margin:0;padding:0;font-family:"Inter Var",sans-serif;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{overflow-x:hidden}.page-wrapper,body,html{background-color:#f6f8f7}aside#sidebarHeader,body,header{padding-top:0}body.rtl{direction:rtl}body.hasSkin .hspotlight,body.hasSkin .list-content,body.hasSkin .wrap,body.hasSkin section.broll,body.hasSkin section.popular,body.hasSkin section.stripe,body.hasSkin section.vspotlight{max-width:1240px;padding:8px 10px}body.hasSkin section.broll,body.hasSkin section.wrap.videofeatured{padding-left:10px;padding-right:10px;background:#f6f8f7;box-sizing:border-box}body.hasSkin section.stripe{padding-left:10px;padding-right:10px;margin:0 auto;box-sizing:border-box}body.hasSkin .page-content{max-width:1240px;margin:0 auto;background:#f6f8f7;padding-top:5px;box-sizing:border-box}body.hasSkin section.hero article{width:1240px;max-width:1240px;background-position:center;background-repeat:no-repeat}body.hasSkin section.hero{margin-left:initial;margin-right:initial}body.hasSkin .herogrid{padding:10px;box-sizing:border-box;background:#f6f8f7}aside#sidebarHeader.backend,body.hasSkin .spacer,body.iframe #btnoverlay,body.iframe aside#sidebarHeader{display:none}.ad-wrapper.pgQSsticky{position:sticky;position:-webkit-sticky;top:65px;margin-top:35px}#_themeMobileHeaderDoodle{max-height:100%}body iframe.quizembed{width:100%;min-height:500px;border:0;overflow:hidden}header{top:0;width:100%;z-index:100;flex-shrink:0}header .icon-logo{aspect-ratio:182/55;width:6.625em;height:1.9791666666667em;font-size:.7rem}header .icon-logo .dpad-path{fill:#bf1313}.sidebar-page-header{border-bottom:1px solid rgba(138,147,153,.25);display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:100%;height:64px;background:#fff;z-index:7;padding:0 12px;transition:margin-left 200ms cubic-bezier(.34,-.09,.45,1.18)}.sidebar-page-header #current-user{position:absolute;top:15.5px;right:16px;width:32px;color:#41495a}.sidebar-page-header #current-user .userIcon{width:32px;height:32px;border-radius:50%}aside#sidebarHeader.backend+#btnoverlay+#mainblock{width:100%;margin-left:0}aside#sidebarHeader{--theme-elements-divider:rgba(138, 147, 153, 0.25);--theme-elements-icon-default:#41495a;color:#41495a;position:fixed;top:0;left:0;bottom:0;height:100%;background:#fff;box-shadow:0 0 3px rgba(0,0,0,.1),0 17px 24px rgba(0,0,0,.07);z-index:2000000000;transition-duration:450ms;width:85vw;font-family:"Inter var",sans-serif;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition-property:-webkit-transform;-webkit-transition-property:transform;transition-property:transform}.sidebar-page-header,aside#sidebarHeader *{box-sizing:border-box}aside#sidebarHeader.collapsed{width:0}aside#sidebarHeader.collapsed .header-toggle svg{transition:transform .1s linear 0s;font-size:.6rem;transform:rotate(-180deg)}#sidebarHeader.collapsed button.back label,aside#sidebarHeader.collapsed .ign-logo .ign-path,aside#sidebarHeader.collapsed .logodate,aside#sidebarHeader.collapsed .logout,aside#sidebarHeader.collapsed .region,aside#sidebarHeader.collapsed .search-modal,aside#sidebarHeader.collapsed .sidebar-main a span{opacity:0}#sidebarHeader.hide,aside#sidebarHeader.collapsed .region{display:none}aside#sidebarHeader .ign-logo .ign-path,aside#sidebarHeader .logodate,aside#sidebarHeader .logout,aside#sidebarHeader .region,aside#sidebarHeader .search-modal,aside#sidebarHeader .sidebar-main a span{-webkit-transition-duration:200ms;transition-duration:200ms;transition:opacity 200ms cubic-bezier(.34,-.09,.45,1.18)}aside#sidebarHeader .sidebar-main a span{opacity:1;line-height:1.5}#loginwrapper.loggedin .login-avatar,aside#sidebarHeader.collapsed #loginwrapper .login-avatar{opacity:1}#loginwrapper.loggedin .login-buttons,aside#sidebarHeader #ignheader.collapsed #loginwrapper .login-buttons,aside#sidebarHeader.collapsed #loginwrapper .sidebar-item-text{opacity:0;display:none}aside#sidebarHeader.collapsed .side .sidebar-header{padding-left:36px;padding-right:36px}aside#sidebarHeader.collapsed .side .sidebar-header.scrollbar{padding-left:33px}body.rtl aside#sidebarHeader .sidebar-header{direction:ltr}aside#sidebarHeader.collapsed .sidebar-icon{font-size:1.5rem}aside#sidebarHeader.collapsed #loginwrapper .userlogged span,aside#sidebarHeader.collapsed .icon-right-chevron{display:none}aside#sidebarHeader .icon-right-chevron{width:16px;margin-left:auto}body.rtl aside#sidebarHeader .icon-right-chevron{width:16px;margin-left:0;margin-right:auto;-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}body.rtl aside#sidebarHeader .icon-left-chevron{margin-left:0;margin-right:auto;transform:rotate(180deg)}body.rtl aside#sidebarHeader.collapsed .icon-left-chevron{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}aside#sidebarHeader.collapsed .header-toggle{right:-46px;display:block}aside#sidebarHeader .header-toggle.WIKI{display:none}aside#sidebarHeader #search-input{display:block;padding:8px;width:90%;border:1px solid #181c25;outline:0;font-size:14px;border-radius:8px;color:#181c25;max-width:90%}aside#sidebarHeader .cls-1{color:inherit;stroke:none}.sidebar-mobile-overlay{position:fixed;inset:0;background-color:rgba(65,73,90,.8);backdrop-filter:blur(.5em);transition:opacity 200ms cubic-bezier(.34,-.09,.45,1.18);z-index:10;opacity:1}.sidebar-mobile-overlay.collapsed{opacity:0;z-index:-1}aside#sidebarHeader .logout{padding:4px 16px;color:#fff;border-radius:4px;background-color:#bf1313;font-weight:700;line-height:1em;text-align:center;display:inline-block;width:19%;top:4px;position:relative;align-self:flex-start}.header-toggle{position:absolute;z-index:20002;border-radius:50%;color:#fff;border:1px solid #181c25;background-color:#181c25;cursor:pointer;width:32px;height:32px;right:-16px;top:16px;padding:0}.header-toggle:hover{background-color:#41495a;border:1px solid #41495a;color:#fff}#ignheader{display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;height:100%}.fixed-header{position:fixed}.side-container{position:relative;-webkit-flex:1;-ms-flex:1;flex:1}#loginwrapper,.side{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.side{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overscroll-behavior:contain;position:absolute;height:100%;left:-75%;opacity:0;z-index:0;-webkit-transition-property:left,opacity;transition-property:left,opacity,display;-webkit-transition-duration:250ms,100ms;transition-duration:250ms,100ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-delay:0ms,75ms;transition-delay:0ms,75ms}.side .sidebar-header{-webkit-flex-basis:80px;-ms-flex-preferred-size:80px;flex-basis:80px;-webkit-transition:padding-left 450ms cubic-bezier(.34,-.09,.45,1.18);transition:padding-left 450ms cubic-bezier(.34,-.09,.45,1.18);-webkit-flex:0 0 64px;-ms-flex:0 0 64px;flex:0 0 64px;overflow:hidden;padding:20px 24px 0}#ignheader.collapsed .side-container .sidebar-section li,.side .sidebar-header .logo-edition{white-space:nowrap}.logo-edition{display:flex;gap:6px}.side .sidebar-main{overflow:hidden auto;scroll-behavior:smooth;flex:1 1 0%;padding:18px 24px}.sidebar-main>hr{height:1px;background-color:rgba(138,147,153,.25);border:0}.sidebar-main>b{text-transform:uppercase}aside#sidebarHeader.collapsed .side .sidebar-main{padding-right:24px;padding-left:24px}.side .sidebar-main .divider{width:100%;margin-top:18px;margin-bottom:18px;border-bottom:1px solid rgba(138,147,153,.25)}.side h3{font-size:18px;font-weight:700;margin:18px 0}#loginwrapper{position:relative;box-shadow:0 0 3px rgba(0,0,0,.1),0 17px 24px rgba(0,0,0,.07);height:76px;overflow:hidden;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto;box-sizing:border-box}.collapsed #loginwrapper{display:block}#loginwrapper.loggedin{gap:80px;display:block}#loginwrapper.loggedin .login-avatar{background:0 0;display:flex;flex-direction:row;gap:12px;width:100%}#loginwrapper .userlogged{font-weight:700;display:inline-block;width:80%;max-width:80%;color:#41495a}#loginwrapper .userlogged span{max-width:70%;display:inline-block}#loginwrapper .login-avatar,#loginwrapper .sidebar-item-text{opacity:0;width:0;padding:0;border:0;-webkit-transition-property:opacity,width,padding;transition-property:opacity,width,padding;-webkit-transition-duration:450ms;transition-duration:450ms;-webkit-transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);display:none}.collapsed #loginwrapper .login-avatar{padding-top:10px;display:block;width:100%;height:auto;color:#41495a}#loginwrapper .login-buttons{display:flex;opacity:1;-webkit-transition:opacity 450ms cubic-bezier(.34,-.09,.45,1.18);transition:opacity 450ms cubic-bezier(.34,-.09,.45,1.18);-webkit-flex:1;-ms-flex:1;flex:1;flex-direction:row;gap:12px;justify-content:center;text-decoration:none}#loginwrapper img.userIcon{height:36px;border-radius:50%;vertical-align:middle;margin-right:10px}body.rtl #loginwrapper img.userIcon{margin-right:0;margin-left:10px}.login-buttons .button{cursor:pointer;white-space:nowrap;transition:color .2s ease 0s,background .15s ease 0s,border .15s ease 0s;max-width:120px;font-size:.875rem;-webkit-letter-spacing:.005em;-moz-letter-spacing:.005em;-ms-letter-spacing:.005em;letter-spacing:.005em;font-weight:700;line-height:1.5;border-radius:8px;padding:6px 12px;flex-grow:1;text-align:center}.login-buttons .login-button{background-color:#fff;border:1px solid #bbc4c4;color:#181c25}.login-buttons .register-button{color:#fff;border:1px solid #181c25;background-color:#181c25}.side-container .sidebar-section{list-style-type:none;display:flex;flex-direction:column;gap:2px;margin:0;padding:0}.side.slide{left:0;opacity:1;z-index:1}.side.right{left:75%}.fancybox-lock .fancybox-overlay{z-index:10000000000}#loginwrapper,.region{padding:18px 24px}.region select{color:#41495a;border-radius:8px;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:8px 12px;width:100%;outline:0;margin-top:5px;background:#fff;border:1px solid #767676}.region select:not(:disabled){background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3e%3cg stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke='%2341495a'%3e%3cpath d='M8.82842712 5L6 7.82842712 3.17157288 5'/%3e%3c/g%3e%3c/svg%3e");background-size:18px;background-position:calc(100% - 12px) center;background-repeat:no-repeat}body.rtl .region select:not(:disabled){background-position:calc(0 + 12px) center}.side-container .sidebar-section a,.side-container .sidebar-section li{width:100%;display:flex;-webkit-box-align:center;align-items:center;border-radius:8px;overflow:hidden}.side-container .sidebar-section li{gap:18px;font-size:15px}.side-container .sidebar-section a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-align-items:center;-ms-flex-align:center;gap:12px;color:#41495a;padding:8px 15px;fill:#41495a;transition:padding .1s linear 0s}aside#sidebarHeader.collapsed .side-container .sidebar-section a{padding-left:15px;padding-right:11px}aside#sidebarHeader.collapsed .side-container .sidebar-section a.scrollbar{padding-left:11px}body.rtl aside#sidebarHeader.collapsed .side-container .sidebar-section a{padding-right:15px}.side-container .sidebar-section>li.selected,.side-container .sidebar-section>li:hover{background-color:#8a939940;color:#41495a;border:0}.side-container .sidebar-section>li.search:hover{background-color:inherit;cursor:pointer}.side-container .sidebar-section>li.selected{font-weight:700}.sidebar-section a.icon-home:before{content:url(/s/ign/sidebar/home.svg);padding-left:1px}.sidebar-section .selected a.icon-home:before{content:url(/s/ign/sidebar/home-selected.svg);padding-left:1px}.sidebar-section a[href^="/article/review"]:before{content:url(/s/ign/sidebar/review.svg)}.sidebar-section a[href^="/video"]:before{content:url(/s/ign/sidebar/video.svg)}.sidebar-section a[href^="/forum"]:before{content:url(/s/ign/sidebar/forum.svg)}.sidebar-section a[href^="/ps4"]:before{content:url(/s/ign/sidebar/ps4.svg)}.sidebar-section a[href^="/pc"]:before{content:url(/s/ign/sidebar/pc.svg)}.sidebar-section a[href^="/xbox-one"]:before{content:url(/s/ign/sidebar/xbox.svg)}.sidebar-section a[href^="/article/feature"]:before{content:url(/s/ign/sidebar/facebook.svg)}.sidebar-section a[href^="/nintendo-switch"]:before{content:url(/s/ign/sidebar/nintendo-switch.svg)}.sidebar-section a[href^="/cinematv"]:before{content:url(/s/ign/sidebar/film.svg)}.sidebar-section a[href^="/3ds"]:before{content:url(/s/ign/sidebar/3ds.svg)}.sidebar-section a[href^="/ps5"]:before{content:url(/s/ign/sidebar/ps5.svg)}.sidebar-icon,.sidebar-section a svg,.sidebar-section a:before{background-size:100%;cursor:inherit;user-select:none;aspect-ratio:1/1;display:inline-block;flex-shrink:0}.sidebar-section a svg,.sidebar-section a:before{width:1.2em;height:1.2em;font-size:25px}.editions.desktop,.search-modal .button,.sidebar-section a.iconsvg:before,footer{display:none}.sidebar-icon{width:1em;height:1em;font-size:1.5rem}.side .sidebar-main::-webkit-scrollbar{width:6px}.side .sidebar-main::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(138,147,153,.5);background:rgba(138,147,153,.5);border-radius:10px}.side .sidebar-main::-webkit-scrollbar-track{background:0 0}button.back{border:0;background-color:transparent;outline-width:0;padding:0;color:#41495a;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;text-align:left;margin:0;font-size:11px;line-height:1.35;-webkit-letter-spacing:.03em;-moz-letter-spacing:.03em;-ms-letter-spacing:.03em;letter-spacing:.03em;text-transform:uppercase;font-weight:700;gap:12px}body.rtl button.back{flex-direction:row-reverse;margin-left:auto}button.back,button.back label{cursor:pointer}#sidebarHeader li.legal{flex-direction:column-reverse;color:#41495a;background:#f6f8f7;padding:8px 11px;font-size:13px;-webkit-letter-spacing:.005em;-moz-letter-spacing:.005em;-ms-letter-spacing:.005em;letter-spacing:.005em;line-height:1.3;gap:6px}#sidebarHeader li.legal a{padding:0}a,section.broll h3 a{text-decoration:none}.wrap{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}section#js{position:absolute;bottom:0;left:0;width:1px;height:1px;overflow:hidden}#gheader,section.stripe{background-color:#f5f5f5;box-shadow:0 2px 4px 0 rgba(0,0,0,.18);padding:18px 0;transition:padding .1s linear 0s;overflow:hidden;border-top:1px solid #d1d5db}section.stripe{padding:12px 0;margin-bottom:0}svg.ign-logo{background-size:100%;cursor:inherit;user-select:none;display:inline-block;flex-shrink:0;aspect-ratio:182/55;height:1.97917em;font-size:1.5rem;width:3.17em;fill:#bf1313}svg.sidebar-icon.icon-logo{color:#bf1313;fill:#bf1313}#ign-logo-wrap{position:absolute;left:50%;transform:translate(-50%);top:25%;z-index:500}div.logodate{font-size:16px;font-weight:700;max-width:280px;display:inline-block;vertical-align:super;align-self:center}.right-rail{display:block}.extramenu{cursor:pointer}.filterlist{padding:0;margin:0}#zdlogoblue{width:65px;height:auto}.search-modal{margin-top:2px;width:100%}.menu-editions{display:block!important;text-align:center!important;line-height:60px}#footer div.legal,button.back{display:flex;align-items:center}#footer.limitedScroll{display:block;background:#f5f5f5;padding:4px;font-size:small;text-align:center}#footer.limitedScroll a,svg.ign-logo{color:#bf1313}a.commentscount:before{content:url(/s/ign/comments.svg);display:inline-block;vertical-align:middle;margin-left:10px;margin-right:5px}.page-content{position:relative;top:18%}.button-primary{background-color:#bf1313;border-radius:4px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;letter-spacing:-.5px;white-space:nowrap;padding:8px 20px;border:0}div.tbl{display:table;position:relative;margin-right:320px}section.broll.hasAd div.adk2{position:absolute;right:0;width:300px}section.broll{display:block;padding-top:25px;padding-bottom:25px;margin:0 auto}section.broll+section.broll{padding-top:0;padding-bottom:0;grid-gap:0;grid-column-gap:1.5rem}body.hasSkin section.broll+section.broll{padding-left:10px;padding-right:10px}section.broll>h2{border-bottom:solid 1px rgba(37,38,39,.15)}section.broll article{display:table-row;position:relative;margin-left:0}section.broll div.t{display:table-cell;box-sizing:border-box;vertical-align:middle;width:25%;max-width:280px;margin:0;position:relative}section.broll div.m{display:table-cell;vertical-align:top;width:75%;box-sizing:border-box}section.broll div.m,section.broll div.t{padding-top:25px;padding-bottom:25px;border-bottom:solid 1px rgba(37,38,39,.15)}section.broll img.thumb{display:block;width:100%;border-radius:6px;max-height:160px;max-width:280px;object-fit:cover;transition:opacity .2s ease-out}section.broll h3{margin:6px 0}section.broll h3 a{font-size:18px;line-height:20px;font-weight:700;margin:0;color:#252627}section.broll h3 a:hover{text-decoration:underline}section.broll div.m a.comments,section.broll div.m time{font:14px"Inter Var",sans-serif,700;line-height:18px;color:#bf1313;text-decoration:none}body.rtl section.broll .thumb.score-wrapper .article_type,section.broll .thumb.score-wrapper .article_type{position:absolute;bottom:0;left:0;padding:2px 5px;font-size:13px;background-color:#bf1313;color:#fff;margin:0 0 10px 6px;border-radius:4px}section.broll img.thumb:hover{opacity:.85;transition:opacity .2s ease-out 0s}section.broll div.m>p{display:block;margin:0;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}section.broll .video .duration,section.broll .videobtn{position:absolute;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);border:solid 2px rgba(0,0,0,.1)}section.broll .videobtn{color:#fff;width:52;height:52px;margin-top:-70px;margin-left:-6px;padding:9px}section.broll article.VIDEO>a:after{content:url(/s/ign/playButton.svg);position:absolute;bottom:2px;left:2px}section.broll article.PROMOTED{background:#f2f2f2}section.broll div.tbl{margin-right:0}section.broll .video .duration{background-color:#bf1313;border-radius:4px;bottom:0;left:0;margin:0 0 10px 6px;display:flex;padding:5px}section.broll .video .duration-text{color:#fff;font-family:"Inter Var",sans-serif;font-weight:700;letter-spacing:1px;align-self:flex-end}section.broll .video .icon-playhead{background-size:100%;height:1em;width:1em;margin:0 8px 0 0;font-size:22px;line-height:22px;align-self:center}section.broll div.m{padding-left:1.5rem;padding-right:1.5rem}body.rtl section.broll .video .duration{left:auto;right:0;margin:0 6px 6px 0}body.rtl section.broll .video .icon-playhead{margin-right:0;margin-left:.5rem}body.rtl section.broll .thumb.score-wrapper .article_type{right:0;left:unset;margin:0 6px 10px 0}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper{height:50%;left:6.7%;position:relative;top:25%;width:86.6%;z-index:2;background-color:#bf1313}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper{left:-6.7%}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before,section.broll .videobtn{background-color:#bf1313}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{-webkit-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,-70.71136%) rotate(45deg)}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after{-webkit-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg);transform:scale(1,.579) translate(70.71136%,70.71136%) rotate(45deg)}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{-webkit-transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg);transform:scale(1,.579) translate(30.35568%,-70.71136%) rotate(45deg)}body.rtl .hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after{-webkit-transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg);-ms-transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg);transform:scale(1,.579) translate(30.35568%,70.71136%) rotate(45deg)}.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:after,.hexagon-wrapper.side-wrapper .hexagon.side-wrapper:before{content:"";display:block;height:122.46%;position:absolute;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:70.71%;z-index:1}.hexagon-wrapper.side-wrapper .hexagon-content.side-wrapper{color:#fff;font-family:"Inter var",sans-serif!important;text-transform:uppercase;margin:.2em 0 0;font-weight:900;text-shadow:rgb(0 0 0/20%)0 1px 1px,rgb(0 0 0/10%)0 3px 3px}.hexagon-wrapper.side-wrapper{font-size:2rem;margin:0;position:relative;height:2.7em;width:2.7em;min-width:2.7em;display:inline-block}.score-wrapper{position:relative;display:block}.score-wrapper .review-score,.score-wrapper .video-duration{position:absolute;bottom:0;left:0;margin:24px;z-index:2}.hexagon-wrapper.side-wrapper .hexagon-content-wrapper.side-wrapper{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:3}.little{height:2.6em!important;width:2.6em!important;min-width:2.6em!important;font-size:16px!important;margin:10px!important}.list-hero .hexagon-content{display:flex;flex-direction:column;align-items:center}.list-hero .icon-logo{width:30px}div.zad{display:flex;justify-content:center;align-items:center;transition:height .2s;text-align:center;margin:0 auto}div.zad.billboard,div.zad.top{margin-top:60px;min-height:100px}div.zad.halfpage,div.zad.sidebar{min-height:600px}.zad:not(.billboard,.top){background:#f2f2f2}@media (min-width:768px){div.zad.billboard{padding-top:80px;margin-top:0}}@media (min-width:930px){div.zad.billboard,div.zad.top{min-height:250px}div.zad.billboard{padding-top:80px;margin-top:0}body iframe.quizembed{width:100%;aspect-ratio:16/9;min-height:500px}}#BackendInPageMenu{display:none}.adkit iframe{max-width:100%}@media (max-width:1600px){body.hasSkin .hspotlight,body.hasSkin .list-content,body.hasSkin .wrap,body.hasSkin section.broll,body.hasSkin section.popular,body.hasSkin section.stripe,body.hasSkin section.vspotlight{max-width:1098px;padding:16px 10px;box-sizing:border-box}body.hasSkin .page-content{max-width:1098px}body.hasSkin section.hero article{width:1098px;max-width:1098px}}@media (max-width:1280px){body.hasSkin section.hero article{width:initial}html.lock{overflow:hidden}}@media (min-width:641px){aside#sidebarHeader{width:300px;transition:width 450ms cubic-bezier(.34,-.09,.45,1.18)}aside#sidebarHeader.collapsed{width:96px}aside#sidebarHeader.collapsed+#mainblock{width:calc(100% - 96px);margin-left:96px}aside#sidebarHeader.collapsed .header-toggle{right:-12px}header{display:none}.header-toggle{width:24px;height:24px;right:-12px;top:36px}#btnoverlay.collapsed+#mainblock{-webkit-transition-duration:200ms;width:calc(100% - 96px);transition-duration:200ms}#btnoverlay+#mainblock{-webkit-transition-property:width,margin-left;transition-property:width,margin-left;-webkit-transition-duration:450ms;transition-duration:450ms;-webkit-transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);transition-timing-function:cubic-bezier(.34,-.09,.45,1.18);margin-left:96px;color:#181c25}body.iframe #btnoverlay+#mainblock{margin-left:0;width:100%}.side .sidebar-header{padding:2.15625em 24px 0;-webkit-flex-basis:80px;-ms-flex-preferred-size:80px;flex-basis:80px}.sidebar-section a:before{padding-left:5px;font-size:14.1px}.sidebar-section a svg{font-size:15px}body.rtl .sidebar-section a svg{padding-left:2px}}@media (max-width:640px){#sidebarHeader.start{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);transition-duration:200ms}.fixed-header{display:none}#sidebarHeader.start~#mainblock .fixed-header{display:block}.sidebar-mobile-overlay.start{opacity:0;z-index:-1}aside#sidebarHeader.start .header-toggle{right:-46px}aside#sidebarHeader.start .header-toggle svg{transition:transform .1s linear 0s;font-size:.6rem;transform:rotate(-180deg)}.sidebar-section .selected a.icon-home:before,.sidebar-section a.icon-home:before{width:24px;padding-left:4px;padding-right:4px}section.broll{padding:0}}@media (min-width:930px){div.zad.billboard,div.zad.top{min-height:250px}body,html{overflow-x:unset}#ign-logo-wrap{display:inline-flex;position:static;transform:none}.editions.desktop,.right-rail{display:block}body.rtl .browseabout .region select:not(:disabled){background-position:12px}div.zad.billboard{padding-top:12px}body.rtl #headermenuwrapper{right:auto;left:0;width:unset}}@media (min-width:641px) and (max-width:1280px){#sidebarHeader.start{width:96px}.sidebar-mobile-overlay.start{opacity:0;z-index:-1}aside#sidebarHeader.start .header-toggle svg{transition:transform .1s linear 0s;font-size:.6rem;transform:rotate(-180deg)}#sidebarHeader.start button.back label,aside#sidebarHeader.start .ign-logo .ign-path,aside#sidebarHeader.start .logodate,aside#sidebarHeader.start .logout,aside#sidebarHeader.start .search-modal,aside#sidebarHeader.start .sidebar-main a span{opacity:0;display:none}#ignheader.start #loginwrapper .userlogged span,#ignheader.start .login-buttons .register-button,aside#sidebarHeader.start .region{display:none}aside#sidebarHeader.start .side .sidebar-header{padding-left:36px;padding-right:36px}#loginwrapper img.userIcon{margin-left:6px}.side-container .sidebar-section a{padding:8px 15px}#loginwrapper{padding:18px 14px}}@media (min-width:1281px){svg.ign-logo{height:24px}.sidebar-mobile-overlay{display:none}#btnoverlay+#mainblock{width:calc(100% - 300px);margin-left:300px}#btnoverlay.collapsed+#mainblock{margin-left:96px}.logo-edition{display:block}}</style> <style type="text/css">.bridge.bridgewrapper{border:0;background-color:#d1d5db;height:1px;width:96%;margin-left:6px}.index-badge.featured.badge-inside{border-color:#bf1313;background-color:#bf1313}.index-badge.featured.badge-round{color:#fff}.index-badge.badge-inside{color:#000;border-color:#000}.index-badge.badge-round{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:12px;border:2px solid;border-radius:50%;width:32px;height:32px;padding:6px;font-weight:700;font-size:14px;font-family:"Inter Var",sans-serif;margin-left:6px;min-width:32px}.item-blurb.badge-round{width:100%;font-size:16px;line-height:1.38;color:#252627;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-y:hidden}.item-blurb{max-width:300px}.imglisthero,img.hero{width:100%;height:100%}.item-data.badge-round{font-size:14px;font-weight:700;line-height:1.29em}.slotter-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:24px 0}.comment-count,.item-data.badge-round{font-family:"Inter Var",sans-serif;color:#bf1313}.comment-count .icon-comment{top:3px;position:relative;margin:0 .2em 0 0}.comment-count:before{content:"-";display:inline-block;margin:0 6px}.right-side.featured.badge-round{font-weight:700}.five-up-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:24px;font-weight:900;line-height:1.89;margin-top:16px;margin-left:6px;margin-bottom:6px;gap:24px}.five-up-header .ign-icon,.herotitle .ign-icon{width:32px;height:32px}img.hero{max-width:100%}.herogrid{display:-ms-grid;grid-template-columns:[mainContent-start]66%[mainContent-end rightRail-start]33%[rightRail-end];display:grid;-ms-grid-columns:66% 33%;margin:0 auto}.herotitle,section h2{font-size:36px;font-weight:900;line-height:1.89}.herotitle svg{position:relative;top:4px}.right-rail{flex:0 0 300px;grid-area:rightRail;-ms-grid-column:2}.main-content{flex:1 1 40%;grid-area:mainContent;margin-right:24px}.indextitle{margin-top:10px}.indexFilter .filterlist{padding:0 0 15px;margin:0 20px 0 0;display:inline-block;vertical-align:top}.indexFilter .filterlist>li,.toggle.segmentfilter{display:inline-block;vertical-align:middle;cursor:pointer}.indexFilter .filterlist>li{padding:10px;min-width:95px;height:32px;line-height:32px;border-radius:4px;font-size:18px;text-align:left}.indexFilter .filterlist>li.active a{color:#bf1313;stroke:#bf1313}.indexFilter .filterlist>li.active svg g{stroke:#bf1313}.indexFilter .filterlist a,.indexFilter .filterlist>li{color:#252627;color:rgba(37,38,39,.6)}.indexFilter .filterlist svg{margin-right:10px;vertical-align:top;display:inline-block}section h2{color:#000;letter-spacing:-.5px;line-height:1.2em;display:block;margin:0 0 18px;font-family:"Inter Var",sans-serif}section>h3{color:#000;margin:0;padding:0}section a{text-decoration:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15}ul.listselector,ul.listselector li{display:inline-block;vertical-align:top;height:32px}ul.listselector{padding:0 0 15px;list-style-type:none;margin:0}ul.listselector li{padding:10px 15px 10px 10px;white-space:nowrap;line-height:32px}ul.listselector select{width:120px}ul.listselector li>span{padding-right:5px}.toggle.checked.segmentfilter{background-color:#bf1313;border:solid 1px #bf1313}.toggle.segmentfilter{position:relative;width:45px;height:28px;border-radius:150px;border:solid 1px #bdc1c9;-webkit-transition:background-color .1s linear;transition:background-color .1s linear;outline:0;margin:0}.toggle.checked.segmentfilter .toggle-indicator.segmentfilter{background-color:#fff;left:44%}.toggle-indicator.segmentfilter{display:block;position:absolute;width:22px;height:22px;margin:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%;left:5%;background-color:#bdc1c9;-webkit-transition:left,background-color,.1s linear;transition:left,background-color,.1s linear}.toggle.segmentfilter input.segmentfilter{display:none}.indextitle,section.stripe{margin-bottom:5px}section.broll{display:-ms-grid;grid-template-columns:[mainContent-start]auto[mainContent-end rightRail-start]320px[rightRail-end];display:grid;margin:0 auto;-ms-grid-columns:auto 320px;max-width:1200px}section.broll div.tbl{grid-area:mainContent;-ms-grid-column:1;-ms-grid-row:2;margin-right:0}section.broll div.side-ad-trail{grid-area:rightRail;-ms-grid-row:2;-ms-grid-column:2}body.rtl div.tbl{margin-right:0;margin-left:320px}body.rtl section.broll div.tbl{margin-left:0}body.rtl .indexFilter .filterlist svg{margin-right:0;margin-left:10px}body.rtl .main-content{margin-right:0;margin-left:24px}@media (max-width:600px){section.broll div.tbl{display:block}}@media (max-width:930px){section.broll,section.herogrid{display:block}.main-content{margin-right:0}#listselector-reviewscores,#listselector-sort,section.herogrid .right-rail{display:none}body.rtl section.broll div.tbl{margin-left:0}.indexFilter .filterlist>li{font-size:16px}ul.listselector{height:auto}section.broll .side-ad-trail{max-width:320px;margin:0 auto}section.broll img.thumb{max-width:100%;max-height:100%}section.broll div.m,section.broll div.t{display:block;width:100%;max-width:100%}section.herogrid.wrap{padding:0}}@media (max-width:1200px){section.broll h3{margin:0 0 6px}section.broll h3 a{font-size:14px}}@media (max-width:1281px){.item-blurb.badge-round{-webkit-line-clamp:1}.slotter-item{margin:18px 0}.grid{grid-template-columns:[mainContent-start]3fr;display:grid;margin:0 auto}.left-rail{display:none}}body.hasSkin .herogrid{background-color:#fff}body.hasSkin section.stripe{box-sizing:border-box}</style> </style> <link rel=preload href="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-is-secretly-an-incredible-hu_phsv.768.jpg" as=image imagesrcset="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-is-secretly-an-incredible-hu_phsv.768.jpg 1x, https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-is-secretly-an-incredible-hu_phsv.1536.jpg 2x"> <style type="text/css">div.zad.billboard{min-height:250px}@media (max-width:930px){body:not(.iframe) div.zad.footer[data-sticky=true]{position:fixed;bottom:0;transform:translateX(-50%);margin-left:50%;width:100%;padding-top:10px;z-index:10}body:not(.iframe) div.zad.footer[data-sticky=true]::after{content:"x";top:-20px;position:absolute;right:10px;background:#f2f2f2;display:block;width:20px;height:20px}}</style> <script type="text/javascript"> (function(b){b.loadCSS||(b.loadCSS=function(){});var c=loadCSS.relpreload={};c.support=function(){try{var a=b.document.createElement("link").relList.supports("preload")}catch(e){a=!1}return function(){return a}}();c.bindMediaToggle=function(a){function b(){a.addEventListener?a.removeEventListener("load",b):a.attachEvent&&a.detachEvent("onload",b);a.setAttribute("onload",null);a.media=c}var c=a.media||"all";a.addEventListener?a.addEventListener("load",b):a.attachEvent&&a.attachEvent("onload",b);setTimeout(function(){a.rel= "stylesheet";a.media="only x"});setTimeout(b,3E3)};c.poly=function(){if(!c.support())for(var a=b.document.getElementsByTagName("link"),e=0;e<a.length;e++){var d=a[e];"preload"!==d.rel||"style"!==d.getAttribute("as")||d.getAttribute("data-loadcss")||(d.setAttribute("data-loadcss",!0),c.bindMediaToggle(d))}};if(!c.support()){c.poly();var f=b.setInterval(c.poly,500);b.addEventListener?b.addEventListener("load",function(){c.poly();b.clearInterval(f)}):b.attachEvent&&b.attachEvent("onload",function(){c.poly(); b.clearInterval(f)})}"undefined"!==typeof exports?exports.loadCSS=loadCSS:b.loadCSS=loadCSS})("undefined"!==typeof global?global:this); </script> <link rel="preconnect" href="https://tpc.googlesyndication.com"> <script type="text/javascript"> window.ICMS.cmd.push(function(){(function(){var stickyfooter=window.document.querySelector(".zad.footer[data-sticky=true]"); if(stickyfooter)stickyfooter.addEventListener("click",function(){this.removeAttribute("data-sticky")})})()}); </script><script>var ChessKit= ChessKit || {}; ChessKit.data = {categories:[], platforms:[], pagetype:["ros"], article_id:""};</script> <script type="text/javascript">var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; var zad = zad || {}; zad.cmd = zad.cmd || []; window.zadConfig={"dfp": "/15748617,23251826091/IGN_NORDICS/IGN_ROS_", "OOPs": ["interstitial"], "OOPsAppendSuffix": true, "autorefresh": 30, "prebid": true, "amazon": "d02f0482-a50f-427c-ac01-9856371f1f6b", "navegg": false, "tailtarget": false, "dependencies": null, "libs": null, "gdprLibs": null, "pageTargeting": {"platforms": [], "tags": [], "page": "ros", "special": "", "type": "general", "lang": "en", "article_id": ""}, "titleTargeting": true, "lazy": true, "vastPreroll": "https://pubads.g.doubleclick.net/gampad/ads?iu=/15748617,23251826091/IGN_Nordics/ign_preroll&description_url=[placeholder]&tfcd=0&npa=0&sz=640x360&gdfp_req=1&unviewed_position_start=1&output=vast&env=vp&impl=s&correlator="};window.zadSlotConfig={"sizemappingTemplates": {"billboard": [[[990, 250], [[970, 250], [970, 200], [970, 180], [980, 90], [970, 90], [728, 90], [120, 30]]], [[750, 200], [[728, 90], [120, 30]]], [[0, 0], [[320, 100], [320, 50], [120, 30]]]], "halfpage": [[[990, 250], [[300, 600], [300, 250]]], [[750, 200], [[300, 600], [300, 250]]], [[0, 0], [[300, 600], [300, 250]]]], "footer": [[[990, 250], [[997, 123], [970, 90], [728, 90]]], [[750, 200], [[728, 90], [468, 60]]], [[0, 0], [[320, 100], [320, 50]]]]}};</script><script type="text/javascript" src="/s/js/zad.js?612" async="true"></script> <script type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async="true"></script> </head> <body > <div class="page-wrapper"> <aside id="sidebarHeader" class="hide start"> <div id="ignheader" class="start"> <button class="header-toggle" type="button" title="Toggle Sidebar"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="4" style="transition: transform 0.1s linear 0s; font-size: 0.6rem;"><path d="M22 2 7.86 16.14 22 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></button> <div class="side-container"> <div class='side home bar-1'> <div class="sidebar-header"> <div class="logo-edition"> <a id="headerlogo" href='https://nordic.ign.com/'> <svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg> </a> <div class="logodate">Nordic</div> </div> </div><div class="sidebar-main"><ul class="sidebar-section home"><li><a class="icon-home" href='https://nordic.ign.com/'><span>Home</span></a></li><li class=""><a class="iconsvg" href="https://nordic.ign.com/made-in-nordic" data-submenu="bar-137"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 443.6 443.6" style="enable-background:new 0 0 443.6 443.6;" xml:space="preserve"> <path d="M434.48,63.76c-6.05-6.05-13.27-9.12-21.45-9.12h-69.25V0H99.82v54.64H30.57c-8.18,0-15.4,3.07-21.45,9.12 C3.07,69.81,0,77.03,0,85.21v27.32c0,29.41,10.6,54.89,31.51,75.72c20.3,20.23,45.08,32.4,73.68,36.2 c7.07,23,19.73,42.61,37.64,58.3c17.75,15.55,38.62,25.77,62.07,30.43v96.6h-85.11v33.82h204.04v-33.82h-85.11v-96.6 c23.45-4.66,44.32-14.89,62.06-30.43c17.91-15.69,30.57-35.3,37.64-58.3c28.6-3.8,53.38-15.97,73.68-36.2 c20.91-20.83,31.51-46.31,31.51-75.72V85.21C443.6,77.03,440.53,69.81,434.48,63.76z M221.8,280.54c-24.21,0-45-8.52-61.79-25.31 c-16.8-16.8-25.32-37.59-25.32-61.79V33.82h174.22v159.61c0,24.21-8.52,45-25.32,61.79C266.8,272.02,246.01,280.54,221.8,280.54z M409.78,88.46v24.07c0,19.86-6.71,37.15-19.93,51.4c-12.44,13.4-27.92,21.64-46.06,24.51V88.46H409.78z M99.82,88.46v99.98 c-18.14-2.88-33.62-11.11-46.06-24.51c-13.23-14.25-19.94-31.54-19.94-51.4V88.46H99.82z"/> </svg> <span>Made in Nordic</span></a></li><li class=""><a class="iconsvg" href="/article/news" data-submenu="bar-71"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="_x31__x2C_5" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <path d="M437.3,512H80c-44.1,0-80-35.9-80-80V58.7C0,26.3,26.3,0,58.7,0h266.7C357.7,0,384,26.3,384,58.7V64h69.3 c32.4,0,58.7,26.3,58.7,58.7V432c0,40.9-30.8,74.7-70.4,79.4C440.2,511.8,438.8,512,437.3,512z M384,96v336c0,26.5,21.5,48,48,48 c26.5,0,48-21.5,48-48V122.7C480,108,468,96,453.3,96H384z M58.7,32C44,32,32,44,32,58.7V432c0,26.5,21.5,48,48,48h288 c-10.1-13.4-16-30-16-48V58.7C352,44,340,32,325.3,32H58.7z"/> <path d="M176,192H80c-8.8,0-16-7.2-16-16V80c0-8.8,7.2-16,16-16h96c8.8,0,16,7.2,16,16v96C192,184.8,184.8,192,176,192z M96,160h64 V96H96V160z"/> <path d="M304,117.3h-53.3c-8.8,0-16-7.2-16-16s7.2-16,16-16H304c8.8,0,16,7.2,16,16S312.8,117.3,304,117.3z"/> <path d="M304,181.3h-53.3c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16H304c8.8,0,16,7.2,16,16C320,174.2,312.8,181.3,304,181.3z"/> <path d="M304,266.7H80c-8.8,0-16-7.2-16-16s7.2-16,16-16h224c8.8,0,16,7.2,16,16S312.8,266.7,304,266.7z"/> <path d="M304,346.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,339.5,312.8,346.7,304,346.7z"/> <path d="M304,426.7H80c-8.8,0-16-7.2-16-16c0-8.8,7.2-16,16-16h224c8.8,0,16,7.2,16,16C320,419.5,312.8,426.7,304,426.7z"/> </svg> <span>News</span></a></li><li class=""><a class="iconsvg" href="/article/review" data-submenu="bar-7"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 443.6 512.7" style="enable-background:new 0 0 443.6 512.7;" xml:space="preserve"> <g> <path d="M443.6,146.3c0.2-12.4-6.6-24.7-17.4-31.3L241.4,5.8c-5.9-4-11.9-5.8-19.5-5.8c-6.5,0-14.1,2.3-19.4,5.8L17.7,114.9 C5.5,121.2,0,135.1,0,146.2v220.3c0,12.6,6.9,24.9,17.6,31.2l184.8,109.2c5.9,4,11.9,5.8,19.5,5.8c6.5,0,14.1-2.3,19.4-5.8 l184.6-109.1c12.2-6.2,17.7-20.1,17.7-31.3L443.6,146.3z M224.5,32.9l184.7,109.2l0.3,0.2c1.9,1,2.2,2.9,2.2,3.9v221.4 c-0.2,1-0.7,2.2-2.2,3l-0.1,0.1l-185,109.3c-1.9,0.9-3.5,0.9-5.3,0L34.4,370.7l-0.3-0.2c-1.9-1-2.2-2.9-2.2-3.9V146.2 c0-0.8,0.2-2.9,2.3-4l0.1-0.1L219.2,32.9C221.1,32,222.6,32,224.5,32.9z"/> <path d="M263.9,351.4h-80.7c-9,0-15.1,6.8-15.1,16.8c0,9,6.8,15.1,16.8,15.1h80.7c7.5,0,15.1-5.2,15.1-15.1 C280.7,358.6,273.5,351.4,263.9,351.4z"/> <path d="M134.5,272.3H311c7.5,0,15.1-5.2,15.1-15.1c0-9.6-7.2-16.8-16.8-16.8H134.5c-9.6,0-16.8,7.2-16.8,16.8 C117.7,266.5,126.4,272.3,134.5,272.3z"/> <path d="M183.2,161.4h80.7c9.8,0,15.1-7.8,15.1-15.1c0-7.6-7-16.8-15.1-16.8h-80.7c-9.8,0-15.1,7.8-15.1,15.1 C168.1,154.6,174.2,161.4,183.2,161.4z"/> </g> </svg> <span>Reviews</span></a></li><li class=""><a class="iconsvg" href="/article/preview" data-submenu="bar-70"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 418.7 512" style="enable-background:new 0 0 418.7 512;" xml:space="preserve"> <path d="M370.4,0H48.2C22.1,0,0,22.1,0,48.2v290.1c0,20.1,13.3,38.5,32.2,45.4v33.7c0,16.8,14.4,30.4,32,30.4h0.3 c-0.1,0.5-0.1,1.1-0.1,1.7v32.2c0,16.8,14.4,30.4,32,30.4h225.6c18,0,32-14.1,32-32v-32.2h0.2c18,0,32-14.1,32-32v-32 c18.9-6.8,32.2-25.2,32.2-45.4V48.1C418.5,22,396.4,0,370.4,0z M322.3,449.4v32c-0.1,0.1-0.3,0.3-0.4,0.4H96.6 c-0.1-0.1-0.3-0.3-0.4-0.4v-32c0-0.6-0.1-1.1-0.2-1.7h226.4C322.4,448.2,322.3,448.8,322.3,449.4z M354.5,386.3V417 c-0.1,0.1-0.3,0.3-0.4,0.4H64.4c-0.1-0.1-0.3-0.3-0.4-0.4v-30.7H354.5z M386.6,48.2v290.1c0,9.3-7,16.3-16.3,16.3H48.2 c-9.3,0-16.3-7-16.3-16.3L31.8,48.2c0-9.3,7-16.3,16.3-16.3h322.2C379.6,31.9,386.6,38.9,386.6,48.2z"/> </svg> <span>Previews</span></a></li><li class=""><a class="iconsvg" href="/videos" data-submenu="bar-9"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="regular" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <style type="text/css"> .st0{stroke:#41495a;stroke-width:10;stroke-miterlimit:10;} </style> <path d="M256,512c141.2,0,256-114.8,256-256S397.2,0,256,0S0,114.8,0,256S114.8,512,256,512z M256,32c123.5,0,224,100.5,224,224 S379.5,480,256,480S32,379.5,32,256S132.5,32,256,32z"/> <path class="st0" d="M379.9,226.6l-180.3-98.2c-4.8-3.2-11.3-4.8-16.1-4.8c-19.3,0-33.8,16.1-33.8,33.8v198 c0,19.3,16.1,33.8,33.8,33.8l0,0l0,0c6.4,0,11.3-1.6,16.1-4.8l180.3-98.2c6.4-3.2,11.3-8.1,14.5-14.5 C402.4,257.2,396,236.3,379.9,226.6z M189.9,366.7C189.9,366.7,189.9,368.3,189.9,366.7c-4.8,1.6-8.1,1.6-11.3,1.6 c-3.2-1.6-6.4-3.2-8.1-6.4c-1.6-1.6-1.6-4.8-1.6-6.4v-198c0-8.1,6.4-12.9,12.9-12.9c1.6,0,4.8,0,6.4,1.6l181.9,98.2 c3.2,1.6,6.4,3.2,6.4,6.4c1.6,3.2,1.6,6.4,0,9.7c-1.6,3.2-3.2,6.4-8.1,8.1L189.9,366.7z"/> </svg> <span>Videos</span></a></li><li class="selected"><a class="iconsvg" href="/article/feature" data-submenu="bar-11"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M292.8,303.6l-0.5-0.5C280,292.8,268.4,288,256,288h-1.7c-13,0-24.8,5.2-35.1,15.5L180,344.3 c-12.1,12.1-17.3,30-13.5,46.6l18.7,81.7l0,0.1c5.8,23.2,25.4,38.8,48.6,38.8h42.5c22.7,0,44.3-16.6,50.3-38.7l18.8-81.9 c3.7-16.7-1.5-34.5-13.6-46.6L292.8,303.6z M307.5,366.7L307.5,366.7c3.5,3.6,6.5,9.9,5.2,16.4L294,464.7l-0.1,0.4 c-1.2,7-8.7,13.4-15.9,13.4h-42.5c-6.7,0-14.6-4.2-15.9-13.3l0-0.3l-18.8-81.8c-1.3-6.8,0.1-11.3,5.1-16.3l40.8-40.8 c3.6-3.6,7-5,12.6-5c2,0,5,1.2,8.4,4L307.5,366.7z"/> <path d="M219.1,207.6l0.5,0.5c12.3,10.3,23.9,15.1,36.4,15.1h1.7c13,0,24.8-5.2,35.1-15.5l39.2-40.9c12.1-12.1,17.3-30,13.5-46.6 l-18.7-81.7l0-0.1c-5.8-23.2-25.4-38.8-48.6-38.8h-42.5c-22.7,0-44.3,16.6-50.3,38.7l-18.8,81.9c-3.7,16.7,1.5,34.5,13.6,46.6 L219.1,207.6z M204.4,144.4L204.4,144.4c-3.5-3.6-6.5-9.9-5.2-16.4l18.7-81.6l0.1-0.4c1.2-7,8.7-13.4,15.9-13.4h42.5 c6.7,0,14.6,4.2,15.9,13.3l0,0.3L311,128c1.3,6.8-0.1,11.3-5.1,16.3l-40.8,40.8c-3.6,3.6-7,5-12.6,5c-2,0-5-1.2-8.4-4L204.4,144.4 z"/> </g> <g> <path d="M303.9,218.7l-0.5,0.5c-10.3,12.3-15.1,23.9-15.1,36.4v1.7c0,13,5.2,24.8,15.5,35.1l40.9,39.2 c12.1,12.1,30,17.3,46.6,13.5l81.7-18.7l0.1,0c23.2-5.8,38.8-25.4,38.8-48.6v-42.5c0-22.7-16.6-44.3-38.7-50.3l-81.9-18.8 c-16.7-3.7-34.5,1.5-46.6,13.6L303.9,218.7z M367.1,204L367.1,204c3.6-3.5,9.9-6.5,16.4-5.2l81.6,18.7l0.4,0.1 c7,1.2,13.4,8.7,13.4,15.9V276c0,6.7-4.2,14.6-13.3,15.9l-0.3,0l-81.8,18.8c-6.8,1.3-11.3-0.1-16.3-5.1l-40.8-40.8 c-3.6-3.6-5-7-5-12.6c0-2,1.2-5,4-8.4L367.1,204z"/> <path d="M208,292.4l0.5-0.5c10.3-12.3,15.1-23.9,15.1-36.4v-1.7c0-13-5.2-24.8-15.5-35.1l-40.9-39.2c-12.1-12.1-30-17.3-46.6-13.5 l-81.7,18.7l-0.1,0C15.5,190.6,0,210.1,0,233.4V276c0,22.7,16.6,44.3,38.7,50.3l81.9,18.8c16.7,3.7,34.5-1.5,46.6-13.6L208,292.4z M144.8,307.1L144.8,307.1c-3.6,3.5-9.9,6.5-16.4,5.2l-81.6-18.7l-0.4-0.1c-7-1.2-13.4-8.7-13.4-15.9v-42.5 c0-6.7,4.2-14.6,13.3-15.9l0.3,0l81.8-18.8c6.8-1.3,11.3,0.1,16.3,5.1l40.8,40.8c3.6,3.6,5,7,5,12.6c0,2-1.2,5-4,8.4L144.8,307.1z "/> </g> </g> </svg> <span>Features</span></a></li><li class=""><a class="iconsvg" href="/entertainment" data-submenu="bar-113"><?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 26.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="_x31_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 522 436.6" style="enable-background:new 0 0 522 436.6;" xml:space="preserve"> <g> <path d="M495.7,244.6h10.7c8.6,0,15.7-7,15.7-15.7v-42.7c0-28.2-20.1-51.8-46.7-57.2L440,25c-3.1-9.2-10.2-17-19.3-21.3 c-9.1-4.3-19.6-4.8-28.7-1.4L55.3,128C24.5,129.5,0,155.1,0,186.2v42.7c0,8.6,7,15.7,15.7,15.7h10.7c20.8,0,37.7,16.9,37.7,37.7 s-16.9,37.7-37.7,37.7H15.7c-8.6,0-15.7,7-15.7,15.7v42.7c0,32.2,26.2,58.3,58.3,58.3h405.3c15.6,0,30.2-6.1,41.2-17.1 c11-11,17.1-25.7,17.1-41.2v-42.7c0-8.6-7-15.7-15.7-15.7h-10.7c-10.1,0-19.5-3.9-26.6-11c-7.1-7.1-11-16.6-11-26.6 C458,261.4,474.9,244.6,495.7,244.6z M426.7,282.2c0,18.4,7.2,35.8,20.2,48.8c11.8,11.8,27.2,18.8,43.8,20v27.2 c0,14.9-12.1,27-27,27H202v-5.7c0-8.6-7-15.7-15.7-15.7s-15.7,7-15.7,15.7v5.7H58.3c-14.9,0-27-12.1-27-27V351 c35.7-2.6,64-32.5,64-68.8s-28.3-66.3-64-68.8v-27.2c0-14.9,12.1-27,27-27h112.3v5.7c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-5.7 h261.7c14.9,0,27,12.1,27,27v27.2C454.9,216,426.7,245.9,426.7,282.2z M145,127.9L403,31.6c1.4-0.5,3-0.4,4.5,0.3 c1.4,0.7,2.5,1.8,2.9,3.2l31.5,92.8H145z"/> <path d="M186.3,293.6c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.6v-36.1 C202,300.7,195,293.6,186.3,293.6z"/> <path d="M186.3,203.4c-8.6,0-15.7,7-15.7,15.7v36.1c0,8.6,7,15.7,15.7,15.7s15.7-7,15.7-15.7v-36.1 C202,210.4,195,203.4,186.3,203.4z"/> </g> </svg> <span>Movies & TV</span></a></li><li class="more toggletopmore"><a href="NONE" class="iconsvg submenu" data-submenu="bar-MORE"><?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><path d="M368.7,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C336.5,273.8,351,288.3,368.7,288.3z M256,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C223.8,273.8,238.3,288.3,256,288.3z M143.3,288.3c17.7,0,32.2-14.5,32.2-32.2c0-17.7-14.5-32.2-32.2-32.2s-32.2,14.5-32.2,32.2 C111.1,273.8,125.6,288.3,143.3,288.3z"/><g><path d="M256,512c-68.4,0-132.7-26.6-181-75C26.6,388.7,0,324.4,0,256c0-68.4,26.6-132.7,75-181C123.3,26.6,187.6,0,256,0 s132.7,26.6,181,75c48.4,48.4,75,112.6,75,181c0,68.4-26.6,132.7-75,181S324.4,512,256,512z M256,32.3 c-59.8,0-115.9,23.3-158.2,65.5C55.6,140.1,32.3,196.2,32.3,256c0,59.8,23.3,115.9,65.5,158.2c42.2,42.2,98.4,65.5,158.2,65.5 s115.9-23.3,158.2-65.5c42.2-42.3,65.5-98.4,65.5-158.2c0-59.8-23.3-115.9-65.5-158.2C371.9,55.6,315.8,32.3,256,32.3z"/></g></svg><span>More</span><svg class="sidebar-icon icon-right-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="m10 2 14.14 14.14L10 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg></a></li><div class="divider"></div><li class="search"><a><svg height="512pt" viewBox="0 0 512.016 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m202.667969 405.339844c-111.746094 0-202.667969-90.921875-202.667969-202.664063 0-111.746093 90.921875-202.6679685 202.667969-202.6679685 111.742187 0 202.664062 90.9218755 202.664062 202.6679685 0 111.742188-90.921875 202.664063-202.664062 202.664063zm0-373.332032c-94.101563 0-170.667969 76.566407-170.667969 170.667969 0 94.101563 76.566406 170.664063 170.667969 170.664063 94.101562 0 170.664062-76.5625 170.664062-170.664063 0-94.101562-76.5625-170.667969-170.664062-170.667969zm0 0"/><path d="m496 512.007812c-4.097656 0-8.191406-1.558593-11.308594-4.691406l-161.277344-161.28125c-6.25-6.25-6.25-16.382812 0-22.636718 6.25-6.25 16.382813-6.25 22.632813 0l161.28125 161.28125c6.25 6.25 6.25 16.382812 0 22.636718-3.136719 3.132813-7.230469 4.691406-11.328125 4.691406zm0 0"/></svg><form action='https://nordic.ign.com/se/'class="search-modal"><div class="search-input"><input type="hidden" name="model" value=""><input name="q" id="search-input" type="text" maxlength="60" placeholder='Search on IGN Nordic' autocomplete="off" value=""></div><button role="button" class="button button-primary">Search</button></form></a></li></ul></div></div><div class="side bar-MORE"> <div class="sidebar-header"> <button class="back" data-parent="bar-1"><svg class="sidebar-icon icon-left-chevron" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><path d="M22 2 7.86 16.14 22 30.28" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></svg><label>Home</label></button> </div> <div class="sidebar-main"> <h3>More</h3> <ul class="sidebar-section"><li class=""><a class="iconsvg" href="/ign-nordic/422/page/about-ign-nordic" data-submenu="bar-33"><span><b>About IGN Nordic</b></span></a></li><li class=""><a class="iconsvg" target='_blank' href="mailto:info@emense.nl" data-submenu="bar-34"><span>Contact</span></a></li><li class=""><a class="iconsvg" target='_blank' href="https://forms.gle/ay2mgDb4Lhe6ADnu8" data-submenu="bar-35"><span>Advertise</span></a></li><li class=""><a class="iconsvg" target='_blank' href="http://corp.ign.com/press" data-submenu="bar-36"><span>Press</span></a></li><li class=""><a class="iconsvg" href="/ign-nordic/423/page/privacy-policy" data-submenu="bar-37"><span>Privacy Policy</span></a></li><li class=""><a class="iconsvg" href="/ign-nordic/424/page/user-agreement" data-submenu="bar-38"><span>User agreement</span></a></li><li class=""><a class="iconsvg" href="/ign-nordic/425/page/cookies" data-submenu="bar-39"><span>Cookies</span></a></li><li class=""><a class="iconsvg" href="/feed.xml" data-submenu="bar-41"><span>RSS</span></a></li><div class="divider"></div><li class="legal"><a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a><span class="licensee">IGN Nordic is operated under license by <a href="http://emense.nl/" rel="nofollow">eMense</a></span></li></ul></div></div> </div> <div class="region"> <div class="region-selector"> <select id="region-dropdown" class="region-dropdown"> <option value="" disabled="" selected="">Change Region</option> <option data-language='US' value="https://www.ign.com/?setccpref=US">United States</option> <option data-language='UK' value="https://uk.ign.com/uk?setccpref=UK">United Kingdom</option> <option data-language='AU' value="https://au.ign.com/au?setccpref=AU">Australia</option> <option data-language='AFR' value="https://za.ign.com/">Africa</option> <option data-language='ADR' value="https://adria.ign.com/">Adria</option> <option data-language='BX' value="https://nl.ign.com/">Benelux / Dutch</option> <option data-language='BR' value="https://br.ign.com/">Brazil</option> <option data-language='CN' value="https://www.ign.com.cn/">China / 中国</option> <option data-language='CZ' value="https://cz.ign.com/">Czechia / Slovakia</option> <option data-language='FR' value="https://fr.ign.com/">France</option> <option data-language='DE' value="https://de.ign.com/">Germany</option> <option data-language='GR' value="https://gr.ign.com/">Greece / Ελλάδα</option> <option data-language='HU' value="https://hu.ign.com/">Hungary</option> <option data-language='IN' value="https://in.ign.com/">India</option> <option data-language='IL' value="https://il.ign.com/">Israel</option> <option data-language='IT' value="https://it.ign.com/">Italy / Italia</option> <option data-language='JP' value="https://jp.ign.com/">Japan / 日本</option> <option data-language='KR' value="https://kr.ign.com/">Korea / 한국</option> <option data-language='LAT' value="https://latam.ign.com/">Latin America</option> <option data-language='ME' value="https://me.ign.com/en/">Middle East - English</option> <option data-language='AR' value="https://me.ign.com/ar/">Middle East - الأوسطالشرق</option> <option data-language='NOR' value="https://nordic.ign.com/">Nordic</option> <option data-language='PL' value="https://pl.ign.com/">Poland</option> <option data-language='PT' value="https://pt.ign.com/">Portugal</option> <option data-language='SEA' value="https://sea.ign.com/">Southeast Asia</option> <option data-language='ES' value="https://es.ign.com/">Spain / España</option> <option data-language='TR' value="https://tr.ign.com/">Turkey / Türkiye</option> <option data-language='INTL' value="https://world.ign.com/">world.ign.com</option> </select> </div> </div> <div id="loginwrapper"> <a class="sidebar-item login-avatar" href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/article/feature" type="button"><img class="userIcon" alt="" title="" src=""></img><svg class="sidebar-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="false" role="img" fill="none" stroke-width="1.5"><title>Register / Login</title><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg> <div class="sidebar-item-text">Register / Login</div> </a> <div class="login-buttons"> <a href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/article/feature" target="_top" rel="nofollow" class="lightbox main button login-button">Login</a> <a href="https://www.ign.com/register?redirect=http%3A//nordic.ign.com/article/feature" target="_top" rel="nofollow" class="button register-button">Register</a> </div> </div> </div> </aside> <button id="btnoverlay" type="button" title="Collapse Sidebar" class="start sidebar-mobile-overlay"></button> <div id="mainblock"> <header class="fixed-header"> <div class="sidebar-page-header"> <a href="/" title="IGN" class="logo-link"><svg class="ign-logo" focusable="false" viewBox="0 0 76 24" aria-hidden="false" role="img"><title>IGN Logo</title><path class="dpad" fill="currentColor" stroke="none" d="M5.38 7.65a7.85 7.85 0 0 1 2.26-2.26c.13-1.18.31-2.26.52-3.21a10.605 10.605 0 0 0-6 6c.95-.22 2.03-.39 3.21-.52M16.34 5.36v.02c.9.59 1.67 1.37 2.27 2.27 1.18.13 2.26.31 3.21.52a10.627 10.627 0 0 0-6.02-6.01c.22.95.4 2.02.54 3.2M7.64 18.62c-.9-.59-1.67-1.37-2.27-2.27h-.03c-1.19-.14-2.26-.32-3.19-.54 1.07 2.75 3.26 4.95 6.01 6.02-.22-.95-.39-2.03-.52-3.21M18.64 16.35h-.03c-.59.9-1.37 1.67-2.27 2.27v.03c-.14 1.17-.32 2.25-.54 3.19a10.59 10.59 0 0 0 6.03-6.03c-.94.22-2 .4-3.19.54M10.04 0h3.9c.85 1.85 1.2 4.59 1.3 5.52.04.22.06.43.06.63L12 9.11 8.7 6.15c0-.17.02-.35.05-.55.1-.95.43-3.75 1.29-5.61M8.7 17.83c0 .17.02.35.05.55.1.95.43 3.75 1.29 5.61h3.9c.85-1.84 1.2-4.59 1.3-5.52.04-.22.06-.43.06-.64L12 14.87l-3.3 2.96ZM6.16 8.68c-.17 0-.35.02-.55.05-.95.12-3.75.45-5.61 1.31v3.9c1.84.85 4.59 1.19 5.52 1.3.22.04.43.06.64.06L9.11 12 6.16 8.7ZM24 10.02c-1.86-.86-4.66-1.19-5.61-1.29-.2-.03-.38-.05-.55-.05l-2.96 3.3 2.96 3.3c.2 0 .41-.02.64-.06.93-.11 3.68-.45 5.52-1.3v-3.9Z"></path><path class="ign-path" fill="currentColor" stroke="none" d="M42.83 13.9V10h10.45c1.06 0 1.93.86 1.93 1.92v4.63c0 2.38-1.91 4.36-4.33 4.36h-6.69c-4.96 0-8.97-4-8.97-8.94s4.04-8.95 8.98-8.95h10.36v4.11H44.2c-2.67 0-4.86 2.17-4.86 4.84s2.16 4.83 4.86 4.83h6.91v-2.91h-8.27ZM33.86 3h-4.07v16.02c0 1.05.86 1.91 1.91 1.91h2.15V3M74.37 3.01h-2.18v13.81s0 .08-.03.11a.29.29 0 0 1-.24.14c-.09 0-.16-.04-.25-.15L64.83 4.93a4.347 4.347 0 0 0-3.72-2.11h-.07c-2.39 0-4.32 1.93-4.32 4.32v11.88c0 1.05.86 1.91 1.91 1.91h2.17V7.14s.02-.09.04-.13a.29.29 0 0 1 .24-.14c.09 0 .18.03.24.14l6.88 12.07c.76 1.27 2.12 2.05 3.69 2.05h.07c2.39 0 4.32-1.93 4.32-4.32V4.92c0-1.05-.85-1.91-1.91-1.91"></path></svg></a> <a id="current-user" href="https://www.ign.com/sign-in?redirect=http%3A//nordic.ign.com/article/feature" target="_top" rel="nofollow"><svg class="ign-icon icon-profile" focusable="false" viewBox="0 0 32 32" aria-hidden="true" role="presentation" fill="none" stroke-width="2"><g stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"><path d="M31 16a15 15 0 1 1-30 0 15 15 0 0 1 30 0Z"></path><path d="M10 29v-3.5a6 6 0 0 1 6-6v0a6 6 0 0 1 6 6V29"></path><path clip-rule="evenodd" d="M16 17a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"></path></g></svg></a> </div> </header> <div class="zad billboard" data-zadtype="billboard" data-suffix="billboard" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73028"}, "appnexus": {"placementId": "29257727"}, "improvedigital": {"placementId": "22943608"}, "triplelift": {"inventoryCode": "Refinery89_RON_Mobile-300x250-Top"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790332", "position": "atf"}, "sharethrough": {"pkey": "IMyCnbm1z1rMEipmvlZB0PFB"}}"></div> <section class="wrap herogrid"> <div class="main-content"> <div class="list-hero"> <div class="herotitle"> <svg xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-reviews" width="32" height="32" viewBox="0 0 32 32"><g class="has-stroke" stroke="#252627" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16.5 4.577l8.825 5.096a2 2 0 0 1 1 1.732v10.19a2 2 0 0 1-1 1.732L16.5 28.423a2 2 0 0 1-2 0l-8.825-5.096a2 2 0 0 1-1-1.732v-10.19a2 2 0 0 1 1-1.732L14.5 4.577a2 2 0 0 1 2 0z"></path><path d="M11 13h4"></path><path d="M11 17h7"></path><path d="M11 21h4"></path></g></svg> Features </div> <a class="score-wrapper" href="https://nordic.ign.com/avengers-endgame-1/91164/feature/captain-america-brave-new-world-is-secretly-an-incredible-hulk-sequel"> <img class="hero" src="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-is-secretly-an-incredible-hu_phsv.768.jpg" alt="Captain America: Brave New World Is Secretly an Incredible Hulk Sequel (Feature Avengers: Endgame)" srcset="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-is-secretly-an-incredible-hu_phsv.768.jpg, https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-is-secretly-an-incredible-hu_phsv.1536.jpg 2x"> </a> </div> </div> <section class="right-rail"> <div class="five-up-header"><svg xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-reviews" width="32" height="32" viewBox="0 0 32 32"><g class="has-stroke" stroke="#252627" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16.5 4.577l8.825 5.096a2 2 0 0 1 1 1.732v10.19a2 2 0 0 1-1 1.732L16.5 28.423a2 2 0 0 1-2 0l-8.825-5.096a2 2 0 0 1-1-1.732v-10.19a2 2 0 0 1 1-1.732L14.5 4.577a2 2 0 0 1 2 0z"></path><path d="M11 13h4"></path><path d="M11 17h7"></path><path d="M11 21h4"></path></g></svg><span>Popular</span></div> <hr class="bridge"> <a class="slotter-item" href="https://nordic.ign.com/avengers-endgame-1/91164/feature/captain-america-brave-new-world-is-secretly-an-incredible-hulk-sequel"> <div class="badge-round badge-inside index-badge featured">01</div> <div class="badge-round badge-inside badge-round badge-inside right-side featured"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">1 week, 4 days</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">Captain America: Brave New World Is Secretly an Incredible Hulk Sequel</div> </div> </a> <a class="slotter-item" href="https://nordic.ign.com/captain-america-4/91176/feature/captain-america-brave-new-world-is-the-start-of-avengers-20"> <div class="badge-round badge-inside index-badge">02</div> <div class="badge-round badge-inside badge-round badge-inside right-side"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">1 week, 3 days</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">Captain America: Brave New World Is the Start of Avengers 2.0</div> </div> </a> <a class="slotter-item" href="https://nordic.ign.com/bloodborne/91288/feature/the-25-best-fromsoftware-bosses"> <div class="badge-round badge-inside index-badge">03</div> <div class="badge-round badge-inside badge-round badge-inside right-side"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">1 week, 1 day</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">The 25 Best FromSoftware Bosses</div> </div> </a> <a class="slotter-item" href="https://nordic.ign.com/captain-america-4/91309/feature/captain-america-brave-new-world-post-credits-scene-check-in-no-spoilers"> <div class="badge-round badge-inside index-badge">04</div> <div class="badge-round badge-inside badge-round badge-inside right-side"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">1 week</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">Captain America: Brave New World Post-Credits Scene and Ending Explained - How Does the Film Set Up the MCU's Phase 6?</div> </div> </a> <a class="slotter-item" href="https://nordic.ign.com/magic-the-gathering-trading-card-game/91410/feature/final-fantasy-commander-decks-revealed-feature-cloud-tidus-and-more"> <div class="badge-round badge-inside index-badge">05</div> <div class="badge-round badge-inside badge-round badge-inside right-side"> <div class="badge-round badge-inside badge-round badge-inside item-data"> <span class="badge-round badge-inside badge-round badge-inside item-timeago">4 days, 18 hours</span> <span class="comment-count"><svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-comment"><path d="M7.538 11.528l-3.14 2.048a.5.5 0 0 1-.773-.419v-1.993a4.375 4.375 0 0 1 1.749-8.383h5.252a4.374 4.374 0 1 1 0 8.747H7.538z" stroke="#DD3A3A" stroke-width="2" fill="none" fill-rule="evenodd"></path></svg> </span> </div> <div class="badge-round badge-inside badge-round badge-inside item-blurb">Final Fantasy Commander Decks Revealed, Feature Cloud, Tidus, and More</div> </div> </a> </section> </section> <section class="stripe"> <div class="indexFilter wrap"> <ul class="filterlist"> <li class="all active"><svg xmlns="http://www.w3.org/2000/svg" class="ign-icon icon-reviews" width="32" height="32" viewBox="0 0 32 32"><g class="has-stroke" stroke="#252627" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M16.5 4.577l8.825 5.096a2 2 0 0 1 1 1.732v10.19a2 2 0 0 1-1 1.732L16.5 28.423a2 2 0 0 1-2 0l-8.825-5.096a2 2 0 0 1-1-1.732v-10.19a2 2 0 0 1 1-1.732L14.5 4.577a2 2 0 0 1 2 0z"></path><path d="M11 13h4"></path><path d="M11 17h7"></path><path d="M11 21h4"></path></g></svg> <span class="label"><a href="/article/feature">All</a></span> </li> <li class="game "><a href="/article/feature?keyword__type=game"><svg width="32" height="32" class="ign-icon icon-games" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 27"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-4 -2)" class="has-stroke" stroke="#252627" stroke-width="2"><path d="M16 19v-6"></path><circle cx="16" cy="8" r="5"></circle><rect x="5" y="20" width="22" height="8" rx="2"></rect><path d="M10 17.5V19"></path></g></g></svg><span class="label">Games</span></a></li> <li class="movie "><a href="/article/feature?keyword__type=movie"><svg width="32" height="32" class="ign-icon icon-movies" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 26"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-2 -3)" class="has-stroke" stroke="#252627" stroke-width="2"><path d="M28 20.377A3 3 0 0 0 24.377 24H8a3 3 0 0 0-4-2.83v-9.34A3 3 0 0 0 7.83 8h17.34A3 3 0 0 0 28 12v8.377z" transform="rotate(45 16 16)"></path><circle cx="16" cy="16" r="4"></circle></g></g></svg><span class="label">Movies</span></a></li> <li class="tv "><a href="/article/feature?keyword__type=tv"><svg width="32" height="32" class="ign-icon icon-tv" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 23"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-2 -5)" class="has-stroke" stroke="#252627" stroke-width="2"><rect x="3" y="6" width="26" height="17" rx="1.083"></rect><path d="M21.45 27h-9.9"></path></g></g></svg><span class="label">TV</span></a></li> <li class="comics "><a href="/article/feature?keyword__type=comics"><svg width="32" height="32" class="ign-icon icon-comics" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 26"><g fill="none" fill-rule="evenodd"><g transform="translate(-2 -3)"><path class="has-stroke" stroke="#252627" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d="M16 6.166L11.982 4l-1.939 4.042-4.56.542.875 4.376L3 16l3.358 3.04-.875 4.376 4.56.542L11.983 28 16 25.834 20.018 28l1.939-4.042 4.56-.542-.875-4.376L29 16l-3.358-3.04.875-4.376-4.56-.542L20.018 4z"></path><rect class="has-fill" fill="#252627" x="15" y="10" width="2" height="7" rx="1"></rect><rect class="has-fill" fill="#252627" x="15" y="19" width="2" height="2" rx="1"></rect></g></g></svg><span class="label">Comics</span></a></li> <li class="tech "><a href="/article/feature?keyword__type=tech"><svg width="32" height="32" class="ign-icon icon-tech" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 28"><g fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><g transform="translate(-7 -2)" class="has-stroke" stroke="#252627" stroke-width="2"><rect x="8" y="3" width="16" height="26" rx="2"></rect><path d="M12 3h8v1.857C20 5.488 19.488 6 18.857 6h-5.714A1.143 1.143 0 0 1 12 4.857V3z"></path></g></g></svg><span class="label">Tech</span></a></li> </ul> <ul class="listselector"> <li id="listselector-reviewscores"> <span>Review Scores</span> <label for="reviewScores" id="labelscore" class="segmentfilter segmentfilter toggle checked"> <input type="checkbox" id="reviewScores" name="reviewScores" class="segmentfilter segmentfilter" checked=""> <div class="segmentfilter segmentfilter toggle-indicator"></div> </label> </li> <!-- <li> <span>Editors’ Choice</span> <label for="editorsChoice" id ="labeleditor" class="segmentfilter segmentfilter toggle"> <input type="checkbox" id="editorsChoice" name="editorsChoice" class="segmentfilter segmentfilter"> <div class="segmentfilter segmentfilter toggle-indicator"></div> </label> </li> --> <li id="listselector-sort"> <span>Sort By</span> <select id="orderby"> <option selected value="-publish_date">Most Recent</option> <option value="publish_date">Least Recent</option> <option value="-keyword__score">Score</option> <option value="title">Name</option> </select> </li> <li id="listselector-genre"> <span>Platform</span> <select id="selectplatform"> <option>All</option> <option value="xbox-one">Xbox One</option> <option value="ps4">PS4</option> <option value="nintendo-switch">Switch</option> <option value="vita">PS Vita</option> <option value="pc">PC</option> <option value="mobile">Mobile</option> </select> </li> </ul> </div> </section> <section class="broll wrap" data-slotter="" data-pagenum="1" data-total="284" data-type="" data-slotterid="" data-maximumblocks=6> <div class="side-ad-trail"> <div class="ad-wrapper pgQSsticky"> <div class="zad halfpage" data-zadtype="halfpage" data-suffix="mrec1" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73025"}, "appnexus": {"placementId": "29257707"}, "improvedigital": {"placementId": "22943593"}, "triplelift": {"inventoryCode": "Refinery89_RON_Desktop_300x600_ATF"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790300", "position": "atf"}, "sharethrough": {"pkey": "ZhqNfeRLsaOuMhiCu9INjObB"}}"></div> </div> </div> <h2 style="display: none;" ></h2> <div class="tbl"> <article class="article FEATURE" id="content91521" data-embed-url="" data-type="FEATURE" data-pk="91521" data-slotterid="91521" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/stephen-kings-the-monkey/91521/feature/the-monkey-post-credits-scene-check-in-no-spoilers" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-monkey/the-monkey-ending-explained-with-stephen-king-osgood-perkins_rz5y.280.jpg" alt="The Monkey Ending Explained With Stephen King, Osgood Perkins and James Wan - Should You Laugh or Cry at the Film’s Finale? (Feature Stephen King's The Monkey)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-monkey/the-monkey-ending-explained-with-stephen-king-osgood-perkins_rz5y.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-monkey/the-monkey-ending-explained-with-stephen-king-osgood-perkins_rz5y.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-21T19:50:00+01:00">16 hours, 52 minutes</time> <a href="https://nordic.ign.com/stephen-kings-the-monkey/91521/feature/the-monkey-post-credits-scene-check-in-no-spoilers#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91521">Comment</a></div> <h3><a href="https://nordic.ign.com/stephen-kings-the-monkey/91521/feature/the-monkey-post-credits-scene-check-in-no-spoilers"><span class="caption">The Monkey Ending Explained With Stephen King, Osgood Perkins and James Wan - Should You Laugh or Cry at the Film’s Finale?</span></a></h3> <p class="deck">The creative madmen behind the new horror flick spill the blood… uh, beans.</p> </div> </article> <article class="article FEATURE" id="content91555" data-embed-url="" data-type="FEATURE" data-pk="91555" data-slotterid="91555" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/casino-royale-theater/91555/feature/the-bond-franchise-sale-to-amazon-mgm-is-probably-bad-news-but-here-are-some-ways-it-could-work" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-bond-f/the-bond-franchise-sale-to-amazon-mgm-is-probably-bad-news-b_kzup.280.jpg" alt="The Bond Franchise Sale to Amazon MGM Is Probably Bad News... But Here Are Some Ways It Could Work (Feature casino-royale)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-bond-f/the-bond-franchise-sale-to-amazon-mgm-is-probably-bad-news-b_kzup.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-bond-f/the-bond-franchise-sale-to-amazon-mgm-is-probably-bad-news-b_kzup.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-21T19:25:50+01:00">17 hours, 16 minutes</time> <a href="https://nordic.ign.com/casino-royale-theater/91555/feature/the-bond-franchise-sale-to-amazon-mgm-is-probably-bad-news-but-here-are-some-ways-it-could-work#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91555">Comment</a></div> <h3><a href="https://nordic.ign.com/casino-royale-theater/91555/feature/the-bond-franchise-sale-to-amazon-mgm-is-probably-bad-news-but-here-are-some-ways-it-could-work"><span class="caption">The Bond Franchise Sale to Amazon MGM Is Probably Bad News... But Here Are Some Ways It Could Work</span></a></h3> <p class="deck">We hope, at least.</p> </div> </article> <article class="article FEATURE" id="content91523" data-embed-url="" data-type="FEATURE" data-pk="91523" data-slotterid="91523" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/going-dutch/91523/feature/going-dutch-is-a-sitcom-for-military-brats-with-difficult-fathers" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/g/going-dutc/going-dutch-is-a-sitcom-for-military-brats-with-difficult-fa_m4ae.280.jpg" alt="Going Dutch Is a Sitcom For Military Brats With Difficult Fathers (Feature Going Dutch)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/g/going-dutc/going-dutch-is-a-sitcom-for-military-brats-with-difficult-fa_m4ae.280.jpg, https://sm.ign.com/t/ign_nordic/feature/g/going-dutc/going-dutch-is-a-sitcom-for-military-brats-with-difficult-fa_m4ae.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-20T20:35:36+01:00">1 day, 16 hours</time> <a href="https://nordic.ign.com/going-dutch/91523/feature/going-dutch-is-a-sitcom-for-military-brats-with-difficult-fathers#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91523">Comment</a></div> <h3><a href="https://nordic.ign.com/going-dutch/91523/feature/going-dutch-is-a-sitcom-for-military-brats-with-difficult-fathers"><span class="caption">Going Dutch Is a Sitcom For Military Brats With Difficult Fathers</span></a></h3> <p class="deck">Love you, Dad.</p> </div> </article> <article class="article FEATURE" id="content91311" data-embed-url="" data-type="FEATURE" data-pk="91311" data-slotterid="91311" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_3qg2.280.jpg" alt="The 15 Best Buffy the Vampire Slayer Episodes (Feature Buffy the Vampire Slayer)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_3qg2.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-15-bes/the-15-best-buffy-the-vampire-slayer-episodes_3qg2.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-19T19:30:40+01:00">2 days, 17 hours</time> <a href="https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91311">Comment</a></div> <h3><a href="https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes"><span class="caption">The 15 Best Buffy the Vampire Slayer Episodes</span></a></h3> <p class="deck">With a Hulu revival on the way, we look at the best of Buffy.</p> </div> </article> <article class="article FEATURE" id="content91456" data-embed-url="" data-type="FEATURE" data-pk="91456" data-slotterid="91456" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/monster-hunter-2004/91456/feature/the-10-best-monster-hunter-games" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-10-bes/the-10-best-monster-hunter-games_8my5.280.jpg" alt="The 10 Best Monster Hunter Games (Feature Monster Hunter [2004])" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-10-bes/the-10-best-monster-hunter-games_8my5.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-10-bes/the-10-best-monster-hunter-games_8my5.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-19T15:30:00+01:00">2 days, 21 hours</time> <a href="https://nordic.ign.com/monster-hunter-2004/91456/feature/the-10-best-monster-hunter-games#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91456">Comment</a></div> <h3><a href="https://nordic.ign.com/monster-hunter-2004/91456/feature/the-10-best-monster-hunter-games"><span class="caption">The 10 Best Monster Hunter Games</span></a></h3> <p class="deck">With the imminent arrival of Wilds, we rank Capcom's best monster hunting simulators.</p> </div> </article> <article class="article FEATURE" id="content91437" data-embed-url="" data-type="FEATURE" data-pk="91437" data-slotterid="91437" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/elden-ring-nightreign/91437/feature/elden-ring-nightreign-channels-the-spirit-of-a-forgotten-god-of-war-game" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/e/elden-ring/elden-ring-nightreign-channels-the-spirit-of-a-forgotten-god_can2.280.jpg" alt="Elden Ring Nightreign Channels the Spirit of a Forgotten God of War Game (Feature Elden Ring Nightreign)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/e/elden-ring/elden-ring-nightreign-channels-the-spirit-of-a-forgotten-god_can2.280.jpg, https://sm.ign.com/t/ign_nordic/feature/e/elden-ring/elden-ring-nightreign-channels-the-spirit-of-a-forgotten-god_can2.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-18T17:00:00+01:00">3 days, 19 hours</time> <a href="https://nordic.ign.com/elden-ring-nightreign/91437/feature/elden-ring-nightreign-channels-the-spirit-of-a-forgotten-god-of-war-game#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91437">Comment</a></div> <h3><a href="https://nordic.ign.com/elden-ring-nightreign/91437/feature/elden-ring-nightreign-channels-the-spirit-of-a-forgotten-god-of-war-game"><span class="caption">Elden Ring Nightreign Channels the Spirit of a Forgotten God of War Game</span></a></h3> <p class="deck">FromSoft's unique approach to multiplayer feels unexpectedly familiar.</p> </div> </article> <article class="article FEATURE" id="content91420" data-embed-url="" data-type="FEATURE" data-pk="91420" data-slotterid="91420" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/rainbow-six-siege/91420/feature/faze-clan-triumphs-at-the-six-invitational-but-the-atmosphere-stole-the-show" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/screenshot/default/54332657524-f066e18808-k_1ch3.280.jpg" alt="FaZe Clan Triumphs at the Six Invitational, but the Atmosphere Stole the Show (Feature Tom Clancy's Rainbow Six Siege)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/default/54332657524-f066e18808-k_1ch3.280.jpg, https://sm.ign.com/t/ign_nordic/screenshot/default/54332657524-f066e18808-k_1ch3.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-18T02:04:17.805008+01:00">4 days, 10 hours</time> <a href="https://nordic.ign.com/rainbow-six-siege/91420/feature/faze-clan-triumphs-at-the-six-invitational-but-the-atmosphere-stole-the-show#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91420">Comment</a></div> <h3><a href="https://nordic.ign.com/rainbow-six-siege/91420/feature/faze-clan-triumphs-at-the-six-invitational-but-the-atmosphere-stole-the-show"><span class="caption">FaZe Clan Triumphs at the Six Invitational, but the Atmosphere Stole the Show</span></a></h3> <p class="deck">Amid all the excitement surrounding the Rainbow Six Siege X announcement in Boston, one could almost forget that the main event of the annual Six Invitational was the grand final. This tournament marks the culmination of a thrilling season of Rainbow Six esports, and we were there to witness the spectacle up close.</p> </div> </article> <article class="article FEATURE" id="content91412" data-embed-url="" data-type="FEATURE" data-pk="91412" data-slotterid="91412" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/wwe-2k25/91412/feature/wwe-2k25-roster-reveal-ign-fanfest" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/w/wwe-2k25-r/wwe-2k25-roster-reveal-ign-fanfest_c1v4.280.jpg" alt="WWE 2K25 Roster Reveal - IGN FanFest (Feature WWE 2K25)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/w/wwe-2k25-r/wwe-2k25-roster-reveal-ign-fanfest_c1v4.280.jpg, https://sm.ign.com/t/ign_nordic/feature/w/wwe-2k25-r/wwe-2k25-roster-reveal-ign-fanfest_c1v4.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-17T18:00:00+01:00">4 days, 18 hours</time> <a href="https://nordic.ign.com/wwe-2k25/91412/feature/wwe-2k25-roster-reveal-ign-fanfest#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91412">Comment</a></div> <h3><a href="https://nordic.ign.com/wwe-2k25/91412/feature/wwe-2k25-roster-reveal-ign-fanfest"><span class="caption">WWE 2K25 Roster Reveal - IGN FanFest</span></a></h3> <p class="deck">Who made the cut this year?</p> </div> </article> <article class="article FEATURE" id="content91410" data-embed-url="" data-type="FEATURE" data-pk="91410" data-slotterid="91410" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/magic-the-gathering-trading-card-game/91410/feature/final-fantasy-commander-decks-revealed-feature-cloud-tidus-and-more" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/f/final-fant/final-fantasy-commander-decks-revealed-feature-cloud-tidus-a_q7dc.280.jpg" alt="Final Fantasy Commander Decks Revealed, Feature Cloud, Tidus, and More (Feature Magic: The Gathering Trading Card Game)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/f/final-fant/final-fantasy-commander-decks-revealed-feature-cloud-tidus-a_q7dc.280.jpg, https://sm.ign.com/t/ign_nordic/feature/f/final-fant/final-fantasy-commander-decks-revealed-feature-cloud-tidus-a_q7dc.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-17T18:00:00+01:00">4 days, 18 hours</time> <a href="https://nordic.ign.com/magic-the-gathering-trading-card-game/91410/feature/final-fantasy-commander-decks-revealed-feature-cloud-tidus-and-more#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91410">Comment</a></div> <h3><a href="https://nordic.ign.com/magic-the-gathering-trading-card-game/91410/feature/final-fantasy-commander-decks-revealed-feature-cloud-tidus-and-more"><span class="caption">Final Fantasy Commander Decks Revealed, Feature Cloud, Tidus, and More</span></a></h3> <p class="deck">An exclusive first look at Cloud, Tidus, Terra, and Y'shtola in Magic: The Gathering's upcoming crossover.</p> </div> </article> <article class="article FEATURE" id="content91407" data-embed-url="" data-type="FEATURE" data-pk="91407" data-slotterid="91407" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/captain-america-4/91407/feature/is-anthony-mackie-the-mcus-permanent-captain-america" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/i/is-anthony/is-anthony-mackie-the-mcus-permanent-captain-america_dzez.280.jpg" alt="Is Anthony Mackie the MCU's Permanent Captain America? (Feature Captain America: Brave New World)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/i/is-anthony/is-anthony-mackie-the-mcus-permanent-captain-america_dzez.280.jpg, https://sm.ign.com/t/ign_nordic/feature/i/is-anthony/is-anthony-mackie-the-mcus-permanent-captain-america_dzez.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-17T17:09:06+01:00">4 days, 19 hours</time> <a href="https://nordic.ign.com/captain-america-4/91407/feature/is-anthony-mackie-the-mcus-permanent-captain-america#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91407">Comment</a></div> <h3><a href="https://nordic.ign.com/captain-america-4/91407/feature/is-anthony-mackie-the-mcus-permanent-captain-america"><span class="caption">Is Anthony Mackie the MCU's Permanent Captain America?</span></a></h3> <p class="deck">Or will Chris Evans return to claim the shield?</p> </div> </article> <article class="article FEATURE" id="content91404" data-embed-url="" data-type="FEATURE" data-pk="91404" data-slotterid="91404" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/monster-hunter-wilds/91404/feature/why-you-should-play-monster-hunter-world-before-wilds" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/w/why-you-sh/why-you-should-play-monster-hunter-world-before-wilds_u2km.280.jpg" alt="Why You Should Play Monster Hunter: World Before Wilds (Feature Monster Hunter: Wilds)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/w/why-you-sh/why-you-should-play-monster-hunter-world-before-wilds_u2km.280.jpg, https://sm.ign.com/t/ign_nordic/feature/w/why-you-sh/why-you-should-play-monster-hunter-world-before-wilds_u2km.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-17T15:30:00+01:00">4 days, 21 hours</time> <a href="https://nordic.ign.com/monster-hunter-wilds/91404/feature/why-you-should-play-monster-hunter-world-before-wilds#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91404">Comment</a></div> <h3><a href="https://nordic.ign.com/monster-hunter-wilds/91404/feature/why-you-should-play-monster-hunter-world-before-wilds"><span class="caption">Why You Should Play Monster Hunter: World Before Wilds</span></a></h3> <p class="deck">The best place to start your Monster Hunter adventure.</p> </div> </article> <article class="article FEATURE" id="content91385" data-embed-url="" data-type="FEATURE" data-pk="91385" data-slotterid="91385" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/the-white-lotus/91385/feature/the-white-lotus-season-3-premiere-who-that-bald-guy-is-and-why-you-should-hate-him" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-white-/the-white-lotus-season-3-premiere-who-that-bald-guy-is-and-w_k49m.280.jpg" alt="The White Lotus Season 3 Premiere: Who That 'Bald Guy' Is and Why You Should Hate Him (Feature The White Lotus)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-white-/the-white-lotus-season-3-premiere-who-that-bald-guy-is-and-w_k49m.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-white-/the-white-lotus-season-3-premiere-who-that-bald-guy-is-and-w_k49m.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-17T04:30:00+01:00">5 days, 8 hours</time> <a href="https://nordic.ign.com/the-white-lotus/91385/feature/the-white-lotus-season-3-premiere-who-that-bald-guy-is-and-why-you-should-hate-him#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91385">Comment</a></div> <h3><a href="https://nordic.ign.com/the-white-lotus/91385/feature/the-white-lotus-season-3-premiere-who-that-bald-guy-is-and-why-you-should-hate-him"><span class="caption">The White Lotus Season 3 Premiere: Who That 'Bald Guy' Is and Why You Should Hate Him</span></a></h3> <p class="deck">For starters, he’s an LBH.</p> </div> </article> <article class="article FEATURE" id="content91380" data-embed-url="" data-type="FEATURE" data-pk="91380" data-slotterid="91380" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/captain-america-4/91380/feature/can-a-110-year-old-ex-assassin-really-run-for-congress-we-went-to-our-congressmans-office-to-find-ou" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/c/can-a-110-/can-a-110-year-old-ex-assassin-really-run-for-congress-we-we_rbk2.280.jpg" alt="Can a 110-Year-Old Ex-Assassin Really Run for Congress? We Went to Our Congressman's Office to Find Out (Feature Captain America: Brave New World)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/c/can-a-110-/can-a-110-year-old-ex-assassin-really-run-for-congress-we-we_rbk2.280.jpg, https://sm.ign.com/t/ign_nordic/feature/c/can-a-110-/can-a-110-year-old-ex-assassin-really-run-for-congress-we-we_rbk2.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-16T15:00:00+01:00">5 days, 21 hours</time> <a href="https://nordic.ign.com/captain-america-4/91380/feature/can-a-110-year-old-ex-assassin-really-run-for-congress-we-went-to-our-congressmans-office-to-find-ou#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91380">Comment</a></div> <h3><a href="https://nordic.ign.com/captain-america-4/91380/feature/can-a-110-year-old-ex-assassin-really-run-for-congress-we-went-to-our-congressmans-office-to-find-ou"><span class="caption">Can a 110-Year-Old Ex-Assassin Really Run for Congress? We Went to Our Congressman's Office to Find Out</span></a></h3> <p class="deck">By the super-people, for the super-people...</p> </div> </article> <article class="article FEATURE" id="content91379" data-embed-url="" data-type="FEATURE" data-pk="91379" data-slotterid="91379" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/rainbow-six-siege/91379/feature/faze-clan-dominates-the-r6-invitational" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/screenshot/default/54328761197-fd72e3693d-k_pxqr.280.jpg" alt="FaZe Clan Dominates the R6 Invitational (Feature Tom Clancy's Rainbow Six Siege)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/screenshot/default/54328761197-fd72e3693d-k_pxqr.280.jpg, https://sm.ign.com/t/ign_nordic/screenshot/default/54328761197-fd72e3693d-k_pxqr.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-16T02:21:41.028235+01:00">6 days, 10 hours</time> <a href="https://nordic.ign.com/rainbow-six-siege/91379/feature/faze-clan-dominates-the-r6-invitational#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91379">Comment</a></div> <h3><a href="https://nordic.ign.com/rainbow-six-siege/91379/feature/faze-clan-dominates-the-r6-invitational"><span class="caption">FaZe Clan Dominates the R6 Invitational</span></a></h3> <p class="deck">It had been a while since I immersed myself in the Rainbow Six Siege esports scene. The last time was in Manchester, an experience that completely blew me away. Now, in Boston, it was immediately noticeable that the European flair was missing, but that didn't make the experience any less impressive.</p> </div> </article> <article class="article FEATURE" id="content91372" data-embed-url="" data-type="FEATURE" data-pk="91372" data-slotterid="91372" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/captain-america-4/91372/feature/captain-america-brave-new-world-is-the-mcus-military-fetishism-at-its-worst" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-is-the-mcus-military-fetishi_8tbz.280.png" alt="Captain America: Brave New World Is the MCU’s Military Fetishism at Its Worst (Feature Captain America: Brave New World)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-is-the-mcus-military-fetishi_8tbz.280.png, https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-is-the-mcus-military-fetishi_8tbz.600.png 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-15T14:00:00+01:00">6 days, 22 hours</time> <a href="https://nordic.ign.com/captain-america-4/91372/feature/captain-america-brave-new-world-is-the-mcus-military-fetishism-at-its-worst#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91372">Comment</a></div> <h3><a href="https://nordic.ign.com/captain-america-4/91372/feature/captain-america-brave-new-world-is-the-mcus-military-fetishism-at-its-worst"><span class="caption">Captain America: Brave New World Is the MCU’s Military Fetishism at Its Worst</span></a></h3> <p class="deck">Not even President Hulk can save Marvel’s latest subpar entry.</p> </div> </article> <article class="article FEATURE" id="content91356" data-embed-url="" data-type="FEATURE" data-pk="91356" data-slotterid="91356" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/captain-america-4/91356/feature/the-return-of-an-mcu-character-in-captain-america-brave-new-world-sure-felt-weird-but-marvel-says-th" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/t/the-return/the-return-of-an-mcu-character-in-captain-america-brave-new_jeun.280.jpg" alt="The Return of an MCU Character in Captain America: Brave New World Sure Felt Weird, But Marvel Says There Was Nothing Fishy About It (Feature Captain America: Brave New World)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/t/the-return/the-return-of-an-mcu-character-in-captain-america-brave-new_jeun.280.jpg, https://sm.ign.com/t/ign_nordic/feature/t/the-return/the-return-of-an-mcu-character-in-captain-america-brave-new_jeun.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-14T22:00:00+01:00">1 week</time> <a href="https://nordic.ign.com/captain-america-4/91356/feature/the-return-of-an-mcu-character-in-captain-america-brave-new-world-sure-felt-weird-but-marvel-says-th#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91356">Comment</a></div> <h3><a href="https://nordic.ign.com/captain-america-4/91356/feature/the-return-of-an-mcu-character-in-captain-america-brave-new-world-sure-felt-weird-but-marvel-says-th"><span class="caption">The Return of an MCU Character in Captain America: Brave New World Sure Felt Weird, But Marvel Says There Was Nothing Fishy About It</span></a></h3> <p class="deck">This reunion seemed a bit strange.</p> </div> </article> <article class="article FEATURE" id="content91353" data-embed-url="" data-type="FEATURE" data-pk="91353" data-slotterid="91353" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/deadpool-kills-the-marvel-universe-one-last-time/91353/feature/deadpool-kills-the-marvel-universe-one-last-time-caps-off-marvels-bloodiest-trilogy" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/d/deadpool-k/deadpool-kills-the-marvel-universe-one-last-time-caps-off-ma_e1m4.280.jpg" alt="Deadpool Kills the Marvel Universe One Last Time Caps Off Marvel's Bloodiest Trilogy (Feature Deadpool Kills the Marvel Universe One Last Time)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/d/deadpool-k/deadpool-kills-the-marvel-universe-one-last-time-caps-off-ma_e1m4.280.jpg, https://sm.ign.com/t/ign_nordic/feature/d/deadpool-k/deadpool-kills-the-marvel-universe-one-last-time-caps-off-ma_e1m4.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-14T21:00:00+01:00">1 week</time> <a href="https://nordic.ign.com/deadpool-kills-the-marvel-universe-one-last-time/91353/feature/deadpool-kills-the-marvel-universe-one-last-time-caps-off-marvels-bloodiest-trilogy#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91353">Comment</a></div> <h3><a href="https://nordic.ign.com/deadpool-kills-the-marvel-universe-one-last-time/91353/feature/deadpool-kills-the-marvel-universe-one-last-time-caps-off-marvels-bloodiest-trilogy"><span class="caption">Deadpool Kills the Marvel Universe One Last Time Caps Off Marvel's Bloodiest Trilogy</span></a></h3> <p class="deck">The only thing left to kill is the Marvel multiverse itself.</p> </div> </article> <article class="article FEATURE" id="content91352" data-embed-url="" data-type="FEATURE" data-pk="91352" data-slotterid="91352" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/avengers-the-kang-dynasty/91352/feature/captain-america-brave-new-world-our-biggest-wtf-questions" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-our-biggest-wtf-questions_dgp1.280.jpg" alt="Captain America: Brave New World - Our Biggest WTF Questions (Feature Avengers: The Kang Dynasty)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-our-biggest-wtf-questions_dgp1.280.jpg, https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-our-biggest-wtf-questions_dgp1.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-14T19:00:00+01:00">1 week</time> <a href="https://nordic.ign.com/avengers-the-kang-dynasty/91352/feature/captain-america-brave-new-world-our-biggest-wtf-questions#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91352">Comment</a></div> <h3><a href="https://nordic.ign.com/avengers-the-kang-dynasty/91352/feature/captain-america-brave-new-world-our-biggest-wtf-questions"><span class="caption">Captain America: Brave New World - Our Biggest WTF Questions</span></a></h3> <p class="deck">Let's pick apart the MCU's less than thrilling new installment.</p> </div> </article> <article class="article FEATURE" id="content91309" data-embed-url="" data-type="FEATURE" data-pk="91309" data-slotterid="91309" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/captain-america-4/91309/feature/captain-america-brave-new-world-post-credits-scene-check-in-no-spoilers" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-post-credits-scene-and-endin_d3y4.280.jpg" alt="Captain America: Brave New World Post-Credits Scene and Ending Explained - How Does the Film Set Up the MCU's Phase 6? (Feature Captain America: Brave New World)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-post-credits-scene-and-endin_d3y4.280.jpg, https://sm.ign.com/t/ign_nordic/feature/c/captain-am/captain-america-brave-new-world-post-credits-scene-and-endin_d3y4.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-14T15:34:31+01:00">1 week</time> <a href="https://nordic.ign.com/captain-america-4/91309/feature/captain-america-brave-new-world-post-credits-scene-check-in-no-spoilers#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91309">Comment</a></div> <h3><a href="https://nordic.ign.com/captain-america-4/91309/feature/captain-america-brave-new-world-post-credits-scene-check-in-no-spoilers"><span class="caption">Captain America: Brave New World Post-Credits Scene and Ending Explained - How Does the Film Set Up the MCU's Phase 6?</span></a></h3> <p class="deck">Anthony Mackie is back as the new Cap in a story that tries to resolve some dangling Marvel threads while also looking to the future.</p> </div> </article> <article class="article FEATURE" id="content91333" data-embed-url="" data-type="FEATURE" data-pk="91333" data-slotterid="91333" data-raw=""> <div class="t"> <a href="https://nordic.ign.com/captain-america-4/91333/feature/every-mcu-movie-tier-list" class="thumb score-wrapper link"> <img data-src="https://sm.ign.com/t/ign_nordic/feature/e/every-mcu-/every-mcu-movie-tier-list_h542.280.jpg" alt="Every MCU Movie Tier List (Feature Captain America: Brave New World)" class="thumb" data-srcset="https://sm.ign.com/t/ign_nordic/feature/e/every-mcu-/every-mcu-movie-tier-list_h542.280.jpg, https://sm.ign.com/t/ign_nordic/feature/e/every-mcu-/every-mcu-movie-tier-list_h542.600.jpg 2x"> </a> </div> <div class="m"> <div class="info"><time datetime="2025-02-14T13:00:00+01:00">1 week</time> <a href="https://nordic.ign.com/captain-america-4/91333/feature/every-mcu-movie-tier-list#disqus_thread" class="comments commentscount" data-disqus-identifier="article_91333">Comment</a></div> <h3><a href="https://nordic.ign.com/captain-america-4/91333/feature/every-mcu-movie-tier-list"><span class="caption">Every MCU Movie Tier List</span></a></h3> <p class="deck">Which Marvel Cinematic Universe films do you think are best? Rank them here.</p> </div> </article> </div> </section> <div id="infinitescrollanchor" data-infinite-scroll-limit=30 data-infinite="broll"></div> <div class="zad footer" data-zadtype="footer" data-suffix="footer" data-sticky="true" data-prebid="{"onetag": {"pubId": "76fa0fedc93058d"}, "smartadserver": {"siteId": "577553", "pageId": "1747961", "formatId": "73031"}, "appnexus": {"placementId": "29257721"}, "improvedigital": {"placementId": "22943603"}, "triplelift": {"inventoryCode": "Refinery89_RON_Mobile-300x250-Low"}, "rubicon": {"accountId": "14940", "siteId": "471016", "zoneId": "2790320", "position": "btf"}, "sharethrough": {"pkey": "yHDahe2AFccREsl5zJdXQ1ZD"}}"></div> <div id="adsense" style="visibility: hidden">Ad</div> <footer id="footer" class="limitedScroll"> <div id="footerMain" class="wrap"> <div class="legal"> <a href="https://world.ziffdavis.com"><svg id="zdlogoblue" data-name="Ziff Davis Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 298.63 174.94"><path d="M102,15.57H83.2V.09H102ZM83.2,26.16H102V94.57H83.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M117,38.73H105.72V26.16H117v-5.3C117,8.69,124.51.09,139.86.09c3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H117Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154.59,38.73H143.34V26.16h11.25v-5.3c0-12.17,7.54-20.77,22.89-20.77,3.31,0,6.75.4,9.92.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.14,2.12-7.14,7.81v4.1h13V38.73h-13V94.57H154.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M31.37,73.6l-2.95,3.5H50.91a31.52,31.52,0,0,1,13.77,3,29.66,29.66,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.77V78.14L4.58,73.6l3-3.57L51.44,17.56H4.75V.09H79.1V16.48L34.35,70Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80.57,103.2h-24c5.17,5.44,7.18,13.79,7.18,24.16,0,20.9-11.54,28.31-23.57,28.31H21.65V103.2H.86v69.94H41.62c28.83,0,42.87-20.38,42.87-47.76A58.44,58.44,0,0,0,80.57,103.2Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.78,157.93v-35.6c0-13.69-11.37-18.06-23-19.13a68.79,68.79,0,0,0-7-.31,8.43,8.43,0,0,0-.87,0c-15.08.17-30.26,5.69-31.3,22.84h18.79c.66-7.42,5.16-10.33,12.44-10.33,6.62,0,12.17,1.32,12.17,9.29.79,15.32-45.23-1.35-45.51,29.77,0,14,10.19,20.49,23.29,20.49,8.46,0,17-2.25,23-8.46a28.37,28.37,0,0,0,1.32,6.62h19.06C149.44,170.37,148.78,164.13,148.78,157.93ZM130,146.66c0,4.23-.52,15.77-15.22,15.77-6.06,0-11.51-1.87-11.51-8.73s5.31-9,11.13-10.09,12.44-1.18,15.6-4Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M195.32,104.72,180.9,151.44h-.27l-14.42-46.72H146.49l23.43,68.42h20.9L214,104.72Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M214.38,104.72v68.42h18.79V104.72Zm0-26.06V94.15h18.79V78.66Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M277.08,132c-10.57-2.5-21.31-3.44-21.31-10.16,0-5.72,6.24-6.38,10.46-6.38,6.76,0,12.31,2,12.83,9.29h17.88c-1.45-16.81-15.35-21.83-30.19-21.83S237,107.36,237,124.83c0,12.2,10.71,15.77,21.7,18.26C272.06,145.86,280,148,280,153.7c0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H235.39C236.05,169,251.68,175,267.55,175c15.49,0,31.23-5.82,31.23-23.81C298.78,138.48,288.07,134.5,277.08,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M101.38,15.62H82.59V.14h18.79ZM82.59,26.21h18.79V94.62H82.59Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M116.35,38.78H105.11V26.21h11.24V20.92C116.35,8.74,123.9.14,139.24.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H116.35Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M154,38.78H142.73V26.21H154V20.92C154,8.74,161.52.14,176.86.14c3.31,0,6.75.4,9.93.53v14a58.78,58.78,0,0,0-6.88-.4c-5.16,0-7.15,2.12-7.15,7.81v4.1h13V38.78h-13V94.62H154Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M30.76,73.65l-3,3.5H50.29a31.56,31.56,0,0,1,13.78,3,30,30,0,0,1,6.68,4.44,30.31,30.31,0,0,1,7.46,10.07H.15V78.19L4,73.65l3-3.57L50.82,17.61H4.14V.14H78.48V16.53L33.74,70.08Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M80,103.25h-24c5.16,5.44,7.17,13.79,7.17,24.16,0,20.9-11.54,28.31-23.56,28.31H21V103.25H.24v69.94H41c28.84,0,42.87-20.38,42.87-47.76A58.49,58.49,0,0,0,80,103.25Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M148.17,158v-35.6c0-13.69-11.37-18.06-23-19.13a69.11,69.11,0,0,0-7-.31,8.14,8.14,0,0,0-.86,0c-15.08.18-30.26,5.69-31.3,22.84h18.78c.66-7.41,5.17-10.32,12.45-10.32,6.62,0,12.16,1.31,12.16,9.28.8,15.32-45.23-1.35-45.51,29.78,0,14,10.19,20.48,23.3,20.48,8.45,0,17-2.25,23-8.46a28.26,28.26,0,0,0,1.32,6.62h19.06C148.83,170.42,148.17,164.18,148.17,158Zm-18.79-11.27c0,4.23-.52,15.77-15.21,15.77-6.07,0-11.51-1.87-11.51-8.73s5.3-9,11.13-10.09,12.44-1.18,15.59-3.95Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M194.71,104.78,180.29,151.5H180l-14.42-46.72H145.87l23.43,68.41h20.9l23.15-68.41Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M213.77,104.78v68.41h18.79V104.78Zm0-26.07V94.2h18.79V78.71Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path><path d="M276.47,132c-10.57-2.5-21.32-3.43-21.32-10.16,0-5.72,6.24-6.37,10.47-6.37,6.76,0,12.3,2,12.82,9.28h17.89C294.87,108,281,102.94,266.14,102.94s-29.77,4.47-29.77,21.94c0,12.2,10.71,15.77,21.69,18.26,13.38,2.78,21.32,4.89,21.32,10.61,0,6.58-7,8.73-12.3,8.73-7.28,0-14.42-3.46-14.42-11.54H234.77c.66,18.13,16.29,24.09,32.17,24.09,15.49,0,31.23-5.82,31.23-23.81C298.17,138.53,287.46,134.55,276.47,132Z" transform="translate(-0.15 -0.09)" style="fill:#221276"></path></svg></a> <span class="licensee wrap">IGN Nordic is operated under license by <a href="http://emense.nl/" rel="nofollow">eMense</a></span> </div> </div> </footer> </div> </div> <section id="js"> <script type="text/javascript" src="https://pg.ignimgs.com/pogoadkit.js" async></script> <script>var zad = zad || {'cmd': []}; zad.cmd.push(function() { window.zad.start(); })</script> <script type="text/javascript">function disqus_config() { this.language = "en"; } var disqus_shortname = 'ign-nordic';</script> <script type="text/javascript" src="https://ign-nordic.disqus.com/count.js" async="true"></script> <script type="application/ld+json">{"@context": "https://schema.org", "@type": "ItemList", "itemListElement": [{"@type": "ListItem", "position": 1, "url": "https://nordic.ign.com/stephen-kings-the-monkey/91521/feature/the-monkey-post-credits-scene-check-in-no-spoilers"}, {"@type": "ListItem", "position": 2, "url": "https://nordic.ign.com/casino-royale-theater/91555/feature/the-bond-franchise-sale-to-amazon-mgm-is-probably-bad-news-but-here-are-some-ways-it-could-work"}, {"@type": "ListItem", "position": 3, "url": "https://nordic.ign.com/going-dutch/91523/feature/going-dutch-is-a-sitcom-for-military-brats-with-difficult-fathers"}, {"@type": "ListItem", "position": 4, "url": "https://nordic.ign.com/buffy-the-vampire-slayer/91311/feature/the-top-10-buffy-the-vampire-slayer-episodes"}, {"@type": "ListItem", "position": 5, "url": "https://nordic.ign.com/monster-hunter-2004/91456/feature/the-10-best-monster-hunter-games"}, {"@type": "ListItem", "position": 6, "url": "https://nordic.ign.com/elden-ring-nightreign/91437/feature/elden-ring-nightreign-channels-the-spirit-of-a-forgotten-god-of-war-game"}, {"@type": "ListItem", "position": 7, "url": "https://nordic.ign.com/rainbow-six-siege/91420/feature/faze-clan-triumphs-at-the-six-invitational-but-the-atmosphere-stole-the-show"}, {"@type": "ListItem", "position": 8, "url": "https://nordic.ign.com/wwe-2k25/91412/feature/wwe-2k25-roster-reveal-ign-fanfest"}, {"@type": "ListItem", "position": 9, "url": "https://nordic.ign.com/magic-the-gathering-trading-card-game/91410/feature/final-fantasy-commander-decks-revealed-feature-cloud-tidus-and-more"}, {"@type": "ListItem", "position": 10, "url": "https://nordic.ign.com/captain-america-4/91407/feature/is-anthony-mackie-the-mcus-permanent-captain-america"}, {"@type": "ListItem", "position": 11, "url": "https://nordic.ign.com/monster-hunter-wilds/91404/feature/why-you-should-play-monster-hunter-world-before-wilds"}, {"@type": "ListItem", "position": 12, "url": "https://nordic.ign.com/the-white-lotus/91385/feature/the-white-lotus-season-3-premiere-who-that-bald-guy-is-and-why-you-should-hate-him"}, {"@type": "ListItem", "position": 13, "url": "https://nordic.ign.com/captain-america-4/91380/feature/can-a-110-year-old-ex-assassin-really-run-for-congress-we-went-to-our-congressmans-office-to-find-ou"}, {"@type": "ListItem", "position": 14, "url": "https://nordic.ign.com/rainbow-six-siege/91379/feature/faze-clan-dominates-the-r6-invitational"}, {"@type": "ListItem", "position": 15, "url": "https://nordic.ign.com/captain-america-4/91372/feature/captain-america-brave-new-world-is-the-mcus-military-fetishism-at-its-worst"}, {"@type": "ListItem", "position": 16, "url": "https://nordic.ign.com/captain-america-4/91356/feature/the-return-of-an-mcu-character-in-captain-america-brave-new-world-sure-felt-weird-but-marvel-says-th"}]}</script> </section> </body> </html>