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

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Breloom",
fr: "Chapignon",
es: "Breloom",
it: "Breloom",
pt: "Breloom",
de: "Kapilz"
},
illustrator: "Suwama Chiaki",
rarity: "Rare",
@ -21,6 +25,10 @@ const card: Card = {
evolveFrom: {
en: "Shroomish",
fr: "Balignon",
es: "Shroomish",
it: "Shroomish",
pt: "Shroomish",
de: "Knilz"
},
stage: "Stage1",
@ -34,10 +42,18 @@ const card: Card = {
name: {
en: "Dynamic Punch",
fr: "Dynamopoing",
es: "Puño Dinámico",
it: "Dinamipugno",
pt: "Soco Dinâmico",
de: "Wuchtschlag"
},
effect: {
en: "Flip a coin. If heads, this attack does 20 more damage and your opponents Active Pokémon is now Confused.",
en: "Flip a coin. If heads, this attack does 20 more damage and your opponent's Active Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts supplémentaires et le Pokémon Actif de votre adversaire est maintenant Confus.",
es: "Lanza 1 moneda. Si sale cara, este ataque hace 20 puntos de daño más, y el Pokémon Activo de tu rival pasa a estar Confundido.",
it: "Lancia una moneta. Se esce testa, questo attacco infligge 20 danni in più e il Pokémon attivo del tuo avversario viene confuso.",
pt: "Jogue uma moeda. Se sair cara, esse ataque causará 20 de danos adicionais e o Pokémon Ativo do seu oponente ficará Confuso.",
de: "Wirf 1 Münze. Bei \"Kopf\" fügt dieser Angriff 20 weitere Schadenspunkte zu und das Aktive Pokémon deines Gegners ist jetzt verwirrt."
},
damage: "40+",
@ -51,6 +67,10 @@ const card: Card = {
name: {
en: "Mega Kick",
fr: "Ultimawashi",
es: "Megapatada",
it: "Megacalcio",
pt: "Mega Chute",
de: "Megakick"
},
damage: 80,