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 '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Milotic",
|
||||
fr: "Milobellus"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Healing Shower",
|
||||
fr: "Douche guérisseuse"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, when you play Milotic from your hand to evolve 1 of your Pokémon, you may remove all damage counters from all of your Pokémon and your opponent's Pokémon (excluding Pokémon-ex).",
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous jouez Milobellus de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez retirer à vos Pokémon et à ceux de votre adversaire tous leurs marqueurs de dégât (Pokémon-ex exclus)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,6 +44,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Wave Splash",
|
||||
fr: "Grosse vague"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -55,9 +59,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Distorted Wave",
|
||||
fr: "Vague tordue"
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, remove 3 damage counters from the Defending Pokémon (all if there are less than 3).",
|
||||
fr: "Avant d'infliger des dégâts, retirez au Pokémon Défenseur 3 marqueurs de dégât (retirez-les lui tous s'il en possède moins de 3)."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user