mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-01 12:22:02 +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: "Skiploom",
|
||||
fr: "Floravol"
|
||||
},
|
||||
illustrator: "Yuka Morii",
|
||||
rarity: "Uncommon",
|
||||
@@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Lightweight",
|
||||
fr: "Poids-plume"
|
||||
},
|
||||
effect: {
|
||||
en: "You pay Colorless less to retreat Skiploom for each Grass Energy attached to it.",
|
||||
fr: "Vous payez de moins pour faire battre Floravol en retraite pour chaque Énergie qui lui est attachée."
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -40,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Break Powder",
|
||||
fr: "Poudre cassante"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage. If tails, this attack does 10 damage and the Defending Pokémon is now Asleep.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires. Si c'est pile, cette attaque inflige 10 dégâts et le Pokémon Défenseur est maintenant Endormi."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user