mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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 '../Sandstorm'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Wailord ex",
|
||||
fr: "Wailord ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Super Deep Dive",
|
||||
fr: "Super gros plongeon"
|
||||
},
|
||||
effect: {
|
||||
en: "If you don't have any Benched Pokémon, this attack does nothing. Remove 3 damage counters from Wailord ex. Switch Wailord ex with 1 of your Benched Pokémon.",
|
||||
fr: "Si vous n'avez pas de Pokémon sur votre Banc, cette attaque est sans effet. Retirez à Wailord ex trois marqueurs de dégât. Échangez Wailord ex contre un des Pokémon de votre Banc."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,11 +48,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dwindling Wave",
|
||||
fr: "Vague diminutrice"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 100 damage minus 10 damage for each damage counter on Wailord ex.",
|
||||
fr: "Inflige 100 dégâts moins 10 dégâts pour chaque marqueur de dégât sur Wailord ex."
|
||||
},
|
||||
damage: 100,
|
||||
damage: "100-",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user