mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59: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 '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Latios δ",
|
||||
fr: "Latios δ ESPÈCES DELTA"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -26,9 +27,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Delta Aura",
|
||||
fr: "Aura Delta"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have Latias or Latias ex in play, the attack cost of Latios's Psychic Force is now Lightning Metal Colorless.",
|
||||
fr: "Si vous avez un Latias ou un Latias ex en jeu, le Coût de l'attaque Force psychique de Latios est maintenant ."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,6 +43,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dragon Claw",
|
||||
fr: "Dracogriffe"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -55,9 +59,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Psychic Force",
|
||||
fr: "Force psychique"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent has no Stage 2 Evolved Pokémon in play, this attack does nothing.",
|
||||
fr: "Si votre adversaire n'a pas de Pokémon Évolué de niveau 2 en jeu, cette attaque est sans effet."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user