mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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: "Walrein",
|
||||
fr: "Kaimorse"
|
||||
},
|
||||
illustrator: "Atsuko Nishida",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Crush Draw",
|
||||
fr: "Pioche écrasante"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may reveal the top card of your deck. If that card is a basic Energy card, attach it to 1 of your Pokémon. If not, put the card back on your deck. This power can't be used if Walrein is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez retourner la carte du dessus de votre deck. Si cette carte est une carte Énergie de base, attachez-la à 1 de vos Pokémon. Sinon, replacez la carte sur votre deck. Ce pouvoir ne peut pas être utilisé si Kaimorse est affecté par un État Spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sheer Cold",
|
||||
fr: "Glaciation"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, each Defending Pokémon can't attack during your opponent's next turn.",
|
||||
fr: "Lancez une pièce. Si c'est face, chaque Pokémon Défenseur ne peut pas attaquer lors du prochain tour de votre adversaire."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user