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 '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Crobat",
|
||||
fr: "Nostenfer"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flutter Trick",
|
||||
fr: "Astuce-voltige"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, look at your opponent's hand and choose 1 card. Your opponent discards the card you chose.",
|
||||
fr: "Lancez une pièce. Si c'est face, regardez la main de votre adversaire et choisissez 1 carte. Votre adversaire doit défausser cette carte."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -44,9 +47,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Triple Poison",
|
||||
fr: "Triple Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned. Put 3 damage counters instead of 1 on the Defending Pokémon between turns.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Placez 3 marqueurs de dégât au lieu d'1 sur le Pokémon Défenseur entre deux tours."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user