mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Exeggcute",
|
||||
fr: "Nœufnœuf"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Common",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Continuous Eggsplosion",
|
||||
fr: "Éclate continue"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez une pièce jusqu'à obtenir pile. Cette attaque inflige 10 dégâts multipliés par le nombre de faces."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Support",
|
||||
fr: "Maintien d'énergie"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, search your deck for a Energy card and attach it to one of your Benched Pokémon. Shuffle your deck afterward.",
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez dans votre deck une carte Énergie et attachez-la à un de vos Pokémon du Banc. Mélangez ensuite votre deck."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user