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: "Graveler",
|
||||
fr: "Gravalanch",
|
||||
es: "Graveler",
|
||||
it: "Graveler",
|
||||
pt: "Graveler",
|
||||
de: "Georok"
|
||||
},
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Uncommon",
|
||||
@ -35,6 +39,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rolling Rocks",
|
||||
fr: "Rochers Roulants",
|
||||
es: "Rocas Rodantes",
|
||||
it: "Massi Rotolanti",
|
||||
pt: "Pedras Rolantes",
|
||||
de: "Rollende Steine"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -50,10 +58,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Double-Edge",
|
||||
fr: "Damoclès",
|
||||
es: "Doble Filo",
|
||||
it: "Sdoppiatore",
|
||||
pt: "Faca de Dois Gumes",
|
||||
de: "Risikotackle"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige 30 dégâts.",
|
||||
es: "Este Pokémon se hace 30 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge 30 danni a se stesso.",
|
||||
pt: "Este Pokémon causa 30 pontos de dano a si mesmo.",
|
||||
de: "Dieses Pokémon fügt sich selbst 30 Schadenspunkte zu."
|
||||
},
|
||||
damage: 90,
|
||||
|
||||
|
Reference in New Issue
Block a user