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 '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Zubat",
|
||||
fr: "Nosferapti"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Quick Turn",
|
||||
fr: "Vif retournement"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de faces."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Surprise",
|
||||
fr: "Surprise"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck.",
|
||||
fr: "Choisissez sans regarder une carte de la main de votre adversaire. Regardez cette carte. Votre adversaire doit ensuite la mélanger à son deck."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user