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 '../Dragon'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Numel",
|
||||
fr: "Chamallot"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Common",
|
||||
@ -28,6 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rollout",
|
||||
fr: "Roulade"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -39,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Kindle",
|
||||
fr: "Enflammer"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Fire Energy card attached to Numel and then discard an Energy card attached to the Defending Pokémon.",
|
||||
fr: "Défaussez une carte Énergie attachée à Chamallot puis une carte Énergie attachée au Pokémon Défenseur."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user