mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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 '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magcargo",
|
||||
fr: "Volcaropod"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Smooth Over",
|
||||
fr: "Aplanir"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may search your deck for a card. Shuffle your deck, then put that card on top of your deck. This power can't be used if Magcargo is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir n'importe quelle carte dans votre deck. Mélangez votre deck puis placez cette carte au dessus de votre deck. Ce pouvoir ne peut pas être utilisé si Volcaropod est affecté par un État Spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Knock Over",
|
||||
fr: "Culbute"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard any Stadium card in play.",
|
||||
fr: "Vous pouvez défausser n'importe quelle carte Stade en jeu."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -55,6 +60,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Combustion",
|
||||
fr: "Fournaise"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user