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

22 lines
384 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../S-P"
const card: Card = {
set: Set,
name: {
'zh-tw': "蜜葉"
},
illustrator: "Ryuta Fuse",
category: "Trainer",
effect: {
'zh-tw': "從自己的牌庫抽出與對手的備戰區的「寶可夢【V】」數量相同數量的卡。"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card