mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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 '../Unseen Forces'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Poliwrath",
|
||||
fr: "Tartard"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Spiral Swirl",
|
||||
fr: "Tourbillon en spirale"
|
||||
},
|
||||
effect: {
|
||||
en: "If Poliwrath is your Active Pokémon and is Knocked Out by damage from an opponent's attack, the Attacking Pokémon is now Confused.",
|
||||
fr: "Si Tartard est votre Pokémon Actif et qu'il est mis K.O par les dégâts d'une attaque de votre adversaire, le Pokémon Attaquant est maintenant Confus."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Beatdown",
|
||||
fr: "Combat"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Darkness Pokémon or has Dark in its name, this attack does 40 damage plus 30 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon ou si son nom comporte Obscur, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -56,11 +61,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Splash",
|
||||
fr: "Hyper éclaboussure"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Stage 2 Evolved Pokémon, this attack does 60 damage plus 30 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon Évolué de niveau 2, cette attaque inflige 60 dégâts plus 30 dégâts supplémentaires."
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user