mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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 '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Latios ex",
|
||||
fr: "Latios ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Stream",
|
||||
fr: "Courant d'énergie"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, search your discard pile for a basic Energy card and attach it to Latios ex.",
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez dans votre deck une carte Énergie de base et attachez-la à Latios ex."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Luster Purge",
|
||||
fr: "Purge"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 3 Energy attached to Latios ex.",
|
||||
fr: "Défaussez trois Énergies attachées à Latios ex."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user