1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +00:00

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -3,11 +3,11 @@ import Set from '../XY Black Star Promos'
const card: Card = {
name: {
en: "Gallade-EX",
fr: "Gallame-EX",
en: "Gallade EX",
fr: "Gallame EX",
},
illustrator: "PLANETA",
rarity: "Common",
rarity: "None",
category: "Pokemon",
set: Set,
@ -31,13 +31,13 @@ const card: Card = {
],
name: {
en: "Assault Sword",
fr: "Lame d'Assaut",
fr: "Lame dAssaut",
},
effect: {
en: "If your opponent's Active Pokémon has no Energy attached to it, this attack does 40 more damage.",
fr: "Si aucune Énergie n'est attachée au Pokémon Actif de votre adversaire, cette attaque inflige 40 dégâts supplémentaires.",
en: "If your opponents Active Pokémon has no Energy attached to it, this attack does 40 more damage.",
fr: "Si aucune Énergie nest attachée au Pokémon Actif de votre adversaire, cette attaque inflige 40 dégâts supplémentaires.",
},
damage: 40,
damage: "40",
},
{
@ -52,7 +52,7 @@ const card: Card = {
fr: "Entaille Croisée",
},
effect: {
en: "This Pokémon can't use Cross Slash during your next turn.",
en: "This Pokémon cant use Cross Slash during your next turn.",
fr: "Ce Pokémon ne peut pas utiliser Entaille Croisée pendant votre prochain tour.",
},
damage: 130,