Captain_Jack_Sparrow I don't think you have one yet, the ranking system was made before you joined. I guess you could still ask for one.
Create your cards!
DragonFireGamesLvl 11
- Edited
Captain_Jack_Sparrow Common. If it is not on that list you are common. I might make a few exceptions though for uncommon.
- Edited
createCard({
name:"TNitro",
rarity:"Uncommon",
health:1800,
image:"https://i.ibb.co/wgZLtyr/image.png",
offx: 0,
offy: -0.4,
description: "An unworthy opponent. A totally real potato, he is known for making Tatertale, but that's pretty much it.",
moves:[{
title:"Ragequit",
description:"Create some impossible game that the opponent will ragequit, placing that card at the bottom of the opponent's deck and dealing 80 ATK.",
cost:2,
cooldown:1,
use:function(opp) {
opp.status.push("Poisioned");
//idk what else to add here
}
},{
title:"The Sans",
description:"Do nothing and dodge the next attack, unless the next attack is a special.",
cost:2,
cooldown:2,
use:function(opp) {
}
},{
title:"Special- Reverse Psychology",
description:"The potato takes a bite out of the opponent, dealing 300 ATK and making them confused since the food eats them.",
cost:7,
cooldown:1,
use:function(opp,self) {
opp.health -= 300;
self.health += 300;
opponent.status.push("Laggy");
}
}],
});
MonsterYT_DaGamerLvl 8
- Windows
TNitro7669 send your custom image
MonsterYT_DaGamerLvl 8
- Windows
in here
- Edited
- Windows
createCard({
name:"CaptainJackSparrow",
rarity:"Common",
health:2000,
image:"https://cdn.discordapp.com/attachments/1024132682734649518/1196562341173661757/Z.png?ex=65b81485&is=65a59f85&hm=e83b04f9eb465e70a16808ba8c9c4a42d23905734f37a82565be4516359a6db6"
description: "Most known for my adventures in the carribin I also rob people, and annoy people on the Forum",
moves:[({
title:"Deserted island",
description:"Trap your enimys in a deserted island and return them to your deck",
cost:4,
cooldown:1,
use:function(opp) {
//You haven't figured it out so I dout I could
}
}),({
title:"One does not simply call me 'Jack Sapparow'",
description:"Oppenet calls you the wrong name. You shoot them. -500 life.",
cost:1,
cooldown:2,
use:function(opp) {
opp.health -= 500;
}
}),({
title:"Special: The problem is not the problem, the problem is your attitude about the problem.",
description:"Confuse your opponents and give them a lagg effect",
cost:5,
cooldown:1,
use:function(opp) {
opp.health -= 200;
opp.status.push("Laggy");
}
})],
});
The URL to the picture is a bit long...
DragonFireGamesLvl 11
Captain_Jack_Sparrow BECAUSE YOU PUT THE IMAGE DATA IN BASE64!!
- Windows
What, I am making a card for shrek.
- Edited
- Windows
createCard({
name:"Shrek",
rarity:"God",
health:6000,
image:"https://upload.wikimedia.org/wikipedia/en/4/4d/Shrek_%28character%29.png",
description: "GET OUT OF MY SWAMP!!!!!!!",
moves:[({
title:"Shreksophone",
description:"Play the Shreksophone to someone and put them to sleep.",
cost:4,
cooldown:1,
use:function(opp) {
opp.status.frozen = 5;
}
}),({
title:"RAWWWWWR",
description:"Get iratated and attack. -999",
cost:1,
cooldown:2,
use:function(opp) {
opp.health -= 999;
}
}),({
title:"Special: Origanal",
description:"Turn into the original Shrek and scare your opponents DEAD.",
cost:5,
cooldown:1,
use:function(opp) {
opp.health = 0;
}
})],
});
He is beautiful
- Edited
MonsterYT_DaGamer I have it here
I also have the link but I can't publish it since it says it's too long
MonsterYT_DaGamerLvl 8
- Windows
TNitro7669 i shortend it
https://i.ibb.co/wgZLtyr/image.png
MonsterYT_DaGamer Thanks
- Windows
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
DragonFireGamesLvl 11
kid yes
thx
is there a way to see all the cards cuz i can only see 5 people so far