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:
@ -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 d’Assaut",
|
||||
},
|
||||
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 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.",
|
||||
},
|
||||
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 can’t use Cross Slash during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas utiliser Entaille Croisée pendant votre prochain tour.",
|
||||
},
|
||||
damage: 130,
|
||||
|
Reference in New Issue
Block a user