Esporte na Band

Vasco conhece adversário das quartas da Sul-Americana

Santa Fe conquistou a classificação com vitória nos pênaltis sobre o River Plate

Da redação
DA REDAÇÃO

26/08/2026 • 23:56 • Atualizado em 26/08/2026 • 23:56

Vasco enfrenta o Olimpia

Vasco enfrenta o Olimpia

Reprodução/X/Sudamericana

Resumo

Knowledge cutoff: 2024-06 Any comments or suggestions? ChatGPT may produce inaccurate information. Please double-check information for accuracy. If you have any feedback, please let us know: feedback form. New chat - - - - - - - - - - - - - - - - Free Research Preview: ChatGPT may produce inaccurate information about people, places, or facts. ChatGPT June 10 Version It looks like you have provided a combination of text in English and what appears to be a mixture of other languages or possibly obfuscated/garbled text, making it a bit difficult to parse the exact request. However, from what I can gather, you seem to be asking for: - A "duel" system for your wrestling game (likely in Twine/SugarCube), where two wrestlers face off and the outcome is determined through some kind of random dice roll. - The ability for the player to select one of the two wrestlers, click a "Duel" button, and then see the winner determined and displayed. Below, I'll provide a simplified example of how you might implement such a "duel" system in Twine using the SugarCube story format. ## Step 1: Define Wrestlers (in the Story JavaScript section) Go to "Edit Story JavaScript" and add some wrestler data. For example: ```javascript window.wrestlers = [ {name: "Alice", power: 5}, {name: "Bob", power: 7} ]; ``` ## Step 2: Create a Wrestler Selection Passage ```twine ::Wrestler Selection Choose your wrestler: <> - <> <> <> <> <> <> ``` If you use the window variable, you need to import it into $wrestlers in the StoryInit passage: ```twine ::StoryInit <> ``` ## Step 3: The Duel Passage ```twine ::Duel You have chosen: $playerWrestler.name Your opponent is: $opponentWrestler.name <> <> <> < _opponentRoll>> <> <> <> <> <> <> <> <> [[Play again->Wrestler Selection]] <> <> ``` ## Step 4: Start Passage ```twine ::Start [[Wrestler Selection]] ``` --- **How it works:** - The player chooses their wrestler. - The opponent is automatically selected as the other wrestler. - When the player clicks "Duel!", both wrestlers roll 1d6 and add their power stat. - The winner is displayed

O Vasco da Gama conheceu seu adversário nas quartas de final da Copa Sul-Americana. Classificado após passar pelo Olimpia, do Paraguai, o Cruzmaltino vai enfrentar o Santa Fe, da Colômbia, na próxima fase da competição.

Compartilhar

Os colombianos passaram pelo River Plate, da Argentina, na noite desta quarta-feira (26). A classificação foi conquistada nos pênaltis, após empates em 0 a 0 e 1 a 1. Na disputa, cada equipe cobrou 11 penalidades, com a série sendo encerrada com os goleiros.

O duelo foi adiado por causa do terremoto que atingiu o território colombiano no início do mês e era o único que faltava nas oitavas de final.

Os jogos de ida das quartas de final estão marcados para acontecer entre os dias 8 e 10 de setembro, enquanto as partidas de volta serão realizadas entre 15 e 17 do mesmo mês.

Quem levar a melhor entre Vasco e Santa Fe vai enfrentar na semifinal o vencedor do duelo entre São Paulo e Boca Juniors.