1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00

21 lines
393 B
TypeScript

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