mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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 '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Solrock",
|
||||
fr: "Solaroc"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Luna Shade",
|
||||
fr: "Ombre lunaire"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as you have Lunatone in play, each player's Colorless Pokémon (excluding Pokémon-ex) can't use any Poké-Powers.",
|
||||
fr: "Tant que votre Seleroc est en jeu, les Pokémon de chaque joueur (Pokémon-ex exclus) ne peuvent pas utiliser de Poké-Powers."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Call for Family",
|
||||
fr: "Appel à la famille"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Lunatone and put it onto your Bench. Shuffle your deck afterward.",
|
||||
fr: "Cherchez un Seleroc dans votre deck et placez-le sur votre Banc. Ensuite, mélangez votre deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -50,9 +55,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Beam",
|
||||
fr: "Ultralaser"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une carte Énergie attachée au Pokémon Défenseur."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user