ADVERTISEMENT

Polaris Esports defeats Execration in All-Filipino Dota 2 Grand Finals in Asia Pacific Predator League 2022

Published Dec 19, 2022 02:50 pm
Championship Sunday was in full swing at the Asia Pacific Predator League 2022 Grand Finals at Link Forest in Tokyo, Japan. With a Filipino team already assured of the win in Dota 2, ArkAngel Predator had to play above expectations to make waves in the PUBG side after a middle-of-the-pack showing in the first two days. In the All-Filipino finals of Dota 2, it was a brawl between Polaris Esports and Execration. A risky Position 4 Leshrac by Marvin “Xavius” Rushton didn’t pay off too much in the early game despite picking up an early Aghanim’s Shard. Jinn “Palos” Lamatao’s Pudge was hitting all the strides in Game 1 in a masterclass performance. Game 2, the Pudge was again the hero, this time in the hands of John “Natsumi” Vargas. Alongside Mc “Lelouch” Villanueva and his Leshrac, Polaris snowballed itself in Game 2 to force a decider. Game 3 promised to be a banger of a long game from the draft alone with Execration picking up Naga Siren while Medusa was the choice for Polaris Esports. But long game it was not, as Polaris managed to play a fast tempo game with an unchecked Broodmother pick. Polaris convincingly took the championship against Execration to take home the $75,000 prize and the illustrious Predator Shield. Execration brings home $30,000 prize money after taking second place while GrindSky Esports, who finished third, has $15,000 in earnings. For PUBG, ArkAngel Predator kicked off the day with a middle-of-the-pack performance in Map 11. The Filipino squad had to bring in its A-game from Map 12 onward for any chance of a podium finish against the fierce competition from around the region. ArkAngel’s safe approach allowed the team to secure some much needed points as it finished strong with 11 kills in the map to move up in the standings. ArkAngel Predator found its fire anew in Map 14 as the team managed to finish third in the crucial map which stabilized the team’s position at third overtaking Korean squad GNL. ArkAngel goes home after a hard fought campaign and will be bringing home $15,000 in prize money. In the end, it was still Vietnamese squad Genius Esports and its huge lead that took the championship and the $75,000 prize money while Korean team DWG KIA took second place and $30,000. After the awarding ceremony, participating teams were honored and Intel MVP Awards were given to Attack All Around’s Escalucio and Yagon Galacticos’ ATee for PUBG and Dota 2 respectively. To cap the tournament off, Acer Philippines General Manager Sue Ong Lim, along with Predator Philippines brand ambassadors Alodia Gosiengfiao and Amara Ui, announced that the next Asia Pacific Predator League Grand Finals would take place in Manila, Philippines in 2024. For more information regarding the Asia Pacific Predator League, follow Predator’s social media accounts on [[Facebook](https://www.facebook.com/PredatorGamingPhilippines/)]([https://www.facebook.com/PredatorGamingPhilippines/](https://www.facebook.com/PredatorGamingPhilippines/)), [[Instagram](https://www.instagram.com/predatorgamingphilippines/)]([https://www.instagram.com/predatorgamingphilippines/](https://www.instagram.com/predatorgamingphilippines/)), and [[Twitter](https://twitter.com/predatorph)]([https://twitter.com/predatorph](https://twitter.com/predatorph)).

Related Tags

asia pacific predator league 2022 polaris-esports
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.