1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-25 01:19:54 +00:00

33 lines
526 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Plasma Storm'
const card: Card = {
name: {
en: "Scramble Switch",
fr: "Échange Combiné",
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Échangez votre Pokémon Actif avec 1 de vos Pokémon de Banc. Ensuite, vous pouvez déplacer autant d'Énergies attachées à l'ancien Pokémon Actif vers le nouveau Pokémon Actif que vous voulez.",
},
trainerType: "Item",
}
export default card