mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Ninetales",
|
||||
fr: "Feunard"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -28,13 +29,18 @@ const card: Card = {
|
||||
cost: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Miracle Tail",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose a Special Condition (Asleep, Burned, Confused, Paralyzed, or Poisoned). The Defending Pokémon is now affected by that Special Condition.",
|
||||
fr: "Queue miracle"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose a Special Condition (Asleep, Burned, Confused, Paralyzed, or Poisoned). The Defending Pokémon is now affected by that Special Condition.",
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez un État spécial (Endormi, Brûlé, Confus, Paralysé ou Empoisonné). Le Pokémon Défenseur est maintenant affecté par cet État spécial."
|
||||
},
|
||||
|
||||
damage: 10
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
@ -44,11 +50,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Roasting Heat",
|
||||
fr: "Rôtissoire"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Burned, this attack does 40 damage plus 20 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est Brûlé, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user