mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +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 '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Kakuna",
|
||||
fr: "Coconfort"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Uncommon",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Poison Payback",
|
||||
fr: "Retour de poison"
|
||||
},
|
||||
effect: {
|
||||
en: "If Kakuna is your Active Pokémon and is damaged by an opponent's attack (even if Kakuna is Knocked Out), the Attacking Pokémon is now Poisoned.",
|
||||
fr: "Si Coconfort est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Kakuna est mis K.O), le Pokémon Attaquant est maintenant Empoisonné."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,6 +43,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'boule"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user