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:
@ -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
|
||||
|
Reference in New Issue
Block a user