createCard({
name:"Donkey",
rarity:"Donkey",
health:6000,
image:"https://upload.wikimedia.org/wikipedia/en/6/6c/Donkey_%28Shrek%29.png",
description: "And then one time I ate some rotten berries. hmmmhmahmmammh. Man, there were some strong gases seepin' outta my butt that day!",
moves:[({
title:"Emtional breakdown",
description:"Doney talks so much that he causes emotional damage immobalizing the opponent for one turn.",
cost: 3,
cooldown:1,
use:function(opp) {
opp.status.frozen = 1;


}

}),({
title:"kick!",
description:"Kick your enimys in th shins and deal dammage equal to the amount spent.",
cost:(randomNumber(1, 5)),
cooldown:2,
use:function(opp) {
//I'm sure you can figure this out!
}
}),({
title:"Special: Call The Dragon",
description:"Call your wife, the dragon to eat your opponent. Not sure what it does...",
cost: 7,
cooldown:2,
use:function(opp, self) {
var Donkey = randomNumber(1, 3);
if (Donkey == 1) {


  }
  if (Donkey == 2) {
    createCard({
      name:"Donkey",
        rarity:"Donkey",
      health:6500,
      image:"https://i.ytimg.com/vi/6Q6qHRHTTPg/maxresdefault.jpg",
      description: "And then one time I ate some rotten berries. hmmmhmahmmammh. Man, there were some strong gases seepin' outta my butt that day!",
  });
  }
  if (Donkey == 3) {
    opp.health -= 200;
  }
  
  }

})],
});

Sorry, the formatting was being wonky.
You also have to create a new rarity called Donkey
var rarityColors = {
"God":0,
"Legendary":"gold",
"Epic":"#8844ff",
"Rare":"#44dddd",
"Uncommon":"lime",
"Common":220,
"Donkey":"grey",
};

createCard({
name:"Kid",
rarity:"Uncommon",
health:900,
image:"https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/a9b35482-4ca9-4fdf-a5b5-fc8c0573f37b/dgd6cp2-71225a45-46cb-400b-80d8-388dc8eb9c89.png/v1/fit/w_500,h_500,q_70,strp/cute_anime_boy_looking_at_the_falling_stars_by_ryotasucks_dgd6cp2-375w-2x.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9NTAwIiwicGF0aCI6IlwvZlwvYTliMzU0ODItNGNhOS00ZmRmLWE1YjUtZmM4YzA1NzNmMzdiXC9kZ2Q2Y3AyLTcxMjI1YTQ1LTQ2Y2ItNDAwYi04MGQ4LTM4OGRjOGViOWM4OS5wbmciLCJ3aWR0aCI6Ijw9NTAwIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmltYWdlLm9wZXJhdGlvbnMiXX0.z4jBaoyA17prlR57HiAsAhufTAWoKjKit05bPryFiWE",
offx: 1,
offy: 0,
description: "A coder who partners with another coder named cool to make a variation of projects in replit.com and code.org.",
hpcol: 255,
moves:([({
title:"Encrypt",
description:"This card gets encrypted and gets +40 more DEF.",
cost:3,
cooldown:0,
use:function(opp) {
opp.health -= 100;
opp.status.push("Laggy");
}
}),({
title:"Max Encrypt",
description:"This card gets MAX encryption and gets +150 DEF.",
cost:3,
cooldown:1,
use:function(opp) {
opp.admindmg = opp.admindmg || 500;
opp.health -= opp.admindmg;
opp.admindmg += 100;
}
}),({
title:"Rizzler",
description:"This card gives other cards so much rizz that they jump in a fire and deals 450ATK.",
cost:5,
cooldown:1,
use:function(opp,self) {
opp.health += self.health-self.parent.health;
}
})]),
});

the image link is long

could you do the functions based on the card, cuz i am wayyyyyyy to lazyyyyyyyyyy to do it

    is there a way to see all the cards cuz i can only see 5 people so far

    i can't even see SHREK!

    ravage, i thought you were better at coding than owokoyo

    my big brother wants a card also

    i'm working on it

    I'm gonna make mine soon I'm still mourning the death of my old card

    Chat