1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +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: "Togepi",
fr: "Togepi"
},
illustrator: "Miki Tanaka",
rarity: "Common",
@ -28,9 +29,11 @@ const card: Card = {
],
name: {
en: "Minor Errand-Running",
fr: "Rendez-vous mineur"
},
effect: {
en: "Flip 2 coins. For each heads, search your deck for a basic Energy card. Show those cards to your opponent and then put them into your hand. Shuffle your deck afterward.",
fr: "Lancez 2 pièces. Pour chaque face, cherchez dans votre deck une carte Énergie de base. Montrez ces cartes à votre adversaire avant de les ajouter à votre main. Mélangez ensuite votre deck."
},
},
@ -40,6 +43,7 @@ const card: Card = {
],
name: {
en: "Pound",
fr: "Écras'face"
},
damage: 10,