mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +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 '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ninjask",
|
||||
fr: "Ninjask"
|
||||
},
|
||||
illustrator: "Katsura Tabata",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Fast Protection",
|
||||
fr: "Protection rapide"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects, including damage, done to Ninjask by your opponent's attacks from his or her Basic Pokémon.",
|
||||
fr: "Prévenez tous les effets d'une attaque, dégâts inclus, infligés à Ninjask par les attaques du Pokémon de base de votre adversaire."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Swords Dance",
|
||||
fr: "Danse-lames"
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, Ninjask's Slash attack's base damage is 80.",
|
||||
fr: "Lors de votre prochain tour, les dégâts de base de l'attaque Tranche de Ninjask sont de 80."
|
||||
},
|
||||
|
||||
},
|
||||
@ -52,6 +57,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user