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: "Gloom",
|
||||
fr: "Ortide"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Uncommon",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Enervating Pollen",
|
||||
fr: "Pollen irritant"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Gloom is in play, Resistance on each player's Pokémon only reduces damage by 10.",
|
||||
fr: "Tant que Ortide est en jeu, la Résistance du Pokémon Actif de chaque joueur ne réduit les dégâts que de 10."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sleep Sap",
|
||||
fr: "Sève dodo"
|
||||
},
|
||||
effect: {
|
||||
en: "Both the Defending Pokémon and Gloom are now Asleep (after doing damage).",
|
||||
fr: "Le Pokémon Défenseur et Ortide sont maintenant Endormis (après avoir infligé les dégâts)."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user