mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -4,22 +4,28 @@ import Set from '../Primal Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Groudon EX",
|
||||
fr: "Groudon-EX",
|
||||
fr: "Groudon EX",
|
||||
es: "Groudon EX",
|
||||
it: "Groudon EX",
|
||||
pt: "Groudon EX",
|
||||
de: "Groudon EX"
|
||||
},
|
||||
|
||||
illustrator: "Ryota Murayama",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
383,
|
||||
],
|
||||
|
||||
hp: 180,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [
|
||||
@ -31,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rip Claw",
|
||||
fr: "Griffe Déchirante",
|
||||
es: "Garra Arrebatadora",
|
||||
it: "Strappartiglio",
|
||||
pt: "Garra Dilacerante",
|
||||
de: "Reißklaue"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
es: "Lanza 1 moneda. Si sale cara, descarta 1 Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Lancia una moneta. Se esce testa, scarta un'Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Jogue uma moeda. Se sair cara, descarte uma Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
de: "Wirf 1 Münze. Lege bei \"Kopf\" 1 an das Aktive Pokémon deines Gegners angelegte Energie auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -49,12 +63,17 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Massive Rend",
|
||||
fr: "Déchirure Massive",
|
||||
es: "Corte Masivo",
|
||||
it: "Supersquarcio",
|
||||
pt: "Laceração Massiva",
|
||||
de: "Riesiger Riss"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
@ -63,9 +82,7 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 4,
|
||||
|
||||
|
||||
|
||||
stage: "Basic"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user