91³Ô¹ÏÍø

Watch CBS News

Golden State Valkyries fans ready to run it back at Ballhalla for Year 2

The final countdown is on for the Golden State Valkyries second season and fans are already itching to get back into Ballhalla.

"I'm waiting, I'm waiting. That's why I was asking for more merchandise," Valkyries fan Maricruz Larios said. "When are they going to have more things of the Valkyries, because we love to come in full gear and cheer on the Valkyries."

We met Larios at the Golden State Shop in Thrive City next to San Francisco's Chase Center as she was asking the clerks when all the new Valks merch would be in stock.

"I wasn't looking for anything specific," Larios said. "Everything, I like all their gear."

The shop was still in Warriors mode at the moment, but clerks said that as soon as the NBA regular season ends, they'll be switching it all out for Valks gear. The team just announced its new violet jersey, and it's already a hit for fans like Larios.

Golden State Valkyries
A member of the entertainment team waves a flag during a game between the Golden State Valkyries and Dallas Wings at Chase Center on September 4, 2025, in San Francisco, California.  Supriya Limaye/ISI Photos/ISI Photos via Getty Images

"Yes, I took a picture of that," said Larios.

The fandom surrounding the Valkyries was on full display during their inaugural season, selling out every home game and amassing over 10,000 season ticket holders.

One of those season ticket holders was Audacious Wilson. She's a part of the team's founding guard and is counting down the seconds to get back into her seat in Chase Center.

"I'm super excited about the team. I'm excited about the draft to see who we draft in," Wilson said. "That's so exciting. I'm just excited to see what coach has planned for us and has in store."

The Valkyries became the first WNBA expansion team to make it to the playoffs in their first year. That set the bar high.
Fans are hoping this year the Valks can go even deeper into the playoffs.

Wilson said she's confident it could happen.

"I just know coach and the whole coaching staff, I know they have some things up their sleeves this season, so I'm just ready to see them put those things into action," she said.

Whatever happens this year, the team can guarantee their fanbase will be with them the whole way. Thousands of season ticket holders are set to return.

And just like Larios, they'll be showing up opening night ready to rock Ballhalla in head-to-toe Valks Violet.

"I'm pretty sure a lot of people are waiting for the Valkyries just like me, and it won't stop. It will get bigger," Larios said.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });