1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59: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: "Professor Sycamore",
fr: "Professeur Platane",
es: "Profesor Ciprés",
it: "Professor Platan",
pt: "Professor Sycamore",
de: "Prof. Platan"
},
illustrator: "Yusuke Ohmura",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Supporter",
effect: {
en: "Discard your hand and draw 7 cards.",
fr: "Défaussez votre main et piochez 7 cartes.",
es: "Descarta las cartas de tu mano y roba 7 cartas.",
it: "Scarta la tua mano e pesca sette carte.",
pt: "Descarte sua mão e compre 7 cards.",
de: "Lege deine Handkarten auf deinen Ablagestapel und ziehe 7 Karten."
}
}
export default card