1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 11:09:51 +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: "Loudred",
fr: "Ramboum",
es: "Loudred",
it: "Loudred",
pt: "Loudred",
de: "Krakeelo"
},
illustrator: "MAHOU",
rarity: "Uncommon",
@ -21,6 +25,10 @@ const card: Card = {
evolveFrom: {
en: "Whismur",
fr: "Chuchmur",
es: "Whismur",
it: "Whismur",
pt: "Whismur",
de: "Flurmel"
},
stage: "Stage1",
@ -33,7 +41,11 @@ const card: Card = {
],
name: {
en: "Pound",
fr: "ÉcrasFace",
fr: "Écras'Face",
es: "Destructor",
it: "Botta",
pt: "Pancada",
de: "Pfund"
},
damage: 30,
@ -48,10 +60,18 @@ const card: Card = {
name: {
en: "Energy Press",
fr: "Pression Énergétique",
es: "Presión Energética",
it: "Energipressa",
pt: "Aperto de Energia",
de: "Energiedruck"
},
effect: {
en: "This attack does 30 more damage for each Energy attached to your opponents Active Pokémon.",
en: "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
es: "Este ataque hace 30 puntos de daño más por cada Energía unida al Pokémon Activo de tu rival.",
it: "Questo attacco infligge 30 danni in più per ogni Energia assegnata al Pokémon attivo del tuo avversario.",
pt: "Esse ataque causa 30 de danos adicionais para cada Energia ligada ao Pokémon Ativo do seu oponente.",
de: "Dieser Angriff fügt 30 weitere Schadenspunkte für jede Energie zu, die an das Aktive Pokémon deines Gegners angelegt ist."
},
damage: "30+",