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

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -4,26 +4,27 @@ import Set from '../BREAKpoint'
const card: Card = {
name: {
en: "Delinquent",
fr: "Terreur",
es: "Macarra",
it: "Tipaccia",
pt: "Delinquente",
de: "Halbstarke"
},
illustrator: "Yusuke Ohmura",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Supporter",
effect: {
en: "Discard any Stadium card in play. If you do, your opponent discards 3 cards from his or her hand.",
fr: "Défaussez toute carte Stade en jeu. Dans ce cas, votre adversaire défausse 3 cartes de sa main.",
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."
}
}
export default card