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 '../Expedition Base Set'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Graveler",
|
||||
fr: "Gravalanch"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Uncommon",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rock Hurl",
|
||||
fr: "Lance-pierre"
|
||||
},
|
||||
effect: {
|
||||
en: "Don't apply Resistance.",
|
||||
fr: "N'appliquez pas la Résistance."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -46,9 +49,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rock Slide",
|
||||
fr: "Éboulement"
|
||||
},
|
||||
effect: {
|
||||
en: "Chose 2 of your opponent's Pokémon (1 if he or she has only 1). This attack does 10 damage to each of those Pokémon. (Don't apply Weakness and Resistance for those Pokémon.",
|
||||
fr: "Choisissez 2 des Pokémon du Banc de votre adversaire (1 seul s'il n'en a qu'un). Cette attaque inflige 10 dégâts à chacun de ces Pokémon. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon du Banc.)"
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user