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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pal Pad",
|
||||
fr: "Registre Ami",
|
||||
es: "Bloc Amigos",
|
||||
it: "Blocco Amici",
|
||||
pt: "Pal Pad",
|
||||
de: "Adressbuch"
|
||||
},
|
||||
illustrator: "PLANETA",
|
||||
rarity: "Uncommon",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Mélangez 2 cartes Supporter de votre pile de défausse avec votre deck.",
|
||||
en: "Shuffle 2 Supporter cards from your discard pile into your deck."
|
||||
en: "Shuffle 2 Supporter cards from your discard pile into your deck.",
|
||||
es: "Pon 2 cartas de Partidario de tu pila de descartes en tu baraja y barájalas todas.",
|
||||
it: "Rimischia due carte Aiuto dalla tua pila degli scarti nel tuo mazzo.",
|
||||
pt: "Embaralhe 2 cards de Apoiador da sua pilha de descarte no seu baralho.",
|
||||
de: "Mische 2 Unterstützerkarten aus deinem Ablagestapel in dein Deck."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user