[ad_1]
As we approach the final days of the Steam Fall Sale, we will be listing 10 games with an 80% discount or more. Most of these games are among the great productions of their time and still stand out for their extremely beautiful graphics.
Every year Steam organizes Autumn sales, even this year November 25 – December 1 Continue between dates. We have tried to make lists of games that are convenient for you during the discount period which will end after 2 days. Today we’re here with a new list of discounted games.
Thanks to a special pricing policy in our country, which Turkey Steam many followers, manages to satisfy players in the discount season. Today at the Steam Fall Sale 10 games with discounts of 80% or more we will list it. You can take a look at the games we have listed and take advantage of this great opportunity.
10 games with over 80% off on Steam
Project CARS 2
https://www.youtube.com/watch?v=z1OjVNZdRwU
Normal price: 199 TL – Discount rate: 84 percent – Reduced price: 31.84 TL
Red Faction Guerrilla Re-Mars-tered
Normal price: 31 TL – Discount rate: 80 percent – Reduced price: 6.20 TL
The Sims ™ 4
https://www.youtube.com/watch?v=z00mK3Pxc8w
Normal price: 279 TL – Discount rate: 88 percent – Reduced price: 33.59 TL
Need for Speed ™ Most Wanted
Normal price: 129 TL – Discount rate: 90 percent – Reduced price: 12.90 TL
Rise of the Tomb Raider ™
Normal price: 89 TL – Discount rate: 80 percent – Reduced price: 17.80 TL
RELATED NEWS
Epic Games Black Friday Sale has begun: 10 games on sale
Wolfenstein II: The New Colossus
Normal price: 134 TL – Discount rate: 80 percent – Reduced price: 26.80 TL
Deus Ex: Mankind Divided – Deluxe digital edition
Normal price: 112.48 TL – Discount rate: 18% + 85% – Reduced price: 16.90 TL
Batman: Arkham Collection
https://www.youtube.com/watch?v=POjwfCYyJfA
Normal price: 102 TL – Discount rate: 80 percent – Reduced price: 20.40 TL
RELATED NEWS
10 games available for under 10 TL at the Steam Fall Sale
Assassin’s Creed® Origins
Normal price: 269 TL – Discount rate: 80 percent – Reduced price: 53.80 TL
Dishonored®: Death of the Outsider ™
Normal price: 133 TL – Discount rate: 80 percent – Reduced price: 26.60 TL
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://news.google.com/__i/rss/rd/articles/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });
[ad_2]
Source link