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

21 lines
412 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV1V"
const card: Card = {
set: Set,
name: {
ja: "ミモザ"
},
illustrator: "Akira Komayama",
category: "Trainer",
effect: {
ja: "自分のトラッシュからポケモンを5枚まで選び、相手に見せて、山札にもどして切る。その後、山札を3枚引く。"
},
trainerType: "Supporter"
}
export default card