mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -29,6 +29,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Clawitzer",
|
||||
fr: "Gamblast",
|
||||
es: "Clawitzer",
|
||||
it: "Clawitzer",
|
||||
pt: "Clawitzer",
|
||||
de: "Wummer"
|
||||
},
|
||||
|
||||
stage: "BREAK",
|
||||
@ -47,7 +51,7 @@ const card: Card = {
|
||||
de: "Zielschuss"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn. During your next turn, any damage done to that Pokémon by attacks is increased by 120 (after applying Weakness and Resistance).",
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn. During your next turn, any damage done to that Pokémon by attacks is increased by 120 (after applying Weakness and Resistance).",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire. Pendant votre prochain tour, tous les dégâts infligés au Pokémon par des attaques sont augmentés de 120 (après application de la Faiblesse et de la Résistance).",
|
||||
es: "El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival. Durante tu próximo turno, cualquier daño hecho a ese Pokémon por ataques aumenta en 120 (después de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi. Durante il tuo prossimo turno, i danni inflitti a quel Pokémon dagli attacchi sono aumentati di 120, dopo aver applicato debolezza e resistenza.",
|
||||
|
Reference in New Issue
Block a user