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: "Electrode",
fr: "Électrode"
},
illustrator: "Shin-ichi Yoshida",
rarity: "Rare",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Super Dynamo",
fr: "Super dynamo"
},
effect: {
en: "Once during your turn (before your attack), if Electrode is your Active Pokémon, you may flip a coin. If heads, choose a Lightning Energy card from your discard pile and attach it to 1 of your Pokémon. This power can't be used if Electrode is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si Électrode est votre Pokémon Actif, vous pouvez lancer une pièce. Si c'est face, attachez une carte Énergie de votre pile de défausse sur un de vos Pokémon. Ce pouvoir ne peut pas être utilisé si Électrode est affecté par un État spécial."
},
},
],
@ -41,9 +44,11 @@ const card: Card = {
],
name: {
en: "Swift",
fr: "Météores"
},
effect: {
en: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Faiblesse, la Résistance, les Poké-Powers, les Poké-Bodies ou tout autre effet en action sur le Pokémon Défenseur."
},
damage: 30,