mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +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 '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Persian δ",
|
||||
fr: "Persian δ ESPÈCES DELTA"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Uncommon",
|
||||
@@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Scratch and Draw",
|
||||
fr: "Griffer et piocher"
|
||||
},
|
||||
effect: {
|
||||
en: "If any Stadium card with Holon in its name is in play, draw 3 cards.",
|
||||
fr: "Si une carte Stade dont le nom comporte Holon est en jeu, piochez 3 cartes."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@@ -46,9 +49,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Deceive",
|
||||
fr: "Trahison"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent chooses 1 of his or her Pokémon. Put 4 damage counters on that Pokémon.",
|
||||
fr: "Votre adversaire choisit 1 de ses Pokémon. Placez 4 marqueurs de dégât sur ce Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user