mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +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: "Charmander",
|
||||
fr: "Salamèche",
|
||||
es: "Charmander",
|
||||
it: "Charmander",
|
||||
pt: "Charmander",
|
||||
de: "Glumanda"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Common",
|
||||
@ -30,6 +34,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scratch",
|
||||
fr: "Griffe",
|
||||
es: "Arañazo",
|
||||
it: "Graffio",
|
||||
pt: "Arranhão",
|
||||
de: "Kratzer"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -43,12 +51,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Reprisal",
|
||||
fr: "Revanche",
|
||||
es: "Tomar Represalias",
|
||||
it: "Rappresaglia",
|
||||
pt: "Retaliar",
|
||||
de: "Repressalie"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage for each damage counter on this Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts pour chaque marqueur de dégâts placé sur ce Pokémon.",
|
||||
es: "Este ataque hace 20 puntos de daño por cada contador de daño en este Pokémon.",
|
||||
it: "Questo attacco infligge 20 danni per ogni segnalino danno presente su questo Pokémon.",
|
||||
pt: "Este ataque causa 20 pontos de dano para cada contador de dano neste Pokémon.",
|
||||
de: "Diese Attacke fügt 20 Schadenspunkte mal der Anzahl der Schadensmarken auf diesem Pokémon zu."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20×",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user