1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-09 19:49:19 +00:00
Files
cards-database/data/Sword & Shield/Shining Fates/60.ts
2021-05-26 20:36:06 +02:00

22 lines
376 B
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Shining Fates'
const card: Card = {
set: Set,
name: {
fr: "Recherches Professorales (Professeure Keteleeria)"
},
illustrator: "Hideki Ishikawa",
rarity: "Rare",
category: "Trainer",
effect: {
fr: "Défaussez votre main, puis piochez 7 cartes."
},
trainerType: "Supporter"
}
export default card