mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +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 '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Girafarig",
|
||||
fr: "Girafarig"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Rear Sensor",
|
||||
fr: "Détecteur arrière"
|
||||
},
|
||||
effect: {
|
||||
en: "Each player's Active Basic Pokémon (excluding Pokémon-ex) can't use any Poké-Powers.",
|
||||
fr: "Les Pokémon de base Actifs de chaque joueur (Pokémon-ex exclus) ne peuvent pas utiliser de Poké-Powers."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Foresight",
|
||||
fr: "Prévoyance"
|
||||
},
|
||||
effect: {
|
||||
en: "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order you like.",
|
||||
fr: "Regardez les 5 cartes du dessus du deck de n'importe quel joueur et replacez-les au dessus du deck dans l'ordre que vous voulez."
|
||||
},
|
||||
|
||||
},
|
||||
@ -51,9 +56,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Disorder",
|
||||
fr: "Désordre"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon has any Special Energy cards attached to it, the Defending Pokémon is now Confused.",
|
||||
fr: "Si le Pokémon Défenseur possède des cartes Énergie spéciale, le Pokémon Défenseur est maintenant Confus."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user