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 '../Expedition Base Set'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Chansey",
|
||||
fr: "Leveinard"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Uncommon",
|
||||
@ -29,9 +30,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bind Wound",
|
||||
fr: "Pansement"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, remove 2 damage counters from 1 of your Pokémon (1 if it has only 1).",
|
||||
fr: "Lancez une pièce. Si c'est face, retirez 2 marqueurs de dégâts d'un de vos Pokémon (1 seul s'il n'en a qu'un)."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,13 +44,18 @@ const card: Card = {
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Dogpile",
|
||||
},
|
||||
effect: {
|
||||
en: "Count the number for Pokémon on your Bench. This attack does 10 times that number to the Defending Pokémon, and Chansey does 10 times that number of damage to itself.",
|
||||
fr: "Empilage"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Count the number for Pokémon on your Bench. This attack does 10 times that number to the Defending Pokémon, and Chansey does 10 times that number of damage to itself.",
|
||||
fr: "Comptez le nombre de Pokémon sur votre Banc. Cette attaque inflige 10 fois ce nombre de dégâts au Pokémon Défenseur, et Leveinard s'inflige 10 fois ce nombre de dégâts."
|
||||
},
|
||||
|
||||
damage: "10×"
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
|
Reference in New Issue
Block a user