mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Deoxys",
|
||||
fr: "Deoxys",
|
||||
es: "Deoxys",
|
||||
it: "Deoxys",
|
||||
pt: "Deoxys",
|
||||
de: "Deoxys"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Teleportation Burst",
|
||||
fr: "Téléportation Explosive",
|
||||
es: "Explosión Teleportadora",
|
||||
it: "Scoppio Teletrasporto",
|
||||
pt: "Teletransporte Explosivo",
|
||||
de: "Blitz-Teleportation"
|
||||
},
|
||||
effect: {
|
||||
en: "You may switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Vous pouvez échanger ce Pokémon avec l’un de vos Pokémon de Banc.",
|
||||
es: "Puedes cambiar este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Puoi scambiare questo Pokémon con uno della tua panchina.",
|
||||
pt: "Você pode trocar este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
de: "Du kannst dieses Pokémon gegen 1 Pokémon auf deiner Bank austauschen."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -47,10 +59,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spear Dive",
|
||||
fr: "Lance Plongeante",
|
||||
es: "Lanza en Picado",
|
||||
it: "Picchiata Perforante",
|
||||
pt: "Mergulho de Lança",
|
||||
de: "Speersprung"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 50 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness or Resistance.",
|
||||
en: "This attack does 50 damage to 1 of your opponent’s Pokémon. This damage isn’t affected by Weakness or Resistance.",
|
||||
fr: "Cette attaque inflige 50 dégâts à l’un des Pokémon de votre adversaire. Ces dégâts ne sont pas affectés par la Faiblesse ou la Résistance.",
|
||||
es: "Este ataque hace 50 puntos de daño a 1 de los Pokémon de tu rival. Este daño no se ve afectado por Debilidad o Resistencia.",
|
||||
it: "Questo attacco infligge 50 danni a uno dei Pokémon del tuo avversario. Questi danni non sono influenzati dalla debolezza o dalla resistenza.",
|
||||
pt: "Este ataque causa 50 pontos de dano a 1 dos Pokémon do seu oponente. Este dano não é afetado por Fraqueza ou Resistência.",
|
||||
de: "Diese Attacke fügt 1 Pokémon deines Gegners 50 Schadenspunkte zu. Der Schaden dieser Attacke wird durch Schwäche und Resistenz nicht verändert."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user