mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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 '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dusclops",
|
||||
fr: "Teraclope"
|
||||
},
|
||||
illustrator: "Tomoko Wakai",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Psychic Removal",
|
||||
fr: "Psycho-suppression"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon.",
|
||||
fr: "Lancez 2 pièces. Si ce sont deux faces, défaussez toutes les Énergies attachées au Pokémon Défenseur."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Powerful Hand",
|
||||
fr: "Main puissante"
|
||||
},
|
||||
effect: {
|
||||
en: "Count the number of cards in your hand. Put that many damage counters on the Defending Pokémon. You can't put more than 7 damage counters in this way.",
|
||||
fr: "Comptez le nombre de cartes que vous avez en main. Placez autant de marqueurs de dégât que vous avez de cartes sur le Pokémon Défenseur. Vous ne pouvez pas placer plus de 7 marqueurs de dégât de cette façon."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user