BLUBb007 Geschrieben 3. Mai 2020 Geschrieben 3. 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 3. Mai 2020 Geschrieben 3. Mai 2020 Trophäenliste - Scintillatron 4096 1x 3x 11x 30x = 45 Combo 5 Hit 5 of the same color particles in a row Combo 25 Hit 25 of the same color particles in a row Combo 50 Hit 50 of the same color particles in a row Perfect In one wave build a combo including every enemy Perfect 5 Achieve 5 perfect waves in one game Fast Clearance Complete a wave with more than 10 seconds remaining Super Fast Clearance Clear a complete wave in 10 seconds or less Sharp Shooter Complete a wave with every shot hitting an enemy Enlightenment Complete Complete the 4 waves of "Enlightenment" and travel deeper Mined Games Exit Complete the 4 waves of "Mined Games" and travel deeper Meditation Complete Complete the 4 waves of "Guru Meditation" and travel deeper Tunnel 4e75 Exit Complete the 4 waves of "Tunnel 4e75" and travel deeper Direct Memories Complete the 4 waves of "Direct Memories" and travel deeper Near Light Traveller Complete the 4 waves of "Near Light" and travel deeper Wave 8 Purist Complete the first 8 waves without using a power up Wave 12 Purist Complete the first 12 waves without using a power up Stoical Survive at least 60 seconds with the Hurry Up Heavy Gunner Hit at least 3 enemies with a single shot Super Heavy Gunner Hit at least 6 enemies with a single shot Ultra Heavy Gunner Hit at least 12 enemies with a single shot Mad Skillz Complete a wave being both "perfect" and "fast" Mined Out Trigger a mine by colliding with it Mine Chain 2 Trigger a chain reaction of at least 2 mines (excluding Last Waves) Mine Chain 4 Trigger a chain reaction of at least 4 mines (excluding Last Waves) Fair Copper Destroy a Fat Agnus with consecutive shots Perfectly Enlightened Complete the Last Wave of Enlightenment with perfect performance Perfect Games Complete the Last Wave of Mined Games with perfect performance Perfect Meditation Complete the Last Wave of Mined Games with perfect performance Tunnel Perfection Complete the Last Wave of Tunnel 4e75 with perfect performance Perfect Memories Complete the Last Wave of Direct Memories with perfect performance Combo 100 Hit 100 of the same color particles in a row Perfect 10 Achieve 10 perfect waves in one game High Scorer Score above 10 million in a single game End of End Times Complete the 4 waves of "End Times" and... Wave 16 Purist Complete the first 16 waves without using a power up Hyper Stoical Survive at least 140 seconds with the Hurry Up Super Leet Complete a wave being "perfect", "fast" and a "sharpshooter" Mine Chain 10 Trigger a chain reaction of at least 10 mines (excluding Last Waves) Bug Stomper Take out an entire Particlepede with a single shot Pew Pew Power up to maximum fire rate (excluding the "Max Fire" power up) Perfect Light Complete the Last Wave of Near Light with perfect performance Perfect 20 Achieve 20 perfect waves in one game Score Master Score above 75 million in a single game A Perfect End Complete the Last Wave of End Times with perfect performance Scintillatron Platinum Obtain all trophies for Scintillatron 4096 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 Scintillatron 4096 × 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