mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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 '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dustox ex",
|
||||
fr: "Papinox ex"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
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 Dustox ex by your opponent's Pokémon-ex.",
|
||||
fr: "Prévenez tous les effets d'attaques, dégâts inclus, infligés à Papinox ex par le Pokémon-ex de votre adversaire."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,13 +44,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Silver Wind",
|
||||
fr: "Vent argenté"
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 30 more damage.",
|
||||
fr: "Lors de votre prochain tour, si une attaque inflige des dégâts au Pokémon Défenseur (après application de la Faiblesse et de la Résistance), cette attaque inflige 30 dégâts supplémentaires."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [ 'Grass', 'Colorless', 'Colorless' ],
|
||||
name: { fr: 'Vent glacial' },
|
||||
damage: 70
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user