1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00

21 lines
418 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV1V"
const card: Card = {
set: Set,
name: {
ja: "カエデ"
},
illustrator: "Akira Komayama",
category: "Trainer",
effect: {
ja: "このカードを使ったら、自分の番は終わる。\n\n自分の手札をすべて山札にもどして切る。その後、山札を8枚引く。"
},
trainerType: "Supporter"
}
export default card