mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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: "Kingler",
|
||||
fr: "Krabboss",
|
||||
es: "Kingler",
|
||||
it: "Kingler",
|
||||
pt: "Kingler",
|
||||
de: "Kingler"
|
||||
},
|
||||
illustrator: "match",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Krabby",
|
||||
fr: "Krabby",
|
||||
es: "Krabby",
|
||||
it: "Krabby",
|
||||
pt: "Krabby",
|
||||
de: "Krabby"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -33,10 +41,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Guard Claw",
|
||||
fr: "Griffe de Garde",
|
||||
es: "Garra Guardia",
|
||||
it: "Difesartiglio",
|
||||
pt: "Garra Protetora",
|
||||
de: "Abwehrklaue"
|
||||
},
|
||||
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)."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -51,6 +67,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Crabhammer",
|
||||
fr: "Pince-Masse",
|
||||
es: "Martillazo",
|
||||
it: "Martellata",
|
||||
pt: "Martelo Caranguejo",
|
||||
de: "Krabbhammer"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
|
Reference in New Issue
Block a user