mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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:
@ -4,6 +4,7 @@ import Set from '../Aquapolis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dodrio",
|
||||
fr: "Dodrio"
|
||||
},
|
||||
illustrator: "Yukiko Baba",
|
||||
rarity: "Uncommon",
|
||||
@ -30,11 +31,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tri Attack",
|
||||
fr: "Triplattaque"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de faces."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -44,9 +47,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Peck Attack",
|
||||
fr: "Prise de bec"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. If 1 of them is heads, this attack does 20 damage. If both are heads, this attack does 50 damage. If both are tails, the Defending Pokémon is now Confused.",
|
||||
fr: "Lancez 2 pièces. S'il vous obtenez une face, cette attaque inflige 20 dégâts. Si vous obtenez 2 faces, cette attaque inflige 50 dégâts. Si c'est pile dans les deux cas, le Pokémon Défenseur est maintenant Confus."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user