mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 20:01:58 +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: "Voltorb",
|
||||
fr: "Voltorbe"
|
||||
},
|
||||
illustrator: "Yukiko Baba",
|
||||
rarity: "Uncommon",
|
||||
@@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rollout",
|
||||
fr: "Roulade"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@@ -40,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thundershock",
|
||||
fr: "Éclair"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user