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 '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Primeape δ",
|
||||
fr: "Colossinge δ ESPÈCES DELTA"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Wreck",
|
||||
fr: "Anéantissement"
|
||||
},
|
||||
effect: {
|
||||
en: "If there is any Stadium card in play, this attack does 30 damage plus 30 more damage. Discard that Stadium card.",
|
||||
fr: "Si une carte Stade est en jeu, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires. Défaussez cette carte Stade."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flames of Rage",
|
||||
fr: "Flammes de rage"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 Energy attached to Primeape. This attack does 10 damage plus 20 more damage for each damage counter on Primeape.",
|
||||
fr: "Défaussez 2 Énergies attachées à Colossinge. Cette attaque inflige 10 dégâts plus 20 dégâts supplémentaires pour chaque marqueur de dégât sur Colossinge."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user