1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00
Florian Bouillon 146aad93fa
Added Celebrations (#86)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-10-09 22:48:54 +00:00

17 lines
274 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Celebrations'
const card: Card = {
set: Set,
name: {
en: "Here Comes Team Rocket!"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Trainer",
trainerType: "Supporter"
}
export default card