1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

Updated Evolving Skies with attacks and other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-28 16:54:37 +02:00
parent 90ebef01cf
commit b46b2c4fb9
194 changed files with 8779 additions and 436 deletions

View File

@ -12,17 +12,28 @@ const card: Card = {
},
name: {
en: "Copycat"
en: "Copycat",
fr: "Copieuse",
es: "Copiona",
it: "Copiona",
pt: "Copycat",
de: "Nachahmerin"
},
rarity: "Ultra Rare",
category: "Trainer",
effect: {
en: "Shuffle your hand into your deck. Then, draw a card for each card in your opponents hand."
en: "Shuffle your hand into your deck. Then, draw a card for each card in your opponents hand.",
fr: "Mélangez votre main avec votre deck. Ensuite, piochez une carte pour chaque carte dans la main de votre adversaire.",
es: "Pon las cartas de tu mano en tu baraja y barájalas todas. Después, roba 1 carta por cada carta en la mano de tu rival.",
it: "Rimischia le carte che hai in mano nel tuo mazzo. Poi pesca una carta per ogni carta nella mano del tuo avversario.",
pt: "Shuffle your hand into your deck. Then, draw a card for each card in your opponents hand.",
de: "Mische deine Handkarten in dein Deck. Ziehe anschließend 1 Karte für jede Karte auf der Hand deines Gegners."
},
trainerType: "Supporter"
trainerType: "Supporter",
illustrator: "Sanosuke Sakuma"
}
export default card