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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sandslash",
|
||||
fr: "Sablaireau",
|
||||
es: "Sandslash",
|
||||
it: "Sandslash",
|
||||
pt: "Sandslash",
|
||||
de: "Sandamer"
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Sandshrew",
|
||||
fr: "Sabelette",
|
||||
es: "Sandshrew",
|
||||
it: "Sandshrew",
|
||||
pt: "Sandshrew",
|
||||
de: "Sandan"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -33,6 +41,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
pt: "Talho",
|
||||
de: "Schlitzer"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -47,10 +59,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Swift",
|
||||
fr: "Météores",
|
||||
es: "Rapidez",
|
||||
it: "Comete",
|
||||
pt: "Ataque Veloz",
|
||||
de: "Sternschauer"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by Weakness, Resistance, or any other effects on your opponent’s Active Pokémon.",
|
||||
en: "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon.",
|
||||
fr: "Les dégâts de cette attaque ne sont pas affectés par la Faiblesse, la Résistance ou tout autre effet en action sur le Pokémon Actif de votre adversaire.",
|
||||
es: "El daño de este ataque no se ve afectado por Debilidad, Resistencia o cualquier otro efecto en el Pokémon Activo de tu rival.",
|
||||
it: "I danni di questo attacco non sono influenzati dalla debolezza, dalla resistenza o da qualsiasi altro effetto presente sul Pokémon attivo del tuo avversario.",
|
||||
pt: "Os danos deste ataque não são afetados por Fraqueza, Resistência, ou qualquer outro efeito no Pokémon Ativo do seu oponente.",
|
||||
de: "Der Schaden dieses Angriffs wird durch Schwäche, Resistenz oder alle anderen Effekte auf dem Aktiven Pokémon deines Gegners nicht verändert."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user