mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 03:09:49 +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: "Umbreon ex",
|
||||
fr: "Noctali ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Darker Ring",
|
||||
fr: "Cercle plus sombre"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), when you play Umbreon ex from your hand to evolve 1 of your Pokémon, switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), lorsque vous jouez Noctali ex de votre main pour faire évoluer 1 de vos Pokémon, échangez 1 des Pokémon de Banc de votre adversaire avec 1 des Pokémon Défenseurs. Votre adversaire choisit le Pokémon Défenseur à échanger."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Black Cry",
|
||||
fr: "Cri noir"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat or use any Poké-Powers during your opponent's next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite ou utiliser de Poké-Powers lors du prochain tour de votre adversaire."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -55,6 +60,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Darkness Fang",
|
||||
fr: "Croc obscur"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user