mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "VS Seeker",
|
||||
fr: "Cherche VS",
|
||||
es: "Buscapelea",
|
||||
it: "Cercasfide",
|
||||
pt: "Explorador VS",
|
||||
de: "Kampffahnder"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Ajoutez une carte Supporter de votre pile de défausse à votre main.",
|
||||
en: "Put a Supporter card from your discard pile into your hand."
|
||||
en: "Put a Supporter card from your discard pile into your hand.",
|
||||
es: "Pon 1 carta de Partidario de tu pila de descartes en tu mano.",
|
||||
it: "Prendi una carta Aiuto dalla tua pila degli scarti e aggiungila alle carte che hai in mano.",
|
||||
pt: "Coloque um card de Apoiador da sua pilha de descarte em sua mão.",
|
||||
de: "Nimm 1 Unterstützerkarte von deinem Ablagestapel auf deine Hand."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user