1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Delinquent",
fr: "Terreur",
es: "Macarra",
it: "Tipaccia",
pt: "Delinquente",
de: "Halbstarke"
},
illustrator: "Yusuke Ohmura",
rarity: "Uncommon",
@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Défaussez toute carte Stade en jeu. Dans ce cas, votre adversaire défausse 3 cartes de sa main.",
en: "Discard any Stadium card in play. If you do, your opponent discards 3 cards from his or her hand."
en: "Discard any Stadium card in play. If you do, your opponent discards 3 cards from his or her hand.",
es: "Descarta cualquier carta de Estadio en juego. Si lo haces, tu rival descarta 3 cartas de su mano.",
it: "Scarta una carta Stadio in gioco. Se lo fai, il tuo avversario scarta tre delle carte che ha in mano.",
pt: "Descarte algum card de Estádio em jogo. Se fizer isso, o seu oponente descarta 3 cards da própria mão.",
de: "Lege 1 beliebige Stadionkarte im Spiel auf den Ablagestapel. Wenn du das machst, legt dein Gegner 3 seiner Handkarten auf seinen Ablagestapel."
},
trainerType: "Supporter",