mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
fix: add EX French translations (#169)
* fix: Add for some sets Signed-off-by: Avior <github@avior.me> * Added Sets titles Signed-off-by: Avior <github@avior.me> * fix: Finished last EX sets Signed-off-by: Avior <github@avior.me> * Change Discord Link text
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rhydon",
|
||||
fr: "Rhinoferos"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Uncommon",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Power Diffusion",
|
||||
fr: "Transmission de pouvoir"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rhydon is your Active Pokémon, prevent all damage done by attacks to all of your Benched Pokémon.",
|
||||
fr: "Tant que Rhinoféros est votre Pokémon Actif, prévenez tous les dégâts infligés par des attaques à vos Pokémon de Banc"
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,6 +43,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Horn Drill",
|
||||
fr: "Empal'korne"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -53,11 +57,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Tail",
|
||||
fr: "Hyper-queue"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon has any Poké-Powers or Poké-Bodies, this attack does 50 damage plus 20 more damage.",
|
||||
fr: "Si le Pokémon Défenseur possède des Poké-Powers ou des Poké-Bodies, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user