1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59:18 +00:00

fix: Add E-Card French Translations (#166)

* fix: Add E-Card French Translations

Signed-off-by: Avior <github@avior.me>

* fix: Fixed Cards without rarity

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-11-22 19:07:35 +00:00
committed by GitHub
parent d4be6fa84f
commit 8ef099273e
351 changed files with 2187 additions and 889 deletions

View File

@ -4,6 +4,7 @@ import Set from '../Aquapolis'
const card: Card = {
name: {
en: "Slowking",
fr: "Roigada"
},
illustrator: "Aya Kusube",
rarity: "Rare",
@ -30,11 +31,13 @@ const card: Card = {
],
name: {
en: "Bursting Hand",
fr: "Main explosive"
},
effect: {
en: "Look at your opponent's hand. This attack does 10 damage times the number of Energy cards there.",
fr: "Regardez la main de votre adversaire. Cette attaque inflige 10 dégâts multipliés par le nombre de cartes Énergie qui s'y trouvent."
},
damage: 10,
damage: "10×",
},
{
@ -45,9 +48,11 @@ const card: Card = {
],
name: {
en: "Shuffle Attack",
fr: "Attaque déconcertante"
},
effect: {
en: "Look at a number of cards on top of your opponent's deck equal to the number of Energy cards attached to the Defending Pokémon. Put those cards in any order, and then put them back on top of your opponent's deck.",
fr: "Regardez un nombre de cartes égal au nombre de cartes Énergie attachées au Pokémon Défenseur au-dessus du deck de votre adversaire. Mélangez ces cartes dans n'importe quel ordre, puis replacez-les au-dessus du deck de votre adversaire."
},
damage: 40,