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

21 lines
424 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../S12"
const card: Card = {
set: Set,
name: {
ja: "大口の沼"
},
illustrator: "Oswaldo KATO",
category: "Trainer",
effect: {
ja: "おたがいのプレイヤーは、それぞれ、手札からたねポケモンをベンチに出すたび、そのポケモンにダメカンを2個のせる。"
},
trainerType: "Stadium"
}
export default card