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: "Scrafty",
|
||||
fr: "Baggaïd",
|
||||
es: "Scrafty",
|
||||
it: "Scrafty",
|
||||
pt: "Scrafty",
|
||||
de: "Irokex"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
@ -34,12 +38,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dangerous Head",
|
||||
fr: "Tête Dangereuse",
|
||||
es: "Cabeza Peligrosa",
|
||||
it: "Rischio Testata",
|
||||
pt: "Cabeça Perigosa",
|
||||
de: "Gefährlicher Kopf"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a Basic Pokémon, this attack does 50 more damage.",
|
||||
en: "If your opponent’s Active Pokémon is a Basic Pokémon, this attack does 50 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon de base, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon Básico, este ataque hace 50 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon Base, questo attacco infligge 50 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon Básico, este ataque causará 50 pontos de dano a mais.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Basis-Pokémon ist, fügt diese Attacke 50 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -51,6 +63,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hammer In",
|
||||
fr: "Enfoncement",
|
||||
es: "Martillear",
|
||||
it: "Martello",
|
||||
pt: "Martelada",
|
||||
de: "Einhämmern"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
|
Reference in New Issue
Block a user