Wissam Ben Yedder EA FC 24 Evolutions Path (2024)

This card is now in your Custom Evolutions list'); });}function updatePreviewPos() { $('.level-preview-card .card-24-pack .card-24-pack-extra-info').html(''); for(let i=2;i<5;i++) { if($('.position'+i).val() != '') { $('.level-preview-card .card-24-pack .card-24-pack-extra-info').append('

'+$('.position'+i).val()+'

'); } }}function updatePreviewPs() { let counted = 0; $('.level-preview-card .card-24-pack .card-24-pack-playstyles').html(''); $('.playstylesplus input').each(function() { if($(this).is(':checked')) { if(counted >= 4) { alert('You can only have 4 PlayStyles+'); } else { $('.level-preview-card .card-24-pack .card-24-pack-playstyles').append('

'); } counted++; } });}function copyLink() { var $temp = $(""); var $url = $(location).attr('href'); $("body").append($temp); $temp.val($url).select(); document.execCommand("copy"); $temp.remove(); $(".linkbtn").text("URL copied!"); setTimeout(function() { $('.linkbtn').html(' Copy Link'); },2000);}let previmg = document.getElementById('preview-image');function showImg(typeImg) { $('.dlimg').hide(); document.getElementById('preview-image').removeAttribute('src'); if(typeImg == 'square') { $('.loading-img').attr('style','display:flex;'); previmg.src = 'https://cdn.futwiz.com/img/evosquare?line_id=376&evolution='+sel_evo_id; imageLoaded(previmg).then(()=>{ $('.loading-img').attr('style',''); $('.dlimg').attr('style','display:inline-block;'); }); $('.dlimg').attr('href','https://www.futwiz.com/en/fc24/image?url=https://cdn.futwiz.com/assets/img/fc24/social/evo-square/376-evo-'+sel_evo_id+'.jpg'); } else if(typeImg == 'long') { $('.loading-img').attr('style','display:flex;'); previmg.src = 'https://cdn.futwiz.com/img/evolong?line_id=376&evolution='+sel_evo_id; imageLoaded(previmg).then(()=>{ $('.loading-img').attr('style',''); $('.dlimg').attr('style','display:inline-block;'); }); $('.dlimg').attr('href','https://www.futwiz.com/en/fc24/image?url=https://cdn.futwiz.com/assets/img/fc24/social/evo-long/376-evo-'+sel_evo_id+'.jpg'); }}$('.select-header').on('click',function() { $('.'+$(this).attr('data-id')).toggle(); $('.'+$(this).attr('data-id')+'-input').focus();});function roundNumber(number) { return -Math.round(-number);}const pstats = {playstylesplus: 1,playstyles: 4,altpos: 1, ovr:83,pos:'ST',orig_att1:80,orig_att2:84,orig_att3:78,orig_att4:87,orig_att5:39,orig_att6:68,att1:80,att2:84,att3:78,att4:87,att5:39,att6:68,acceleration:81,agility:91,balance:91,jumping:81,reactions:83,sprintspeed:80,stamina:72,strength:68,aggression:62,positioning:88,tactaware:44,vision:80,ballcontrol:87,crossing:74,curve:82,dribbling:86,finishing:87,fkacc:76,headingacc:74,longpass:66,longshot:74,marking:34,penalties:85,shortpass:83,shotpower:84,slidetackle:26,standingtackle:33,volleys:85,composure:85,skillmoves:4,weakfoot:5};const evolutions_upgrades = {};const evolutions_challenges = {};let sel_evo_id = 0;$.get('/en/fc24/evolutionsjson',function(d) { let totalavailable = 0; d = $.parseJSON(d); $.each(d,function(key,val) { reqs = $.parseJSON(val.evo_reqs); let valid = 1; $.each(reqs,function(k,v) { if(v.length > 1) { if(v.indexOf("-") > 0) { splitstr = v.split('-'); } else { splitstr = 'a'; } } else { splitstr = 'a'; } if(Array.isArray(splitstr)) { if(splitstr[1].indexOf("|") > 0) { splitstr2 = splitstr[1].split('|'); if(k == 'ovr') { if(pstats['ovr'] <= splitstr2[0] && pstats['ovr'] >= splitstr[2] ) { } else { valid = 0; } } else { if(pstats[k] <= splitstr2[0] && pstats[k] >= splitstr[2] ) { } else { valid = 0; } } } else { if(splitstr.length > 1) { if(splitstr[0] == 'min') { if(pstats[k] >= splitstr[1]) { } else { valid = 0; } } else if(splitstr[0] == 'max') { if(pstats[k] <= splitstr[1]) { } else { valid = 0; } } } else { if(k == 'rarity') { if(player_default_rarity == v) { } else if(v == 127) { if(player_default_rarity != 11 && player_default_rarity != 65) { valid = 0; } } else { valid = 0; } } else if(k == 'pos') { if('ST' == v || 'CF' == v || '' == v || '' == v) { } else { valid = 0; } } else if(k == 'exactpos') { if('ST' == v) { } else { valid = 0; } } else { if(pstats[k] == v) { } else { valid = 0; } } } } } else { if(k == 'rarity') { if(player_default_rarity == v) { } else if(v == 127) { if(player_default_rarity != 11 && player_default_rarity != 65) { valid = 0; } } else { valid = 0; } } else if(k == 'pos') { if('ST' == v || 'CF' == v || '' == v || '' == v) { } else { valid = 0; } } else if(k == 'exactpos') { if('ST' == v) { } else { valid = 0; } } else if(k == 'excpos') { if(v.indexOf("|") > 0) { v2 = v.split('|'); $.each(v2,function(kp,vp) { if('ST' != vp && 'CF' != vp && '' != vp && '' != vp) { } else { valid = 0; } }); } else { if('ST' != v && 'CF' != v && '' != v && '' != v) { } else { valid = 0; } } } else if(k == 'excrarity') { } else if(k == 'league') { if(v != 16) { valid = 0; } } else { if(pstats[k] == v) { } else { valid = 0; } } } if('ST' == 'GK') { valid = 0; } }); if(valid == 1) { totalavailable++; if(!evolutions_upgrades[val.evo_id]) { evolutions_upgrades[val.evo_id] = {}; evolutions_upgrades[val.evo_id]["evo_name"] = val.evo_name; evolutions_upgrades[val.evo_id]["evo_cost"] = val.evo_cost; evolutions_upgrades[val.evo_id]["evo_rewards"] = {}; evolutions_upgrades[val.evo_id]["evo_rewards"][val.evo_level] = val.evo_rewards; evolutions_challenges[val.evo_id] = {}; evolutions_challenges[val.evo_id][val.evo_level] = {}; evolutions_challenges[val.evo_id][val.evo_level][val.challenge_id] = val.challenge_text; } else { evolutions_upgrades[val.evo_id]["evo_rewards"][val.evo_level] = val.evo_rewards; if(!evolutions_challenges[val.evo_id][val.evo_level]) { evolutions_challenges[val.evo_id][val.evo_level] = {}; } evolutions_challenges[val.evo_id][val.evo_level][val.challenge_id] = val.challenge_text; } } }); if(totalavailable > 0) { Object.entries(evolutions_upgrades).forEach(([k, v]) => { $('.select-evolution').append(''+v.evo_name+''); }); } else { $('.select-evolution').append('No Evolutions available for this player :('); } let load_evo = 0 const queryString = window.location.search; const urlParams = new URLSearchParams(queryString); load_evo = urlParams.get('apply'); if(load_evo) { $('.select-title').html($('.evotitle'+load_evo).text()); apply_evolution(load_evo); } });function apply_evolution(evo_id) { if(evo_id == 5) { $('.infotxt').html('

This Evolution requires an ALREADY EVOLVED player. We are working on a solution for this

').show();; } else { $('.infotxt').hide(); } document.getElementById('preview-image').removeAttribute('src'); $('.dlimg').hide(); sel_evo_id = evo_id; $('.challenge-share').show(); // history.pushState('', 'Wissam Ben Yedder FC 24 Evoltions', 'https://www.futwiz.com/en/wissam-ben-yedder/fc24/evolutions/376?apply='+evo_id); $.get('https://www.futwiz.com/en/fc24/evolutions/view/376/'+evo_id); $('.evo-level-1').hide(); $('.evo-level-2').hide(); $('.evo-level-3').hide(); $('.evo-level-4').hide(); $('.level-rewards').html(''); $('.challenge-objectives').html(''); const reward_labels = { "ovr":"Overall", "att1":"Pace", "att2":"Shooting", "att3":"Passing", "att4":"Dribbling", "att5":"Defending", "att6":"Physical", "altpos":"Alternate Position", "weakfoot":"Weakfoot", "skillmoves":"Skill Moves", "playstyleplus":"PlayStyle+", "playstyle":"PlayStyle", "attwr":"Att. W/R", "defwr":"Def. W/R", "acceleration":"Acceleration", "sprintspeed":"Sprint Speed", "positioning":"Positioning", "finishing":"Finishing", "shotpower":"Shot Power", "longshot":"Long Shots", "volleys":"Volleys", "penalties":"Penalties", "vision":"Vision", "crossing":"Crossing", "fkacc":"FK Acc.", "shortpass":"Short Passing", "longpass":"Long Passing", "curve":"Curve", "agility":"Agility", "balance":"Balance", "reactions":"Reactions", "ballcontrol":"Ball Control", "dribbling":"Dribbling", "composure":"Composure", "tactaware":"Interceptions", "headingacc":"Heading Acc.", "marking":"Def. Awareness", "standingtackle":"Standing Tackle", "slidetackle":"Slide Tackle", "jumping":"Jumping", "stamina":"Stamina", "strength":"Strength", "aggression":"Aggression", } const playstyle_labels = { "powershot":"Power Shot", "deadball":"Dead Ball", "chipshot":"Chip Shot", "finesseshot":"Finesse Shot", "powerheader":"Power Header", "pingedpass":"Pinged Pass", "incisivepass":"Incisive Pass", "longballpass":"Long Ball Pass", "tikitaka":"Tiki Taka", "whippedcrosser":"Whipped Crosser", "firsttouch":"First Touch", "flair":"Flair", "pressproven":"Press Proven", "rapid":"Rapid", "technical":"Technical", "trickster":"Trickster", "block":"Block", "bruiser":"Bruiser", "intercept":"Intercept", "jockey":"Jockey", "slidetackle":"Slide Tackle", "anticipate":"Anticipate", "acrobatic":"Acrobatic", "aerial":"Aerial", "trivela":"Trivela", "relentless":"Relentless", "quickstep":"Quick Step", "longthrow":"Long Throw", "farthrow":"Far Throw", "footwork":"Footwork", "crosscatcher":"Cross Catcher", "rushout":"Rush Out", "farreach":"Far Reach", "quickreflexes":"Quick Reflexes", } $('.player-evolutions-items .card-24-pack').find('.card-24-pack-attnum1').html(pstats.orig_att1).removeClass('boostedStat'); $('.player-evolutions-items .card-24-pack').find('.card-24-pack-attnum2').html(pstats.orig_att2).removeClass('boostedStat'); $('.player-evolutions-items .card-24-pack').find('.card-24-pack-attnum3').html(pstats.orig_att3).removeClass('boostedStat'); $('.player-evolutions-items .card-24-pack').find('.card-24-pack-attnum4').html(pstats.orig_att4).removeClass('boostedStat'); $('.player-evolutions-items .card-24-pack').find('.card-24-pack-attnum5').html(pstats.orig_att5).removeClass('boostedStat'); $('.player-evolutions-items .card-24-pack').find('.card-24-pack-attnum6').html(pstats.orig_att6).removeClass('boostedStat'); $('.player-evolutions-items .card-24-pack').find('.card-24-pack-rating').html(pstats.ovr).removeClass('boostedStat'); $('.player-evolutions-items .card-24-pack').find('.card-24-pack-wf').html(pstats.weakfoot).removeClass('boostedStat'); $('.player-evolutions-items .card-24-pack').find('.card-24-pack-sm').html(pstats.skillmoves).removeClass('boostedStat'); $('.card-24-level-1 .card-24-pack').attr('class','card-24-pack card-24-pack-evolv1'); $('.card-24-level-2 .card-24-pack').attr('class','card-24-pack card-24-pack-evolv2'); $('.card-24-level-3 .card-24-pack').attr('class','card-24-pack card-24-pack-evolv3'); $('.card-24-level-4 .card-24-pack').attr('class','card-24-pack card-24-pack-evolv4'); if($('.evo-base-item .card-24-pack').find('.card-24-pack-extra-info').html()) { $('.player-evolutions-items .card-24-pack').find('.card-24-pack-extra-info').html($('.evo-base-item .card-24-pack').find('.card-24-pack-extra-info').html()); } if($('.evo-base-item .card-24-pack').find('.card-24-pack-extra-info').html()) { $('.player-evolutions-items .card-24-pack').find('.card-24-pack-playstyles').html($('.evo-base-item .card-24-pack').find('.card-24-pack-playstyles').html()); } $('.challenge-objectives').append('

'+$('.evotitle'+evo_id).text()+' Challenges

'); Object.entries(evolutions_challenges[evo_id]).forEach(([k,v]) => { if(evolutions_upgrades[evo_id]['cost'] > 0) { $('.challenge-objectives').append('

Level '+k+' Challenges

Cost: '+evolutions_upgrades[evo_id]['cost']+'

    '); } else { $('.challenge-objectives').append('

    Level '+k+' Challenges

      '); } $.each(v,function(ck,cv) { $('.challenge-objectives').append('
    • '+cv+'
    • '); }); $('.challenge-objectives').append('
    '); }); Object.entries(evolutions_upgrades[evo_id].evo_rewards).forEach(([k, v]) => { let didacceleration = 0; let didsprintspeed = 0; let didpositioning = 0; let didfinishing = 0; let didlongshot = 0; let didpenalties = 0; let didshotpower = 0; let didvolleys = 0; let didvision = 0; let didcrossing = 0; let didcurve = 0; let didfkacc = 0; let didlongpass = 0; let didshortpass = 0; let didagility = 0; let didbalance = 0; let didballcontrol = 0; let diddribbling = 0; let didreactions = 0; let didcomposure = 0; let didtactaware = 0; let didheadingacc = 0; let didmarking = 0; let didslidetackle = 0; let didstandingtackle = 0; let didaggression = 0; let didjumping = 0; let didstamina = 0; let didstrength = 0; reward = $.parseJSON(v); $.each(reward,function(rk,rv) { if(rk == 'att1' || rk == 'att2' || rk == 'att3' || rk == 'att4' || rk == 'att5' || rk == 'att6') { currstat = parseInt($('.card-24-level-'+k+' .card-24-pack').find('.card-24-pack-'+rk.replace('att','attnum')).html()); newstat = (currstat+rv); if(newstat > 99) { newstat = 99; } $('.card-24-level-'+k+' .card-24-pack').find('.card-24-pack-'+rk.replace('att','attnum')).html(newstat).addClass('boostedStat'); $('.level-'+k+'-rewards').append('

    +'+rv+' '+reward_labels[rk]); if(k == 1) { $('.card-24-level-2').find('.card-24-pack-'+rk.replace('att','attnum')).html(newstat); $('.card-24-level-3').find('.card-24-pack-'+rk.replace('att','attnum')).html(newstat); $('.card-24-level-4').find('.card-24-pack-'+rk.replace('att','attnum')).html(newstat); } else if(k == 2) { $('.card-24-level-3').find('.card-24-pack-'+rk.replace('att','attnum')).html(newstat); $('.card-24-level-4').find('.card-24-pack-'+rk.replace('att','attnum')).html(newstat); } else if(k == 3) { $('.card-24-level-4').find('.card-24-pack-'+rk.replace('att','attnum')).html(newstat); } pstats[rk]+=rv; } else if(rk == 'ovr') { currstat = parseInt($('.card-24-level-'+k+' .card-24-pack').find('.card-24-pack-rating').html()); newstat = (currstat+rv); if(newstat > 99) { newstat = 99; } $('.card-24-level-'+k+' .card-24-pack').find('.card-24-pack-rating').html(newstat).addClass('boostedStat'); $('.level-'+k+'-rewards').append('

    +'+rv+' '+reward_labels[rk]); if(k == 1) { $('.card-24-level-2').find('.card-24-pack-rating').html(newstat); $('.card-24-level-3').find('.card-24-pack-rating').html(newstat); $('.card-24-level-4').find('.card-24-pack-rating').html(newstat); } else if(k == 2) { $('.card-24-level-3').find('.card-24-pack-rating').html(newstat); $('.card-24-level-4').find('.card-24-pack-rating').html(newstat); } else if(k == 3) { $('.card-24-level-4').find('.card-24-pack-rating').html(newstat); } } else if(rk == 'weakfoot') { currstat = parseInt($('.card-24-level-'+k+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-wf').html()); newstat = (currstat+rv); if(newstat > 5) { newstat = 5; } $('.card-24-level-'+k+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-wf').html(newstat).attr('style','color:lightgreen;text-shadow:1px 1px 4px #000;'); $('.level-'+k+'-rewards').append('

    +'+rv+' '+reward_labels[rk]); cl = k; while(cl<5) { $('.card-24-level-'+cl+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-wf').html(newstat); cl++; } } else if(rk == 'skillmoves') { currstat = parseInt($('.card-24-level-'+k+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-sm').html()); newstat = (currstat+rv); if(newstat > 5) { newstat = 5; } $('.card-24-level-'+k+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-sm').html(newstat).attr('style','color:lightgreen;text-shadow:1px 1px 4px #000;'); $('.level-'+k+'-rewards').append('

    +'+rv+' '+reward_labels[rk]); cl = k; while(cl<5) { $('.card-24-level-'+cl+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-sm').html(newstat); cl++; } } else if(rk == 'playstyleplus') { $('.level-'+k+'-rewards').append('

    New PlayStyle+: '+playstyle_labels[rv]+'

    '); cl = k; while(cl<5) { $('.card-24-level-'+cl+' .card-24-pack .card-24-pack-playstyles').append('

    '); cl++; } } else if(rk == 'attwr') { if(rv == 'HIGH') { rv = 'H'; } else if(rv == 'MED') { rv = 'M'; } else if(rv == 'LOW') { rv = 'L'; } $('.card-24-level-'+k+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-attwr').html(rv).attr('style','color:lightgreen;text-shadow:1px 1px 4px #000;'); $('.level-'+k+'-rewards').append('

    +'+rv+' '+reward_labels[rk]); cl = k; while(cl<5) { $('.card-24-level-'+cl+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-attwr').html(rv); cl++; } } else if(rk == 'defwr') { if(rv == 'HIGH') { rv = 'H'; } else if(rv == 'MED') { rv = 'M'; } else if(rv == 'LOW') { rv = 'L'; } $('.card-24-level-'+k+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-defwr').html(rv).attr('style','color:lightgreen;text-shadow:1px 1px 4px #000;'); $('.level-'+k+'-rewards').append('

    +'+rv+' '+reward_labels[rk]); cl = k; while(cl<5) { $('.card-24-level-'+cl+' .card-24-pack .card-24-pack-extra-info-foot .card-24-pack-foot-txt .card-24-pack-foot-in').find('.card-24-pack-defwr').html(rv); cl++; } } else if(rk == 'acceleration' || rk == 'sprintspeed' || rk == 'positioning' || rk == 'finishing' || rk == 'longshot' || rk == 'penalties' || rk == 'shotpower' || rk == 'volleys' || rk == 'vision' || rk == 'crossing' || rk == 'curve' || rk == 'fkacc' || rk == 'longpass' || rk == 'shortpass' || rk == 'agility' || rk == 'balance' || rk == 'ballcontrol' || rk == 'dribbling' || rk == 'reactions' || rk == 'composure' || rk == 'tactaware' || rk == 'headingacc' || rk == 'marking' || rk == 'slidetackle' || rk == 'standingtackle' || rk == 'aggression' || rk == 'jumping' || rk == 'stamina' || rk == 'strength') { $('.level-'+k+'-rewards').append('

    +'+rv+' '+reward_labels[rk]); eval('did'+rk+' = 1'); pstats[rk]+=rv; } else if(rk == 'playstyle') { splitps = rv.split(','); if(splitps[1]) { $.each(splitps,function(psk,psv) { $('.level-'+k+'-rewards').append('

    New PlayStyle: '+playstyle_labels[psv]+'

    '); }); } else { $('.level-'+k+'-rewards').append('

    New PlayStyle: '+playstyle_labels[rv]+'

    '); } } else if(rk == 'raritysite') { $('.card-24-level-'+k+' .card-24-pack').attr('class','card-24-pack '+rv); } else if(rk == 'rarityimg') {} else if(rk == 'altpos') { $('.level-'+k+'-rewards').append('

    '+reward_labels[rk]+': '+rv); cl = k; while(cl<5) { $('.card-24-level-'+cl+' .card-24-pack .card-24-pack-extra-info').append('

    '+rv+'

    '); cl++; } } else { $('.level-'+k+'-rewards').append('

    '+reward_labels[rk]+': +'+rv); } $('.evo-level-'+k).show(); }); if(didagility == 1 || didbalance == 1 || didballcontrol == 1 || diddribbling == 1 || didreactions == 1) { dristat = roundNumber((pstats['agility']*0.10)+(pstats['balance']*0.05)+(pstats['ballcontrol']*0.30)+(pstats['dribbling']*0.50)+(pstats['reactions']*0.05)+(pstats['composure']*0.00)); $('.card-24-level-'+k+' .card-24-pack').find('.card-24-pack-attnum4').html(dristat).addClass('boostedStat'); if(k == 1) { $('.card-24-level-2').find('.card-24-pack-attnum4').html(dristat); $('.card-24-level-3').find('.card-24-pack-attnum4').html(dristat); $('.card-24-level-4').find('.card-24-pack-attnum4').html(dristat); } else if(k == 2) { $('.card-24-level-3').find('.card-24-pack-attnum4').html(dristat); $('.card-24-level-4').find('.card-24-pack-attnum4').html(dristat); } else if(k == 3) { $('.card-24-level-4').find('.card-24-pack-attnum4').html(dristat); } } if(didtactaware == 1 || didheadingacc == 1 || didmarking == 1 || didslidetackle == 1 || didstandingtackle == 1) { defstat = roundNumber((pstats['tactaware']*0.20)+(pstats['headingacc']*0.10)+(pstats['marking']*0.30)+(pstats['slidetackle']*0.10)+(pstats['standingtackle']*0.30)); $('.card-24-level-'+k+' .card-24-pack').find('.card-24-pack-attnum5').html(defstat).addClass('boostedStat'); if(k == 1) { $('.card-24-level-2').find('.card-24-pack-attnum5').html(defstat); $('.card-24-level-3').find('.card-24-pack-attnum5').html(defstat); $('.card-24-level-4').find('.card-24-pack-attnum5').html(defstat); } else if(k == 2) { $('.card-24-level-3').find('.card-24-pack-attnum5').html(defstat); $('.card-24-level-4').find('.card-24-pack-attnum5').html(defstat); } else if(k == 3) { $('.card-24-level-4').find('.card-24-pack-attnum5').html(defstat); } } });}$('.rarity-search').on('click',function() { if($(this).hasClass('rarity-active')) { $(this).removeClass('rarity-active'); } else { $(this).addClass('rarity-active'); }});function loadMyEvos() { $.get('/en/fc24/save-evolution/376/0?check&checkline',function(d) { if(d == 0) { $('.myevo-btn').text('+ My Evo'); $('.myevo-custom-btn').text('- Level'); } else if(d == 1) { $('.myevo-btn').text('Remove'); $('.myevo-custom-btn').text('- Level'); } else if(d == -1) { $('.myevo-btn').text('Login to add to My Evo\'s').attr('remove','2'); $('.myevo-custom-btn').remove(); } else if(d > 1) { $('.myevo-btn').text('Add to My Evo\'s'); $('.myevo-btn').each(function() { console.log(d+' - '+$(this).attr('data-btn-id')); if($(this).attr('data-btn-id') == d) { $(this).text('Remove').attr('style','background:#ff9900;color:rgba(0,0,0,0.87);').attr('remove','1'); } }); $('.myevo-custom-btn').text('- Level'); } });}$('.myevo-btn').on('click',function() { if($(this).attr('remove') == '1') { btnurl = '/en/fc24/save-evolution/376/'+$(this).attr('data-btn-id')+'?remove'; } else { btnurl = '/en/fc24/save-evolution/376/'+$(this).attr('data-btn-id'); } if($(this).attr('remove') == '2') { window.location = '/en/login'; } else { btn = $(this); $.get(btnurl,function(d) { if(d != 1 && d != 2 && d != -1) { $('body').append('

    Error

    '+d+'
    Tap anywhere to remove this message

    '); setTimeout(function() { $('.errmsg').remove() },3000); } else { if(btn.attr('remove') == '1') { $('.myevo-btn').text('+ My Evo').attr('style','').attr('remove','0'); } else { $('.myevo-btn').text('+ My Evo').attr('style','').attr('remove','0'); if(d == 1) { btn.text('Remove').attr('style','background:#ff9900;color:rgba(0,0,0,0.87);').attr('remove','1'); } } } }); }})function applyFilters() { let selectedEvos = []; $('.rarity-search').each(function() { if($(this).hasClass('rarity-active')) { selectedEvos.push($(this).attr('data-evo')); } }); window.location = '/en/wissam-ben-yedder/fc24/evolutions/376?completed='+selectedEvos.join('-');}$('body').on('click','.errmsg',function() { $('.errmsg').remove();})loadMyEvos();$.getJSON('https://www.futwiz.com/en/single-price/24/376',function(d) { let price = +d.xb.bin; $('.baseplayer .evo-link').append('

    Wissam Ben Yedder EA FC 24 Evolutions Path (1) '+price.toLocaleString("en-US")+'

    '); $('.totalcost').each(function() { let linecost = +$(this).attr('data-coin-cost'); linecostcp = +$(this).attr('data-fp-cost'); linecost+=price; if(linecost <= 0) { linecost = 'Free'; } else { linecost = linecost.toLocaleString('en-US'); } if(linecostcp <= 0) { linecostcp = 'Free'; } else { linecostcp = linecostcp.toLocaleString('en-US'); } $(this).html('

    Wissam Ben Yedder EA FC 24 Evolutions Path (2) '+linecost+'

    Wissam Ben Yedder EA FC 24 Evolutions Path (3) '+linecostcp+'

    '); });});$('.nav-evolutions').addClass('active-header-link');

Wissam Ben Yedder EA FC 24 Evolutions Path (2024)
Top Articles
Latest Posts
Article information

Author: Sen. Ignacio Ratke

Last Updated:

Views: 6024

Rating: 4.6 / 5 (56 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Sen. Ignacio Ratke

Birthday: 1999-05-27

Address: Apt. 171 8116 Bailey Via, Roberthaven, GA 58289

Phone: +2585395768220

Job: Lead Liaison

Hobby: Lockpicking, LARPing, Lego building, Lapidary, Macrame, Book restoration, Bodybuilding

Introduction: My name is Sen. Ignacio Ratke, I am a adventurous, zealous, outstanding, agreeable, precious, excited, gifted person who loves writing and wants to share my knowledge and understanding with you.