1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

21 lines
464 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../S12"
const card: Card = {
set: Set,
name: {
ja: "スズナ"
},
illustrator: "Naoki Saito",
category: "Trainer",
effect: {
ja: "自分の山札を上から7枚見て、その中からポケモンとエネルギーを好きなだけ選び、相手に見せて、手札に加える。残りのカードは山札にもどして切る。"
},
trainerType: "Supporter"
}
export default card