mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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: "Beldum δ",
|
||||
fr: "Terhal δ"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Conductive Body",
|
||||
fr: "Corps conducteur"
|
||||
},
|
||||
effect: {
|
||||
en: "You pay Colorless to retreat Beldum for each Beldum on your Bench.",
|
||||
fr: "Tant que Terhal est votre Pokémon Actif, vous payez un de moins pour faire battre Terhal en retraite pour chaque Terhal se trouvant sur votre Banc."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Take Down",
|
||||
fr: "Bélier"
|
||||
},
|
||||
effect: {
|
||||
en: "Beldum does 10 damage to itself.",
|
||||
fr: "Terhal s'inflige 10 dégâts."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user