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 '../Power Keepers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ninetales",
|
||||
fr: "Feunard"
|
||||
},
|
||||
illustrator: "Tomoaki Imakuni",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Safeguard",
|
||||
fr: "Rune protectrice"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of attacks, including damage, done to Ninetales by your opponent's Pokémon-ex.",
|
||||
fr: "Prévenez tous les effets d'attaques, dégâts inclus, infligés à Feunard par les Pokémon-ex de votre adversaire."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Quick Attack",
|
||||
fr: "Vive-attaque"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -56,6 +61,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Will-o'-the-wisp",
|
||||
fr: "Feu follet"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user