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: "Seaking",
fr: "Poissoroy",
es: "Seaking",
it: "Seaking",
pt: "Seaking",
de: "Golking"
},
illustrator: "Kyoko Umemoto",
rarity: "Uncommon",
@ -21,6 +25,10 @@ const card: Card = {
evolveFrom: {
en: "Goldeen",
fr: "Poissirène",
es: "Goldeen",
it: "Goldeen",
pt: "Goldeen",
de: "Goldini"
},
stage: "Stage1",
@ -33,10 +41,18 @@ const card: Card = {
name: {
en: "Soaking Horn",
fr: "Corne Trempage",
es: "Cuerno Anegador",
it: "Inondacorno",
pt: "Chifre Encharcador",
de: "Triefendes Horn"
},
effect: {
en: "If this Pokémon was healed during this turn, this attack does 80 more damage.",
fr: "Si ce Pokémon a été soigné pendant ce tour, cette attaque inflige 80 dégâts supplémentaires.",
es: "Si este Pokémon ha sido curado durante este turno, este ataque hace 80 puntos de daño más.",
it: "Se questo Pokémon è stato curato durante questo turno, questo attacco infligge 80 danni in più.",
pt: "Se este Pokémon foi curado durante esta vez de jogar, este ataque causará 80 de danos adicionais.",
de: "Wenn dieses Pokémon während dieses Zuges geheilt wurde, fügt dieser Angriff 80 weitere Schadenspunkte zu."
},
damage: "10+",
@ -48,10 +64,18 @@ const card: Card = {
name: {
en: "Reckless Charge",
fr: "Attaque Imprudente",
es: "Carga Descuidada",
it: "Carica Avventata",
pt: "Carga Indomável",
de: "Waghalsiger Sturmangriff"
},
effect: {
en: "This Pokémon does 10 damage to itself.",
fr: "Ce Pokémon s'inflige 10 dégâts.",
es: "Este Pokémon se hace 10 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge 10 danni a se stesso.",
pt: "Este Pokémon causa 10 de danos a si mesmo.",
de: "Dieses Pokémon fügt sich selbst 10 Schadenspunkte zu."
},
damage: 40,