mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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: "Kabutops δ",
|
||||
fr: "Kabutops δ ESPÈCES DELTA"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Vital Drain",
|
||||
fr: "Évacuation vitale"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Knocked Out by this attack, remove all Special Conditions and 7 damage counters from Kabutops (all if there are less than 7).",
|
||||
fr: "Si le Pokémon Défenseur est mis K.O par cette attaque, retirez à Kabutops tous ses États Spéciaux ainsi que 7 marqueurs de dégât (retirez-les lui tous s'il en a moins de 7)."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Thunderous Blow",
|
||||
fr: "Coup tonitruant"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 40 damage plus 10 more damage for each Lightning Energy attached to Kabutops.",
|
||||
fr: "Inflige 40 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à Kabutops."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user