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

33 lines
453 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Plasma Storm'
const card: Card = {
name: {
en: "Colress Machine",
fr: "Nikodule",
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Cherchez une carte Énergie Plasma dans votre deck et attachez-la à 1 de vos Pokémon de la Team Plasma. Mélangez ensuite votre deck.",
},
trainerType: "Item",
}
export default card