1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 09:47:51 +00:00

33 lines
385 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Roaring Skies'
const card: Card = {
name: {
en: "VS Seeker",
fr: "Cherche VS",
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Ajoutez une carte Supporter de votre pile de défausse à votre main.",
},
trainerType: "Item",
}
export default card