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

22 lines
385 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SVLS"
const card: Card = {
set: Set,
name: {
ja: "ネストボール"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
ja: "自分の山札からたねポケモンを1枚選び、ベンチに出す。そして山札を切る。"
},
trainerType: "Item",
rarity: "None"
}
export default card