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;
}
})]),
});
Create your cards!
the image link is long
could you do the functions based on the card, cuz i am wayyyyyyy to lazyyyyyyyyyy to do it
DragonFireGamesLvl 11
kid yes
thx
is there a way to see all the cards cuz i can only see 5 people so far
i can't even see SHREK!
personLvl 62
Captain_Jack_Sparrow 💀💀💀💀
DragonFireGamesLvl 11
A list of all current cards:
ravage, i thought you were better at coding than owokoyo
Binary_CoderLvl 2
- Edited
DragonFireGames Can you send me the card creator?
my big brother wants a card also
i'm working on it
ItsDannyBruhLvl 5
I haven’t seen this let me get the card creator
ackvonhuelioLvl 41
- Edited
personLvl 62
I'm gonna make mine soon I'm still mourning the death of my old card
ItsDannyBruhLvl 5
- Edited
createCard
({```
name:"ItsDannyBruh",
rarity:"Rare",
health:2000,
image:"https://gamelab.freeflarum.com/assets/files/2024-01-20/1705781861-434554-image.png",
offx: 1,
offy: 0,
description: "Creator of an addicting game called Barricade. Former clout chaser. Also has 2nd most viewed post on forum.",
hpcol: 255,
moves:[{
title:"Clout",
description:"Use random memes on the internet and clout to distract and attack your enemy",
cost:2,
cooldown:1,
use:function(opp) {
Opp.health -= 500;
Var dice = randomNumber(1, 3);
If (dice == 1 || 3){
opp.status.push(“Dumb”);
}
}
},{
title:"Barricader",
description:"Blocks an attack and deflects their attack back to the opponent",
Cost: 7,
Cooldown: 1,
use:function(opp) {
Opp.health -= 9999;
Var dice = randomNumber(1, 5);
If (dice == 1) {
Self.health = 400;
}
}
},{
ItsDannyBruh Your card cuts off on the third move. Is there supposed to be another one? I'd suggest putting it between triple tick marks: ``` to put it as code.