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

22 lines
431 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SI"
const card: Card = {
set: Set,
name: {
'zh-tw': "希嘉娜的決心"
},
illustrator: "Taira Akitsu",
category: "Trainer",
effect: {
'zh-tw': "這張卡必須將自己的2張手牌丟棄才可使用。 從自己的牌庫抽出與對手的場上寶可夢相同數量的卡。"
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card