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 '../Crystal Guardians'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Mudkip",
|
||||
fr: "Gobou"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Submerge",
|
||||
fr: "Submerger"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Mudkip is on your Bench, prevent all damage done to Mudkip by attacks (both yours and your opponent's).",
|
||||
fr: "Tant que Gobou est sur votre Banc, prévenez tous les dégâts qui lui sont infligés par des attaques (les vôtres et celles de votre adversaire)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,6 +41,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mud Slap",
|
||||
fr: "Coud'boue"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user