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 '../Sandstorm'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Zangoose",
|
||||
fr: "Mangriff"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Poison Resistance",
|
||||
fr: "Résistance au poison"
|
||||
},
|
||||
effect: {
|
||||
en: "Zangoose can't be Poisoned.",
|
||||
fr: "Mangriff ne peut pas être Empoisonné."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,11 +41,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Target Slash",
|
||||
fr: "Tranche-cible"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Seviper, this attack does 10 damage plus 30 more damage.",
|
||||
fr: "Si Seviper est le Pokémon Défenseur, cette attaque inflige 40 dégâts."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -53,11 +58,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Super Slash",
|
||||
fr: "Super entaille"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is an Evolved Pokémon, this attack does 30 damage plus 30 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon Évolué, cette attaque inflige 60 dégâts."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user