1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-23 00:29:55 +00:00

33 lines
412 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Plasma Blast'
const card: Card = {
name: {
en: "Scoop Up Cyclone",
fr: "Rappel Cyclone",
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Placez 1 de vos Pokémon et toutes les cartes qui lui sont attachées dans votre main.",
},
trainerType: "Item",
}
export default card