mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19: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: "Rampardos",
|
||||
fr: "Charkos",
|
||||
es: "Rampardos",
|
||||
it: "Rampardos",
|
||||
pt: "Rampardos",
|
||||
de: "Rameidon"
|
||||
},
|
||||
illustrator: "Yoshinobu Saito",
|
||||
rarity: "Rare",
|
||||
@ -33,12 +37,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Clean Hit",
|
||||
fr: "Coup Net",
|
||||
es: "Impacto Limpio",
|
||||
it: "Colpo Pulito",
|
||||
pt: "Golpe Certeiro",
|
||||
de: "Sauberer Treffer"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 60 more damage.",
|
||||
en: "If your opponent’s Active Pokémon is an Evolution Pokémon, this attack does 60 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon Évolutif, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon Evolución, este ataque hace 60 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon Evoluzione, questo attacco infligge 60 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon de Evolução, este ataque causará 60 pontos de dano a mais.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Entwicklungs-Pokémon ist, fügt diese Attacke 60 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -50,10 +62,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Wild Crash",
|
||||
fr: "Collision Agitée",
|
||||
es: "Impacto Salvaje",
|
||||
it: "Schianto Selvaggio",
|
||||
pt: "Batida Violenta",
|
||||
de: "Wilder Einschlag"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a Basic Pokémon, it is Knocked Out.",
|
||||
en: "If your opponent’s Active Pokémon is a Basic Pokémon, it is Knocked Out.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon de base, il est mis K.O.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon Básico, queda Fuera de Combate.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon Base, viene messo KO.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon Básico, ele será Nocauteado.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Basis-Pokémon ist, ist es kampfunfähig."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user