1
0
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:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -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 opponents 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