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: "Vigoroth",
fr: "Vigoroth",
es: "Vigoroth",
it: "Vigoroth",
pt: "Vigoroth",
de: "Muntier"
},
illustrator: "Suwama Chiaki",
rarity: "Uncommon",
@ -21,6 +25,10 @@ const card: Card = {
evolveFrom: {
en: "Slakoth",
fr: "Parecool",
es: "Slakoth",
it: "Slakoth",
pt: "Slakoth",
de: "Bummelz"
},
stage: "Stage1",
@ -33,6 +41,10 @@ const card: Card = {
name: {
en: "Scratch",
fr: "Griffe",
es: "Arañazo",
it: "Graffio",
pt: "Arranhão",
de: "Kratzer"
},
damage: 20,
@ -47,10 +59,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: "Flip a coin. If tails, this Pokémon does 20 damage to itself.",
fr: "Lancez une pièce. Si cest pile, ce Pokémon sinflige 20 dégâts.",
fr: "Lancez une pièce. Si c'est pile, ce Pokémon s'inflige 20 dégâts.",
es: "Lanza 1 moneda. Si sale cruz, este Pokémon se hace 20 puntos de daño a sí mismo.",
it: "Lancia una moneta. Se esce croce, questo Pokémon infligge 20 danni a se stesso.",
pt: "Jogue uma moeda. Se sair coroa, o Pokémon causará 20 de danos a ele mesmo.",
de: "Wirf 1 Münze. Bei \"Zahl\" fügt sich dieses Pokémon selbst 20 Schadenspunkte zu."
},
damage: 70,