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: "Empoleon",
|
||||
fr: "Pingoléon",
|
||||
es: "Empoleon",
|
||||
it: "Empoleon",
|
||||
pt: "Empoleon",
|
||||
de: "Impoleon"
|
||||
},
|
||||
illustrator: "nagimiso",
|
||||
rarity: "Rare",
|
||||
@ -34,12 +38,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Total Command",
|
||||
fr: "Commande Totale",
|
||||
es: "Orden Total",
|
||||
it: "Comando Assoluto",
|
||||
pt: "Comando Total",
|
||||
de: "Absolutes Gebot"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage for each Benched Pokémon (both yours and your opponent's).",
|
||||
en: "This attack does 20 damage for each Benched Pokémon (both yours and your opponent’s).",
|
||||
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre de Pokémon de Banc (les vôtres et ceux de votre adversaire).",
|
||||
es: "Este ataque hace 20 puntos de daño por cada Pokémon en Banca (tanto tuyos como de tu rival).",
|
||||
it: "Questo attacco infligge 20 danni per ogni Pokémon in panchina, sia tuo che del tuo avversario.",
|
||||
pt: "Este ataque causa 20 pontos de dano para cada Pokémon no Banco (seus e do seu oponente).",
|
||||
de: "Diese Attacke fügt 20 Schadenspunkte mal der Anzahl der Pokémon auf der Bank (deiner und der deines Gegners) zu."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -51,10 +63,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Whirlpool",
|
||||
fr: "Siphon",
|
||||
es: "Torbellino",
|
||||
it: "Mulinello",
|
||||
pt: "Redemoinho",
|
||||
de: "Whirlpool"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy from your opponent's Active Pokémon.",
|
||||
en: "Discard an Energy from your opponent’s Active Pokémon.",
|
||||
fr: "Défaussez une Énergie du Pokémon Actif de votre adversaire.",
|
||||
es: "Descarta 1 Energía del Pokémon Activo de tu rival.",
|
||||
it: "Scarta un’Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Descarte 1 Energia do Pokémon Ativo do seu oponente.",
|
||||
de: "Lege 1 Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
damage: 90,
|
||||
|
||||
|
Reference in New Issue
Block a user