BLUBb007 Geschrieben 13. Mai 2020 Geschrieben 13. Mai 2020 Hallo Community, für dieses Spiel haben wir aktuell kein eigenes Forum. Dieser Thread dient als Ersatz, um euch dennoch einen Austausch über das Spiel zu ermöglichen. WARUM HAT DAS SPIEL KEIN FORUM? Woche für Woche erscheinen neue Spiele, die bei uns auch immer einen Platz in Form eines eigenen Forums erhalten, samt den wichtigen Standard-Threads. Da jede Software und auch jede Hardware irgendwann an ihre Grenzen stößt, sortieren wir ungenutzte und leere Foren wieder aus. Zwischen der Erstellung und der Löschung liegen dabei mindestens zwölf Monate. Sofern nach der Erstellung mehrere Beiträge oder gar ein Leitfaden und/oder eine Roadmap entstanden sind, wird das Forum nicht gelöscht. Mit diesem Thread gewähren wir eine für uns ressourcensparende Möglichkeit euch trotzdem eine Anlaufstelle zu bieten. Wenn hier eine entsprechende Aktivität zu verzeichnen ist, können wir gerne wieder ein eigenes Forum erstellen. Euer Trophies.de-Team Das Team unterstützen
BLUBb007 Geschrieben 13. Mai 2020 Geschrieben 13. Mai 2020 Trophäenliste - Pierhead Arcade 1x 2x 5x 44x = 52 Arctic Shuffle Expert Score 1,000 points in Arctic Shuffle Arctic Shuffle Genius Score 10,000 points in Arctic Shuffle Arctic Shuffle Star Score 40,000 points in Arctic Shuffle Basketball Expert Score 50 baskets in one game of Basketball Basketball Genius Score 75 baskets in one game of Basketball Basketball Star Score 90 baskets in one game of Basketball Binary Dash Expert Score 100,000 points in one game on Binary Dash Binary Dash Genius Score 500,000 points in one game on Binary Dash Blue Bear Win a blue bear Bowling Expert Score 25 points in Bowling Bowling Genius Score 50 points in Bowling Cannonball Bounce Expert Score 400 points in one game in Cannonball Bounce Cannonball Bounce Genius Score 800 points in one game in Cannonball Bounce Cannonball Bounce Star Score 900 points in one game in Cannonball Bounce Comet Drop Expert Score 150 points in Comet Drop Comet Drop Genius Score 250 points in Comet Drop Comet Drop Star Score 750 points in Comet Drop Dino Whack Expert Score 400 points in one game of Dino Whack Dino Whack Genius Score 700 points in one game of Dino Whack Dino Whack Star Score 900 points in one game of Dino Whack Gold Bear Win a gold bear Green Bear Win a green bear Honey Rush Expert Score 2,000 points on Honey Rush Honey Rush Genius Score 4,000 points on Honey Rush Honey Rush Star Score 10,000 points on Honey Rush Pink Bear Win a pink bear Rapid Fire Expert Score 500 points in one game of Rapid Fire Rapid Fire Genius Score 1,000 points in one game of Rapid Fire Rapid Fire Star Score 1,200 points in one game of Rapid Fire Rocket Ball Expert Score 150 points in one game of Rocket Ball Rocket Ball Genius Score 250 points in one game of Rocket Ball Rocket Ball Star Score 350 points in one game of Rocket Ball Scarab Toss Expert Score 8,000 points in one game of Scarab Toss Scarab Toss Genius Score 15,000 points in one game of Scarab Toss Scarab Toss Star Score 21,000 points in one game of Scarab Toss Shooting Gallery Expert Score 2,000 points in one game of Shooting Gallery Shooting Gallery Genius Score 2,600 points in one game of Shooting Gallery Shooting Gallery Star Score 3,200 points in one game of Shooting Gallery Super Punch Expert Score 8,000 points in one game of Super Punch Super Punch Genius Score 10,000 points in one game of Super Punch Super Punch Star Score 12,000 points in one game of Super Punch Zombie Shootout Expert Score 3,000 points in Zombie Shootout Zombie Shootout Genius Score 6,000 points in Zombie Shootout Zombie Shootout Genius Score 15,000 points in Zombie Shootout Binary Dash Star Score 1,000,000 points in one game on Binary Dash Bowling Star Score 75 points in Bowling Pays For Itself Play 800 games Turkey Get 3 strikes in row Pinball Wizard Unlock All Trophies Binary Dash Raspberry Score less than -500 points on Binary Dash Down Under Throw and catch a boomerang from the prize hut Longball Throw a basketball into the hoop from across the room Archiviert Dieses Thema ist jetzt archiviert und für weitere Antworten gesperrt. Wende dich an einen Admin, wenn du in diesem Thema etwas posten möchtest. Gehe zur Themenübersicht Alle Aktivitäten Startseite Trophies.de Trophäen-Leitfäden Spiele ohne Forum Pierhead Arcade × Du bist bereits registriert? Hier anmelden Jetzt registrieren News Forum Zurück Forum Regeln Zurück Foren-Regeln Bewertungs-Regeln Leitfaden-Regeln Verwarnsystem Löschung oder Sperrung des trophies.de Accounts Whitelist Trophies.de WIKI Trophies.de-Team Zurück Teammitglieder Organigramm & Team-Matrix Das Team stellt sich vor Impressum Kontakt Verstärkung gesucht Zurück Grafiker/Designer gesucht! Redakteure gesucht! Programmierer/Webentwickler gesucht! Hilfreiche Themen Zurück Leitfaden-Tutorial PlayStation Plus - Abo Modelle Übersicht PlayStation Plus - Trophäen-Check Unmögliche Trophäen Neue Spieleforen - Eröffnungen & Verschiebungen PS4/PS5 Spiele-Liste mit Upgrades, Savetransfer und Autopop Schnell, Einfach, Günstig - Spiele mit Platin Verschwundene PlayStation Store Inhalte Der Gamer-Duden Forensoftware und Layout (Hinweise & Changelogs) Übersichtsliste aller erreichbaren Abzeichen Aktivitäten Zurück Alle Aktivitäten Meine Aktivitätsverläufe Suche Features Zurück Features Trophycard Release-Kalender Platinbanner-Generator Trophycard Clubs × Neu erstellen... Forum Ungelesen Anmelden Jetzt registrieren Mehr "); } } // Change the class and localstorage when the toggle is clicked $('.focus-editor-panel[data-setting]').on('click', function(){ var settingName = $(this).attr('data-setting'); var settingStatus = $(this).attr('data-status'); if(settingStatus === '1'){ html.removeClass('enable--' + settingName); localStorage.setItem(settingName, '0'); $(this).attr('data-status', '0'); } else { html.addClass('enable--' + settingName); localStorage.setItem(settingName, '1'); $(this).attr('data-status', '1'); } }); // Dark/light mode button var toggleThemeTooltip = getComputedStyle(document.documentElement).getPropertyValue('--lang--light-dark-mode').slice(1, -1); $('[data-focus-toggle-theme] [data-ipsTooltip]').prop('title', toggleThemeTooltip); $('[data-focus-toggle-theme]').on('click', function(e){ var focusThemeId = html.attr('data-focus-alt-theme'); if(focusThemeId){ e.preventDefault(); $("#focusAltThemeSubmit").val(focusThemeId); $("#focusAltThemeSubmit").click(); } }); // Make hover navigation work with touch devices ;(function(e,t,n,r){e.fn.doubleTapToGo=function(r){if(!("ontouchstart"in t)&&!navigator.msMaxTouchPoints&&!navigator.userAgent.toLowerCase().match(/windows phone os 7/i))return false;this.each(function(){var t=false;e(this).on("click",function(n){var r=e(this);if(r[0]!=t[0]){n.preventDefault();t=r}});e(n).on("click touchstart MSPointerDown",function(n){var r=true,i=e(n.target).parents();for(var s=0;s ul > li:has(ul)').doubleTapToGo(); // Toggle class $('[data-class]').on( "click", function(event) { event.preventDefault(); var classContent = $(this).attr('data-class'); var classModifiers = classContent.split(' '); var className = classModifiers[0]; var modifyClass = classModifiers[1]; if (classModifiers[2]){ var targetElement = classModifiers[2]; } else { var targetElement = 'html'; } if (modifyClass === 'add'){ $(targetElement).addClass(className); } else if (modifyClass === 'remove'){ $(targetElement).removeClass(className); } else { $(targetElement).toggleClass(className); } }); }); // More dropdown menu function focusNavigation() { var navwidth = 0; var morewidth = $('.ipsNavBar_primary .focus-nav__more').outerWidth(true); $('.ipsNavBar_primary > ul > li:not(.focus-nav__more)').each(function() { navwidth += $(this).outerWidth( true ) + 2; }); var availablespace = $('.ipsNavBar_primary').outerWidth(true) - morewidth; if (availablespace > 0 && navwidth > availablespace) { var lastItem = $('.ipsNavBar_primary > ul > li:not(.focus-nav__more)').last(); lastItem.attr('data-width', lastItem.outerWidth(true)); lastItem.prependTo($('.ipsNavBar_primary .focus-nav__more > ul')); focusNavigation(); } else { var firstMoreElement = $('.ipsNavBar_primary li.focus-nav__more li').first(); if (navwidth + firstMoreElement.data('width') < availablespace) { firstMoreElement.insertBefore($('.ipsNavBar_primary .focus-nav__more')); } } if ($('.focus-nav__more li').length > 0) { $('.focus-nav__more').removeClass('focus-nav__more--hidden'); } else { $('.focus-nav__more').addClass('focus-nav__more--hidden'); } } $(window).on('load',function(){ $(".ipsNavBar_primary").removeClass("ipsNavBar_primary--loading"); focusNavigation(); }); $(window).on('resize',function(){ focusNavigation(); }); $(document).ready(function(){ $('[data-setting="fluid"]').on('click', function(){ setTimeout(function(){ focusNavigation(); }, 10); }); }); Change theme
Recommended Posts