1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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: "Chesnaught",
fr: "Blindépique",
es: "Chesnaught",
it: "Chesnaught",
pt: "Chesnaught",
de: "Brigaron"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
@ -21,6 +25,10 @@ const card: Card = {
evolveFrom: {
en: "Quilladin",
fr: "Boguérisse",
es: "Quilladin",
it: "Quilladin",
pt: "Quilladin",
de: "Igastarnish"
},
stage: "Stage2",
@ -35,10 +43,18 @@ const card: Card = {
name: {
en: "Spike Lariat",
fr: "Lasso à Piques",
es: "Lazo de Espinas",
it: "Chiodolazzo",
pt: "Laço de Espinhos",
de: "Stachellasso"
},
effect: {
en: "If your opponents Active Pokémon already has any damage counters on it, this attack does 60 more damage.",
en: "If your opponent's Active Pokémon already has any damage counters on it, this attack does 60 more damage.",
fr: "Si le Pokémon Actif de votre adversaire a déjà des marqueurs de dégâts, cette attaque inflige 60 dégâts supplémentaires.",
es: "Si el Pokémon Activo de tu rival ya tiene algún contador de daño sobre él, este ataque hace 60 puntos de daño más.",
it: "Se il Pokémon attivo del tuo avversario ha dei segnalini danno, questo attacco infligge 60 danni in più.",
pt: "Se o Pokémon Ativo do seu oponente já possuir contadores de danos, este ataque causará 60 de danos adicionais.",
de: "Wenn auf dem Aktiven Pokémon deines Gegners bereits mindestens 1 Schadensmarke liegt, fügt dieser Angriff 60 weitere Schadenspunkte zu."
},
damage: "60+",
@ -53,10 +69,18 @@ const card: Card = {
name: {
en: "Adamantine Press",
fr: "Charge Adamantine",
es: "Presión Adamantina",
it: "Pressa Adamantina",
pt: "Pressão de Adamantina",
de: "Steinharter Druck"
},
effect: {
en: "During your opponents next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance).",
es: "Durante el próximo turno de tu rival, cualquier daño infligido a este Pokémon por ataques se reduce en 20 (después de aplicar Debilidad y Resistencia).",
it: "Durante il prossimo turno del tuo avversario, i danni inflitti a questo Pokémon dagli attacchi sono ridotti di 20, dopo aver applicato debolezza e resistenza.",
pt: "Durante a próxima vez de jogar do seu oponente, qualquer dano causado a este Pokémon por ataques será reduzido em 20 (após a aplicação de Fraqueza e Resistência).",
de: "Während des nächsten Zuges deines Gegners wird Schaden, der diesem Pokémon durch Angriffe zugefügt wird, um 20 Schadenspunkte reduziert (nachdem Schwäche und Resistenz verrechnet wurden)."
},
damage: 100,