mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +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 '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Metagross",
|
||||
fr: "Metalosse"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Super Connectivity",
|
||||
fr: "Super connection"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may search your discard pile for a Psychic or Metal Energy card and attach it to your Active Pokémon. Then, put 1 damage counter on that Pokémon. This power can't be used if Metagross is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez chercher dans votre pile de défausse une carte Énergie ou et l'attacher à votre Pokémon Actif. Placez alors un marqueur de dégât sur ce Pokémon. Ce pouvoir ne peut pas être utilisé si Metalosse est affecté par un État Spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Link Blast",
|
||||
fr: "Explosion en série"
|
||||
},
|
||||
effect: {
|
||||
en: "If Metagross and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 40 instead of 70.",
|
||||
fr: "Si Metalosse et le Pokémon Défenseur ont un total d'Énergie différent, les dégâts de base de cette attaque sont de 40 et non de 70."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user