mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 20:51:57 +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: "Delphox-EX",
|
||||
fr: "Goupelin-EX",
|
||||
en: "Delphox EX",
|
||||
fr: "Goupelin EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@@ -32,8 +32,8 @@ const card: Card = {
|
||||
fr: "Rafale Psy",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@@ -50,10 +50,10 @@ const card: Card = {
|
||||
fr: "Flamme Miracle",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent reveals his or her hand. This attack does 40 more damage for each Energy card in your opponent's hand.",
|
||||
en: "Your opponent reveals his or her hand. This attack does 40 more damage for each Energy card in your opponent’s hand.",
|
||||
fr: "Votre adversaire montre sa main. Cette attaque inflige 40 dégâts supplémentaires pour chaque carte Énergie dans la main de votre adversaire.",
|
||||
},
|
||||
damage: 80,
|
||||
damage: "80+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user