mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Drifblim",
|
||||
fr: "Grodrive",
|
||||
es: "Drifblim",
|
||||
it: "Drifblim",
|
||||
pt: "Drifblim",
|
||||
de: "Drifzepeli"
|
||||
},
|
||||
illustrator: "Mizue",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tag Transport",
|
||||
fr: "Porte-Escouade",
|
||||
es: "Transporte Relevo",
|
||||
it: "Trasporto Alleato",
|
||||
pt: "Transporte de Aliados",
|
||||
de: "Team-Transport"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may switch your Active TAG TEAM Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez échanger votre Pokémon ESCOUADE Actif avec l’un de vos Pokémon de Banc.",
|
||||
es: "Una vez durante tu turno (antes de tu ataque), puedes cambiar tu Pokémon de equipo de RELEVOS Activo por 1 de tus Pokémon en Banca.",
|
||||
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi scambiare il tuo Pokémon ALLEATI attivo con uno dei tuoi Pokémon in panchina.",
|
||||
pt: "Uma vez durante a sua vez de jogar (antes de atacar), você pode trocar o seu Pokémon ALIADOS Ativo por 1 dos seus Pokémon no Banco.",
|
||||
de: "Einmal während deines Zuges (bevor du angreifst) kannst du dein Aktives TAG TEAM Pokémon gegen 1 Pokémon auf deiner Bank austauschen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,6 +59,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spinning Attack",
|
||||
fr: "Attaque Tournante",
|
||||
es: "Ataque Giratorio",
|
||||
it: "Attacco Rotante",
|
||||
pt: "Ataque Giratório",
|
||||
de: "Rundumangriff"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user