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 '../Team Magma vs Team Aqua'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Team Aqua's Sealeo",
|
||||
fr: "Phogleur de Team Aqua"
|
||||
},
|
||||
illustrator: "T. Honda",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Aqua Trance",
|
||||
fr: "Aqua-transe"
|
||||
},
|
||||
effect: {
|
||||
en: "At the end of your opponent's next turn, the Defending Pokémon is now Asleep.",
|
||||
fr: "À la fin du prochain tour de votre adversaire, le Pokémon Défenseur est Endormi."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Super Hypnoblast",
|
||||
fr: "Super hypno-rafale"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Asleep, this attack does 30 damage plus 20 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est Endormi, cette attaque inflige 30 dégâts plus 20 dégâts supplémentaires."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user