
Posted on November 13, 2020
Quests
= allowedImpressions; } function hasSeenTheVideoInCurrentSession() { var currentSession = getCookieValue(‘wikia_session_id’); var videoSeenInSession = getCookieValue(‘featuredVideoSeenInSession’); return currentSession && videoSeenInSession && currentSession === videoSeenInSession; } function getCountryCode() { try { return JSON.parse(decodeURIComponent(getCookieValue(‘Geo’))).country.toLowerCase(); } catch { return null; } } function isVideoBridgeAllowedForCountry() { var countryCode = getCountryCode(); var allowedCountries = videoBridgeCountries.map(function (allowedCountryCode) { return allowedCountryCode.toLowerCase(); }); return countryCode…
Posted on November 12, 2020
Genshin Impact Game DB
World Map So I never intended to create a world map since I am not a good Frontend Developer, but don’t worry, here is the solution:A map to display treasure chests, bosses, shrines, events, anemoculus, geoculus and challenges.External Link: Interactive Map with markers (English UI)Big shoutout to the developer “Snoopy/thezion”! 🙂 He is on our Discord now…

Posted on November 6, 2020
Genshin Impact: Primogem Farming Guide
If you’ve launched Genshin Impact at least once since its launch, you’ll know that Primogems are an essential currency. They allow you to acquire Acquaint Fates and Intertwined Fates , which themselves will allow you to grant Wishes… Read More
Posted on November 6, 2020
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!