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

21 lines
388 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV1S"
const card: Card = {
set: Set,
name: {
ja: "ボタン"
},
illustrator: "yuu",
category: "Trainer",
effect: {
ja: "自分の場のたねポケモンを1匹選び、そのポケモンと、ついているすべてのカードを、手札にもどす。"
},
trainerType: "Supporter"
}
export default card