mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,7 +4,11 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Copperajah VMAX",
|
||||
fr: "Pachyradjah VMAX"
|
||||
fr: "Pachyradjah VMAX",
|
||||
es: "Copperajah VMAX",
|
||||
it: "Copperajah VMAX",
|
||||
pt: "Copperajah VMAX",
|
||||
de: "Patinaraja VMAX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -26,11 +30,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dangerous Nose",
|
||||
fr: "Nez Dangereux"
|
||||
fr: "Nez Dangereux",
|
||||
es: "Trompa Peligrosa",
|
||||
it: "Naso Pericoloso",
|
||||
pt: "Tromba Perigosa",
|
||||
de: "Gefährliche Nase"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is a Basic Pokémon, this attack does 100 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon de base, cette attaque inflige 100 dégâts supplémentaires."
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon de base, cette attaque inflige 100 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon Básico, este ataque hace 100 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon Base, questo attacco infligge 100 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon Básico, este ataque causará 100 pontos de dano a mais.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Basis-Pokémon ist, fügt diese Attacke 100 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: "100+",
|
||||
|
||||
@ -44,7 +56,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "G-Max Hammer",
|
||||
fr: "Marteau G-Max"
|
||||
fr: "Marteau G-Max",
|
||||
es: "Gigamazazo",
|
||||
it: "Gigamaglio",
|
||||
pt: "Martelo G-Max",
|
||||
de: "Giga-Schlaghammer"
|
||||
},
|
||||
|
||||
damage: 240,
|
||||
|
Reference in New Issue
Block a user