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: "Nidorino",
|
||||
fr: "Nidorino"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
@ -28,13 +29,18 @@ const card: Card = {
|
||||
cost: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Poison Horn",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
|
||||
fr: "Corne empoisonnée"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné."
|
||||
},
|
||||
|
||||
damage: 10
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
@ -44,9 +50,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Take Down",
|
||||
fr: "Bélier"
|
||||
},
|
||||
effect: {
|
||||
en: "Nidorino does 10 damage to itself.",
|
||||
fr: "Nidorino s'inflige 30 dégâts."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user