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

21 lines
391 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV1S"
const card: Card = {
set: Set,
name: {
ja: "ジニア"
},
illustrator: "Oswaldo KATO",
category: "Trainer",
effect: {
ja: "自分の山札から進化ポケモンを2枚まで選び、相手に見せて、手札に加える。そして山札を切る。"
},
trainerType: "Supporter"
}
export default card