1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-01 20:32:03 +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

@@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Super Rod",
fr: "Méga Canne",
es: "Supercaña",
it: "Super Amo",
pt: "Super Bastão",
de: "Superangel"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
@@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Choisissez une combinaison de 3 cartes de Pokémon et d'Énergies de base dans votre pile de défausse et mélangez-les avec votre deck.",
en: "Shuffle 3 in any combination of Pokémon and basic Energy cards from your discard pile into your deck."
en: "Shuffle 3 in any combination of Pokémon and basic Energy cards from your discard pile into your deck.",
es: "Pon, en cualquier combinación, 3 cartas de Pokémon y de Energía Básica de tu pila de descartes en tu baraja y barájalas todas.",
it: "Rimischia tre carte Pokémon e Energia base, in qualsiasi combinazione, dalla tua pila degli scarti nel tuo mazzo.",
pt: "Embaralhe qualquer combinação de 3 cards entre Pokémon e Energia básica de sua pilha de descarte em seu baralho.",
de: "Mische eine Kombination aus insgesamt 3 Pokémon- und Basis-Energiekarten von deinem Ablagestapel zurück in dein Deck."
},
trainerType: "Item",