1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39: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: "Azumarill",
fr: "Azumarill"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Bubble Turn",
fr: "Tourne-bulle"
},
effect: {
en: "Once during your turn (before your attack), if Azumarill is on your bench, you may flip a coin. If heads, return Azumarill and all cards attached to it to your hand.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si Azumarill est sur votre Banc, vous pouvez lancer une pièce. Si c'est face, renvoyez Azumarill et toutes les cartes qui y sont attachées dans votre main."
},
},
],
@ -42,9 +45,11 @@ const card: Card = {
],
name: {
en: "Aqua Sonic",
fr: "Aquasonique"
},
effect: {
en: "Don't apply Resistance.",
fr: "N'appliquez pas la Résistance."
},
damage: 40,