ADVERTISEMENT

WATCH: Plenty of PH representation in trailer of newest Valorant agent Neon

Published Jan 6, 2022 11:18 am

Riot Games is set to release the very first Filipina agent in its 5v5 tactical first-person shooting game Valorant.

Neon, the new agent of 5v5 first-person shooting game Valorant. (Photo from Riot Games)

Riot released a trailer-teaser of the new agent named Neon on Wednesday, Jan. 5 and Filipino players and fans were quick to point out details of PH representation from the production to the final output of the trailer.

The new high-octane, fast-paced Duelist who appeared to have the ability to sprint, slide and create double-phoenix walls, was designed by Filipino Ryan Cousart. Neon, who spoke some Filipino lines in the trailer, was also brought to life by Filipina voice actress Vanille Velasquez

“Have been so excited to share this with you all! I am so grateful to have had an opportunity to be part of creating our first Filipino agent, as a Filipino designer. Can’t wait for you all to see more :) Welcome Neon!,” said Cousart.

“I am unbelievably honored, stoked and PROUD AF to announce that I am the voice of VALORANT Agent 19 NEON! This has been such a dream come true. I'm kind of at a loss right now. This doesn't feel real. I can't believe I'm really saying this right now,” said Velasquez in a tweet.

"One of the things I’m most grateful to Riot for is that they gave me this almost free reign in improvising Tagalog for Neon. I take it as a responsibility and I’m so honored they trusted me. I only want the best for Neon, to make all of you proud of her and the work we’ve done," she added.

The trailer also featured music from Filipino-Australian singer Ylona Garcia who unveiled her newest single “Entertain Me” in partnership with Valorant.

“SURPRISE! excited to finally announce my partnership with valorant! thank you vv much for helping me keep my mouth shut until now, @PlayVALORANT. NEON IS SO COOL! LOVE HER TASTE IN MUSIC!,” tweeted Garcia.

Filipinos’ love for basketball was also highlighted in the two-minute trailer as a jersey of Gilas Pilipinas, the country’s national basketball team, was shown framed in the walls of Neon’s room.

"This shot is the best, because it captures the two things filipinos (and probably Neon) love: Basketball and video games, plus she loves singing too. This agent accurately represents what a filipino is outside the country, filling their room with memorabilias of PH" one Twitter user commented while posting a video frame that showed Neon with the Gilas jersey in the background.

Full details of Neon's abilities hasn't been revealed yet but player and fans had a glimpse of its in the trailer. Neon is set for a January 12 release.

Watch the trailer here.

Related Tags

Valorant Valorant Filipina agent Neon
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.