1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 06:42:10 +00:00

33 lines
426 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Double Crisis'
const card: Card = {
name: {
en: "Team Magma Admin",
fr: "Admin Team Magma",
},
illustrator: "GAME FREAK inc.",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Ajoutez jusqu'à 3 Pokémon de la Team Magma de votre pile de défausse à votre main.",
},
trainerType: "Supporter",
}
export default card