Jump to content
- Werbung nur für Gäste -

IGNORIERT

Table of Tales The Crooked Crown


BLUBb007

Recommended Posts

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

Link zu diesem Kommentar
Auf anderen Seiten teilen

- Werbung nur für Gäste -

 

Trophäenliste - Table of Tales: The Crooked Crown
 
1x platin.png  4x gold.png  12x silber.png  16x bronze.png  = 33
 
 
Platin
 

 A Table of Tales

Completed All Trophies
 
 
Geheime Trophäen
 
Bronze
 

 Sinking Hammer

Throw Hammer overboard
 

 Damp Sorcery

Throw Nuna overboard
 

 Horatio No-Lives

Throw Horatio overboard
 

 Watered Down Potion

Throw Thomas overboard
 

 Independent Scoundrels

Defeat the Orcs without Starling's help
 

 Faster than Lightning

Almost capture the strange Assassin
 

 High Profile

Take the Sunfish ship
 

 Low Key

Take the Sawtooth ship
 

 The Shadows Hide

Get into the Temple without being seen
 

 Fire Fighter

Save the Emerald Post from burning down
 

 Dodge This!

Take out the Hidden Harbour's sniper.
 

 Goblark Scourge

Save ALL the Villagers of Tidewreath from the Goblarks
 

 The Shadows Consume

The island of Bestoja is destroyed by the Thing Outside
 

 The Missing Rorqual

Let the strange coral overrun the Rorqual
 

 The Quick and The Dead

Leave Quick to die on Diamond Island.
 

 Zainab's Sacrifice

Zainab is killed fighting Orcs on the ocean floor
 
 
Silber
 

 Light Flickers

Ensure Bestoja does not fall to the Shadows
 

 Wrench in the Machine

Disable the Rorqual and get away.
 

 Not Quick Enough...

Hand Quick over to the Crown Authorities
 

 Zainab's Return

Ensure Zainab survives and returns to her village.
 

 Shut the Door

Close the temple's summit portal to the Thing Outside
 

 Beardbiter's Fury

Get Captain Harrow's Axe from Fort Raspe
 

 The Weevil Squirms

Get the information from Weevil without "accidentally" killing him
 

 Zainab's Compassion

Zainab unchains Horatio in their final fight with the Orcs.
 

 Hammer's Sacrifice

Have Hammer save the day
 

 Nuna's Sacrifice

Have Nuna save the day
 

 Horatio's Sacrifice

Have Horatio save the day
 

 Thomas' Sacrifice

Have Thomas save the day
 
 
Gold
 

 The Governator

Defeat the Hammer and her strange Cyclops form.
 

 One Must Remain

Defeat Nuna within the Thing Outside's dimension
 

 Crab Chowder

Defeat Horatio and the giant crab he summoned.
 

 Mad Science

Defeat Thomas and his strange coral clones.
 
 
Link zu diesem Kommentar
Auf anderen Seiten teilen

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.

×
  • Neu erstellen...
"); } } // 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); }); });