1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Blastoise Spirit Link",
fr: "Lien Spirituel Tortank",
es: "Vínculo Espiritual de Blastoise",
it: "Legame Mentale con Blastoise",
pt: "Elo Espiritual de Blastoise",
de: "Turtoks Geistesbund"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
@ -24,7 +28,11 @@ const card: Card = {
effect: {
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Tortank-EX.",
en: "Your turn does not end if the Pokémon this card is attached to becomes M Blastoise-EX."
en: "Your turn does not end if the Pokémon this card is attached to becomes M Blastoise-EX.",
es: "Tu turno no termina si el Pokémon al que está unida esta carta se convierte en M-Blastoise-EX.",
it: "Il tuo turno non finisce se il Pokémon a cui è assegnata questa carta diventa M Blastoise-EX.",
pt: "Sua vez de jogar não terminará se o Pokémon ao qual este card está ligado tornar-se M-Blastoise-EX.",
de: "Dein Zug endet nicht, wenn das Pokémon, an das diese Karte angelegt ist, zu M-Turtok-EX wird."
},
trainerType: "Tool",