mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Vanillite",
|
||||
fr: "Sorbébé",
|
||||
es: "Vanillite",
|
||||
it: "Vanillite",
|
||||
pt: "Vanillite",
|
||||
de: "Gelatini"
|
||||
},
|
||||
illustrator: "MAHOU",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Stiffen",
|
||||
fr: "Raidissement",
|
||||
es: "Endurecimiento",
|
||||
it: "Indurimento",
|
||||
pt: "Fortificar",
|
||||
de: "Verhärten"
|
||||
},
|
||||
effect: {
|
||||
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).",
|
||||
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)."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,6 +57,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Icy Snow",
|
||||
fr: "Verglas",
|
||||
es: "Nieve Helada",
|
||||
it: "Geloneve",
|
||||
pt: "Neve Congelada",
|
||||
de: "Eisiger Schnee"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user