mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01: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 '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Salamence δ",
|
||||
fr: "Drattak δ ESPÈCES DELTA"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fire Dance",
|
||||
fr: "Danse du feu"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for a Fire Energy card and attach it to 1 of your Pokémon.",
|
||||
fr: "Cherchez dans votre pile de défausse une carte Énergie et attachez-la à 1 de vos Pokémon."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -48,9 +51,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Delta Blast",
|
||||
fr: "Explosion Delta"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Metal Energy card attached to Salamence.",
|
||||
fr: "Défaussez une carte Énergie attachée à Drattak."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user