1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

22 lines
368 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV5s"
const card: Card = {
set: Set,
name: {
id: "Eria"
},
illustrator: "GOSSAN",
category: "Trainer",
effect: {
id: "Lihat Kartu Pegangan lawan, pilih paling banyak 2 lembar Item di antaranya, lalu buang ke Trash."
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card