1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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: "Primeape",
fr: "Colossinge"
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
@ -29,13 +30,18 @@ const card: Card = {
"Fighting",
"Colorless",
],
name: {
en: "Karate Chop",
},
effect: {
en: "Damage from this attack is reduced by 10 for each damage counter on Primeape.",
fr: "Poing-Karaté"
},
effect: {
en: "Damage from this attack is reduced by 10 for each damage counter on Primeape.",
fr: "Les dégâts de cette attaque sont réduits de 10 pour chaque marqueur de dégâts sur Colossinge."
},
damage: "40-"
},
{
cost: [
@ -45,9 +51,11 @@ const card: Card = {
],
name: {
en: "Sudden Charge",
fr: "Charge soudaine"
},
effect: {
en: "Primeape does 10 damage to itself. Then, switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any.",
fr: "Colossinge s'inflige 30 dégâts. Ensuite, votre adversaire échange le Pokémon Défenseur contre un des Pokémon de son Banc, s'il en a."
},
damage: 40,