mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Galarian Mr. Rime",
|
||||
fr: "M. Glaquette de Galar"
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "Rare",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Galarian Mr. Mime",
|
||||
fr: "M. Mime de Galar"
|
||||
},
|
||||
|
||||
|
||||
@ -25,9 +27,11 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Shuffle Dance",
|
||||
fr: "Danse Entraînante"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, you may switch 1 of your opponent’s face-down Prize cards with the top card of their deck. (The cards stay face down.)",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger l’une des cartes Récompense de votre adversaire (actuellement face cachée) contre la carte du dessus de son deck. (Les cartes restent face cachée.)"
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mad Party",
|
||||
fr: "Folle Aventure"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack.",
|
||||
fr: "Cette attaque inflige 20 dégâts pour chaque Pokémon dans votre pile de défausse qui a l’attaque Folle Aventure."
|
||||
},
|
||||
damage: "20×",
|
||||
|
||||
|
Reference in New Issue
Block a user