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: "Alolan Golem-GX",
|
||||
fr: "Grolem d’Alola-GX",
|
||||
es: "Golem de Alola-GX",
|
||||
it: "Golem di Alola-GX",
|
||||
pt: "Golem de Alola-GX",
|
||||
de: "Alola-Geowaz-GX"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
@ -35,6 +39,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hammer In",
|
||||
fr: "Enfoncement",
|
||||
es: "Martillear",
|
||||
it: "Martello",
|
||||
pt: "Martelada",
|
||||
de: "Einhämmern"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
@ -50,10 +58,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Super Electromagnetic Tackle",
|
||||
fr: "Super Charge Électromagnétique",
|
||||
es: "Placaje Superelectromagnético",
|
||||
it: "Azione Superelettromagnetica",
|
||||
pt: "Ofensiva Supereletromagnética",
|
||||
de: "Superelektromagnetischer Rempler"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon does 50 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige 50 dégâts.",
|
||||
es: "Este Pokémon se hace 50 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge 50 danni a se stesso.",
|
||||
pt: "Este Pokémon causa 50 pontos de dano a si mesmo.",
|
||||
de: "Dieses Pokémon fügt sich selbst 50 Schadenspunkte zu."
|
||||
},
|
||||
damage: 200,
|
||||
|
||||
@ -66,12 +82,20 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Heavy Rock-GX",
|
||||
fr: "Lourd Rocher-GX",
|
||||
en: "Heavy Rock GX",
|
||||
fr: "Lourd Rocher GX",
|
||||
es: "Roca Pesada GX",
|
||||
it: "Macigno Ponderoso-GX",
|
||||
pt: "Rocha Pesada GX",
|
||||
de: "Schwerer Felsen GX"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent can't play any cards from their hand during their next turn. (You can't use more than 1 GX attack in a game.)",
|
||||
en: "Your opponent can’t play any cards from their hand during their next turn. (You can’t use more than 1 GX attack in a game.)",
|
||||
fr: "Votre adversaire ne peut pas jouer de carte de sa main pendant son prochain tour. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
es: "Tu rival no puede jugar ninguna carta de su mano durante su próximo turno. (No puedes usar más de 1 ataque GX en una partida).",
|
||||
it: "Il tuo avversario non può giocare nessuna carta che ha in mano durante il suo prossimo turno. Non puoi usare più di un attacco GX a partita.",
|
||||
pt: "Seu oponente não poderá jogar nenhuma carta da própria mão durante a próxima vez dele(a) jogar (você não pode usar mais de 1 ataque GX por partida).",
|
||||
de: "Dein Gegner kann während seines nächsten Zuges keine Karten aus seiner Hand spielen. (Du kannst pro Spiel nur 1 GX-Attacke einsetzen.)"
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user